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

  • 大小: 6.96MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2024-01-08
  • 語言: 其他
  • 標簽: 。net??

資源簡介

.net條碼打印軟件源碼.

資源截圖

代碼片段和文件信息

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位數字“);
????????????//????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位數字“);
????????????//????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(“輸入內容不能為空!“);

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

????????????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;


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

?????文件??????14207??2019-03-22?13:17??.net條碼打印軟件源碼\使用需知.rtf

?????文件????????144??2017-06-14?08:27??.net條碼打印軟件源碼\條碼打印軟件源碼\app.config

?????文件???????4527??2017-06-14?08:42??.net條碼打印軟件源碼\條碼打印軟件源碼\BarCodeGenerate.cs

?????文件??????13186??2019-02-15?10:03??.net條碼打印軟件源碼\條碼打印軟件源碼\BarCodePrint.cs

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

?????文件??????13765??2019-02-15?10:03??.net條碼打印軟件源碼\條碼打印軟件源碼\BarCodePrint.Designer.cs

?????文件?????257295??2019-02-15?10:03??.net條碼打印軟件源碼\條碼打印軟件源碼\BarCodePrint.resx

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

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

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

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

?????文件????????144??2017-06-14?08:27??.net條碼打印軟件源碼\條碼打印軟件源碼\bin\Debug\BarCodePrint.exe.config

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

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

?????文件????????144??2017-06-14?08:27??.net條碼打印軟件源碼\條碼打印軟件源碼\bin\Debug\BarCodePrint.vshost.exe.config

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

評論

共有 條評論