91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.95MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-04-06
  • 語言: C#
  • 標(biāo)簽: c#??

資源簡介

條碼打印軟件源碼(C#實現(xiàn)).rar

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Drawing;
using?ZXing.Common;
using?ZXing;
using?ZXing.QrCode;
using?System.Windows.Forms;
using?System.Text.Regularexpressions;

namespace?BarCodePrint
{
????class?BarCodeGenerate
????{
????????///
????????///生成條形碼
????????///

????????///
????????///
????????public?Bitmap?CreateBarCodeBitMap(string?Contents?int?Width?int?Height)
????????{
????????????//Regex?rg?=?new?Regex(“^[0-9]{12}$“);
????????????//if?(!rg.IsMatch(Contents))
????????????//{
????????????//????MessageBox.Show(“本例子采用EAN_13編碼,需要輸入12位數(shù)字“);
????????????//????return;
????????????//}

????????????EncodingOptions?options?=?null;
????????????BarcodeWriter?writer?=?null;
????????????options?=?new?EncodingOptions
????????????{
????????????????Width?=?Width
????????????????Height?=?Height
????????????};
????????????writer?=?new?BarcodeWriter();
????????????writer.Format?=?BarcodeFormat.CODE_128;
????????????writer.Options?=?options;


????????????Bitmap?bitmap?=?writer.Write(Contents);

????????????return?bitmap;
????????}



????????///
????????///生成條形碼
????????///

????????///
????????///
????????public?void?CreateBarCode(PictureBox?pictureBox1?string?Contents)
????????{
????????????//Regex?rg?=?new?Regex(“^[0-9]{12}$“);
????????????//if?(!rg.IsMatch(Contents))
????????????//{
????????????//????MessageBox.Show(“本例子采用EAN_13編碼,需要輸入12位數(shù)字“);
????????????//????return;
????????????//}

????????????EncodingOptions?options?=?null;
????????????BarcodeWriter?writer?=?null;
????????????options?=?new?EncodingOptions
????????????{
????????????????Width?=?pictureBox1.Width
????????????????Height?=?pictureBox1.Height
????????????};
????????????writer?=?new?BarcodeWriter();
????????????writer.Format?=?BarcodeFormat.CODE_128;
????????????writer.Options?=?options;

????????????Bitmap?bitmap?=?writer.Write(Contents);
????????????pictureBox1.Image?=?bitmap;
????????}




????????///
????????///生成二維碼
????????///

????????///
????????///
????????public?Bitmap?CreateQRCode(string?Contents?int?Width?int?Height)
????????{
????????????if?(Contents?==?string.Empty)
????????????{
????????????????MessageBox.Show(“輸入內(nèi)容不能為空!“);

????????????}

????????????EncodingOptions?options?=?null;
????????????BarcodeWriter?writer?=?null;

????????????options?=?new?QrCodeEncodingOptions
????????????{
????????????????DisableECI?=?true
????????????????CharacterSet?=?“UTF-8“
????????????????Width?=?Width
????????????????Height?=?Height
????????????};
????????????writer?=?new?BarcodeWriter();
????????????writer.Format?=?BarcodeFormat.QR_CODE;
????????????writer.Options?=?options;


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????148??2019-10-22?14:15??條碼打印軟件源碼\app.config

?????文件???????4529??2019-10-22?14:15??條碼打印軟件源碼\BarCodeGenerate.cs

?????文件??????13188??2019-10-22?14:15??條碼打印軟件源碼\BarCodePrint.cs

?????文件???????4418??2017-06-14?08:46??條碼打印軟件源碼\BarCodePrint.csproj

?????文件??????13808??2019-10-22?14:15??條碼打印軟件源碼\BarCodePrint.Designer.cs

?????文件?????257297??2019-10-22?14:15??條碼打印軟件源碼\BarCodePrint.resx

?????文件????????944??2018-04-27?16:37??條碼打印軟件源碼\BarCodePrint.sln

????..A..H.?????17920??2019-02-15?10:03??條碼打印軟件源碼\BarCodePrint.v12.suo

?????文件????6837080??2011-12-16?18:06??條碼打印軟件源碼\bin\Debug\Aspose.Cells.dll

?????文件?????188416??2019-02-15?10:03??條碼打印軟件源碼\bin\Debug\BarCodePrint.exe

?????文件????????148??2019-10-22?14:15??條碼打印軟件源碼\bin\Debug\BarCodePrint.exe.config

?????文件??????42496??2019-02-15?10:03??條碼打印軟件源碼\bin\Debug\BarCodePrint.pdb

?????文件??????24224??2019-02-15?10:03??條碼打印軟件源碼\bin\Debug\BarCodePrint.vshost.exe

?????文件????????148??2019-10-22?14:15??條碼打印軟件源碼\bin\Debug\BarCodePrint.vshost.exe.config

?????文件????????490??2013-03-18?17:00??條碼打印軟件源碼\bin\Debug\BarCodePrint.vshost.exe.manifest

?????文件?????557056??2010-09-12?13:09??條碼打印軟件源碼\bin\Debug\IrisSkin4.dll

?????文件?????167205??2017-06-08?11:12??條碼打印軟件源碼\bin\Debug\printer-green.ico

?????文件?????167282??2017-06-08?11:38??條碼打印軟件源碼\bin\Debug\printer-orange.ico

?????文件??????20139??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\Calmness.ssk

?????文件??????20271??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\CalmnessColor1.ssk

?????文件??????20208??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\CalmnessColor2.ssk

?????文件???????5032??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DeepCyan.ssk

?????文件???????5037??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DeepGreen.ssk

?????文件???????4908??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DeepOrange.ssk

?????文件??????16021??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DiamondBlue.ssk

?????文件??????16669??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DiamondGreen.ssk

?????文件??????16211??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DiamondOlive.ssk

?????文件??????16031??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DiamondPurple.ssk

?????文件??????15998??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\DiamondRed.ssk

?????文件??????10439??2015-08-28?16:39??條碼打印軟件源碼\bin\Debug\Skins\Eighteen.ssk

............此處省略192個文件信息

評論

共有 條評論