文件名称:Barcode_src
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 253kb
- 下载次数:
- 0次
- 提 供 者:
- b***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C# 生成打印条码以及打印条码的代码,包括国际常有能够的编码方式,比如CODE39等。其中包含一个示例程序。-C# generate a print bar code and printing bar code, including the international often able to encoding, such as the CODE39 and so on. Which contains a sample program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BarcodeLibTest\Barcode.ico
..............\BarcodeLibTest.csproj
..............\BarcodeLibTest.csproj.user
..............\BarcodeLibTest_TemporaryKey.pfx
..............\bin\Debug\BarcodeLib.dll
..............\...\.....\BarcodeLib.pdb
..............\...\.....\BarcodeLibTest.application
..............\...\.....\BarcodeLibTest.exe
..............\...\.....\BarcodeLibTest.exe.manifest
..............\...\.....\BarcodeLibTest.pdb
..............\...\.....\BarcodeLibTest.vshost.application
..............\...\.....\BarcodeLibTest.vshost.exe
..............\Form1.cs
..............\Form1.Designer.cs
..............\Form1.resx
..............\obj\Debug\BarcodeLibTest.application
..............\...\.....\BarcodeLibTest.csproj.FileListAbsolute.txt
..............\...\.....\BarcodeLibTest.csproj.GenerateResource.Cache
..............\...\.....\BarcodeLibTest.exe
..............\...\.....\BarcodeLibTest.exe.manifest
..............\...\.....\BarcodeLibTest.Form1.resources
..............\...\.....\BarcodeLibTest.pdb
..............\...\.....\BarcodeLibTest.Properties.Resources.resources
..............\...\.....\ResolveAssemblyReference.cache
..............\...\.....\TempPE\Properties.Resources.Designer.cs.dll
..............\Program.cs
..............\...perties\AssemblyInfo.cs
..............\..........\Resources.Designer.cs
..............\..........\Resources.resx
..............\..........\Settings.Designer.cs
..............\..........\Settings.settings
..............\Resources\StarsLogo.png
Barcode.sln
.......Lib\BarcodeCommon.cs
..........\BarcodeLib.cs
..........\BarcodeLib.csproj
..........\bin\Debug\BarcodeLib.dll
..........\...\.....\BarcodeLib.pdb
..........\IBarcode.cs
..........\obj\Debug\BarcodeLib.csproj.FileListAbsolute.txt
..........\...\.....\BarcodeLib.dll
..........\...\.....\BarcodeLib.pdb
..........\Properties\AssemblyInfo.cs
..........\Symbologies\Codabar.cs
..........\...........\Code11.cs
..........\...........\Code128.cs
..........\...........\Code39.cs
..........\...........\Code93.cs
..........\...........\EAN13.cs
..........\...........\EAN8.cs
..........\...........\Interleaved2of5.cs
..........\...........\ISBN.cs
..........\...........\ITF14.cs
..........\...........\JAN13.cs
..........\...........\MSI.cs
..........\...........\Postnet.cs
..........\...........\Standard2of5.cs
..........\...........\UPCA.cs
..........\...........\UPCE.cs
..........\...........\UPCSupplement2.cs
..........\...........\UPCSupplement5.cs
..........Test\obj\Debug\TempPE
..........\obj\Debug\TempPE
..........Test\bin\Debug
..............\obj\Debug
..........\bin\Debug
..........\obj\Debug
..........Test\bin
..............\obj
..............\Properties
..............\Resources
..........\bin
..........\obj
..........\Properties
..........\Symbologies
BarcodeLibTest
BarcodeLib
..............\BarcodeLibTest.csproj
..............\BarcodeLibTest.csproj.user
..............\BarcodeLibTest_TemporaryKey.pfx
..............\bin\Debug\BarcodeLib.dll
..............\...\.....\BarcodeLib.pdb
..............\...\.....\BarcodeLibTest.application
..............\...\.....\BarcodeLibTest.exe
..............\...\.....\BarcodeLibTest.exe.manifest
..............\...\.....\BarcodeLibTest.pdb
..............\...\.....\BarcodeLibTest.vshost.application
..............\...\.....\BarcodeLibTest.vshost.exe
..............\Form1.cs
..............\Form1.Designer.cs
..............\Form1.resx
..............\obj\Debug\BarcodeLibTest.application
..............\...\.....\BarcodeLibTest.csproj.FileListAbsolute.txt
..............\...\.....\BarcodeLibTest.csproj.GenerateResource.Cache
..............\...\.....\BarcodeLibTest.exe
..............\...\.....\BarcodeLibTest.exe.manifest
..............\...\.....\BarcodeLibTest.Form1.resources
..............\...\.....\BarcodeLibTest.pdb
..............\...\.....\BarcodeLibTest.Properties.Resources.resources
..............\...\.....\ResolveAssemblyReference.cache
..............\...\.....\TempPE\Properties.Resources.Designer.cs.dll
..............\Program.cs
..............\...perties\AssemblyInfo.cs
..............\..........\Resources.Designer.cs
..............\..........\Resources.resx
..............\..........\Settings.Designer.cs
..............\..........\Settings.settings
..............\Resources\StarsLogo.png
Barcode.sln
.......Lib\BarcodeCommon.cs
..........\BarcodeLib.cs
..........\BarcodeLib.csproj
..........\bin\Debug\BarcodeLib.dll
..........\...\.....\BarcodeLib.pdb
..........\IBarcode.cs
..........\obj\Debug\BarcodeLib.csproj.FileListAbsolute.txt
..........\...\.....\BarcodeLib.dll
..........\...\.....\BarcodeLib.pdb
..........\Properties\AssemblyInfo.cs
..........\Symbologies\Codabar.cs
..........\...........\Code11.cs
..........\...........\Code128.cs
..........\...........\Code39.cs
..........\...........\Code93.cs
..........\...........\EAN13.cs
..........\...........\EAN8.cs
..........\...........\Interleaved2of5.cs
..........\...........\ISBN.cs
..........\...........\ITF14.cs
..........\...........\JAN13.cs
..........\...........\MSI.cs
..........\...........\Postnet.cs
..........\...........\Standard2of5.cs
..........\...........\UPCA.cs
..........\...........\UPCE.cs
..........\...........\UPCSupplement2.cs
..........\...........\UPCSupplement5.cs
..........Test\obj\Debug\TempPE
..........\obj\Debug\TempPE
..........Test\bin\Debug
..............\obj\Debug
..........\bin\Debug
..........\obj\Debug
..........Test\bin
..............\obj
..............\Properties
..............\Resources
..........\bin
..........\obj
..........\Properties
..........\Symbologies
BarcodeLibTest
BarcodeLib