登录
首页 » C# » Zebra

Zebra

于 2013-11-22 发布 文件大小:95KB
0 365
下载积分: 1 下载次数: 146

代码说明:

  C# 控制斑马条码打印机(LPT接口) 实现,打印图片汉字功能!!(C# control Zebra bar code printer (LPT Interface) implementation, print pictures Kanji feature! !)

文件列表:

Zebra
.....\PrinterUtils
.....\............\bin
.....\............\...\Debug
.....\............\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\............\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\............\Commands
.....\............\........\BarCode.cs,3699,2007-02-09
.....\............\........\BarCodeCommand.cs,3081,2007-02-12
.....\............\........\BasePositioning.cs,431,2007-02-13
.....\............\........\FieldJustification.cs,208,2007-02-09
.....\............\........\HumanReadableCode.cs,529,2007-02-09
.....\............\........\ICommand.cs,192,2007-02-09
.....\............\........\IComplexCommand.cs,389,2007-02-12
.....\............\........\Label.cs,2569,2007-02-13
.....\............\........\Print1bppImageCommand.cs,1960,2007-02-12
.....\............\........\PrinterCommandCollection.cs,237,2007-02-09
.....\............\........\PrintImageCommand.cs,1922,2007-02-09
.....\............\........\PrintingMultiplier.cs,331,2007-02-09
.....\............\........\PrintingReverse.cs,415,2007-02-09
.....\............\........\PrintingRotation.cs,258,2007-02-09
.....\............\........\PrintTextCommand.cs,2044,2007-02-13
.....\............\........\VariableCommand.cs,499,2007-02-09
.....\............\obj
.....\............\...\Debug
.....\............\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\............\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\............\...\.....\TempPE
.....\............\...\PrinterUtils.csproj.FileList.txt,154,2008-09-09
.....\............\Printers
.....\............\........\Interop
.....\............\........\.......\PortCommunicator.cs,1152,2007-02-09
.....\............\........\.......\ZebraPrinterConstants.cs,429,2007-02-09
.....\............\........\IZebraPrinter.cs,286,2007-02-09
.....\............\........\LPT1Printer.cs,2406,2007-02-09
.....\............\PrinterUtils.csproj,2910,2007-02-13
.....\............\Properties
.....\............\..........\AssemblyInfo.cs,1395,2007-02-09
.....\PrinterUtilsTest
.....\................\bin
.....\................\...\Debug
.....\................\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\................\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\................\...\.....\PrinterUtilsTest.exe,20480,2008-09-09
.....\................\...\.....\PrinterUtilsTest.pdb,28160,2008-09-09
.....\................\...\.....\PrinterUtilsTest.vshost.exe,5632,2005-09-23
.....\................\Form1.cs,2625,2007-02-14
.....\................\Form1.Designer.cs,2039,2007-02-09
.....\................\Form1.resx,5814,2007-02-09
.....\................\obj
.....\................\...\Debug
.....\................\...\.....\PrinterUtilsTest.csproj.GenerateResource.Cache,842,2008-09-09
.....\................\...\.....\PrinterUtilsTest.exe,20480,2008-09-09
.....\................\...\.....\PrinterUtilsTest.Form1.resources,180,2008-09-09
.....\................\...\.....\PrinterUtilsTest.pdb,28160,2008-09-09
.....\................\...\.....\PrinterUtilsTest.Properties.Resources.resources,180,2008-09-09
.....\................\...\.....\ResolveAssemblyReference.cache,4944,2008-09-09
.....\................\...\.....\TempPE
.....\................\...\PrinterUtilsTest.csproj.FileList.txt,387,2008-09-10
.....\................\PrinterUtilsTest.csproj,3463,2007-02-09
.....\................\Program.cs,483,2007-02-09
.....\................\Properties
.....\................\..........\AssemblyInfo.cs,1280,2007-02-09
.....\................\..........\Resources.Designer.cs,2860,2007-02-09
.....\................\..........\Resources.resx,6136,2007-02-09
.....\................\..........\Settings.Designer.cs,1100,2007-02-09
.....\................\..........\Settings.settings,249,2007-02-09
.....\Zebra.resharper,902,2007-02-09
.....\Zebra.resharper.user,3026,2007-02-13
.....\Zebra.sln,1727,2007-02-09
.....\_ReSharper.Zebra
.....\................\CachesImage.bin,5955,2007-02-13
.....\................\WordIndex.New
.....\................\.............\.format,4,2007-02-13
.....\................\.............\2
.....\................\.............\.\5d5c783d.dat,6958,2007-02-13
.....\................\.............\8

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Andciv-Q-A-13.927
    andciv 3d printer 控制板常见问题汇总(andciv 3D printer control board QA)
    2013-10-24 09:38:32下载
    积分:1
  • RTFPrintPreview
    基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
    2013-08-09 11:40:10下载
    积分:1
  • simplejavaprogramming
    题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。 题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(Topic: Print out the Triangle (10 lines required to print out the Title: Enter the 3 numbers a, b, c, according to the order of output. Title: input array, the largest exchange with the first element, the smallest and the last element of the exchange, output array. Topic: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of topics: write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n)
    2011-05-09 19:11:58下载
    积分:1
  • 06条码
    说明:  grid++打印条码,特别好用,谁用了就知道了(Grid++ prints barcodes, which are very easy to use. Anyone who uses them knows.)
    2020-06-22 18:20:02下载
    积分:1
  • Print1ToMaxOfNDigits
    输入一个十进制数字,打印出其二进制所包含的1的个数,空间复杂度很小(Enter a decimal number, print out its binary contains a number, a very small space complexity)
    2013-09-04 19:15:43下载
    积分:1
  • TBPrinter
    tribon二次开发 批量打印程序源码 供大家参考(tribon second development batch printing program source code for your reference)
    2013-07-26 22:55:29下载
    积分:1
  • PCL-example
    说明:  打印机命令语言(PCL)程序的简单实例,可做简单的参考。(PCL language, a simple example to do a simple reference.)
    2010-03-22 19:00:23下载
    积分:1
  • 批量ZwPldy
    批量打印,效果可以自己查阅,还是比较好用的,试试吧(good job shuiyongshui zhidao ni buzhidao buneng guai wo)
    2018-11-26 21:21:43下载
    积分:1
  • 785643
    设置多重群组的打印报表,C++Builder精选编程学习源码,很好的参考资料。(Print statements to set multiple group, C++Builder select learning programming source code, a good reference.)
    2013-11-28 10:34:35下载
    积分:1
  • EpsonPrintDemo
    用于搜索USB驱动,找到USB打印机,并发送命令 本例子发的是epson的打印换行命令,这个命令基本够用了,绝对有用(Used to search the USB drive, find a USB printer, and send the command)
    2020-09-01 19:38:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载