在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#调用斑马打印机打印条码标签

C#调用斑马打印机打印条码标签

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:13.71M
  • 下载次数:100
  • 浏览次数:1189
  • 发布时间:2021-11-05
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
C#调用斑马打印机打印条码标签(支持COM、LPT、USB、TCP连接方式和ZPL、EPL、CPCL指令),好久没来CSDN了,把源码开放给大家参考,编译环境需要安装微软报表组件。
【实例截图】
【核心代码】
4744300845403693366.zip
├── Assembly
│   ├── Gma.QrCodeNet.Encoding.Net35.dll
│   ├── Interop.IWshRuntimeLibrary.dll
│   ├── Interop.WindowsInstaller.dll
│   ├── log4net.dll
│   ├── ReportViewer for 2010.exe
│   ├── Umisky.WinFormFX.dll
│   ├── WashIcons_Original
│   │   ├── 101.bmp
│   │   ├── 102.bmp
│   │   ├── 103.bmp
│   │   ├── 104.bmp
│   │   ├── 105.bmp
│   │   ├── 106.bmp
│   │   ├── 107.bmp
│   │   ├── 108.bmp
│   │   ├── 109.bmp
│   │   ├── 110.bmp
│   │   ├── 111.bmp
│   │   ├── 112A.bmp
│   │   ├── 112.bmp
│   │   ├── 113.bmp
│   │   ├── 114.bmp
│   │   ├── 115.bmp
│   │   ├── 116.bmp
│   │   ├── 117.bmp
│   │   ├── 118.bmp
│   │   ├── 119.bmp
│   │   ├── 120.bmp
│   │   ├── 121.bmp
│   │   ├── 122.bmp
│   │   ├── 123.bmp
│   │   ├── 124.bmp
│   │   ├── 125.bmp
│   │   ├── 126.bmp
│   │   ├── 127.bmp
│   │   ├── 128.bmp
│   │   ├── 129.bmp
│   │   ├── 201a.bmp
│   │   ├── 201.bmp
│   │   ├── 202a.bmp
│   │   ├── 202.bmp
│   │   ├── 301.bmp
│   │   ├── 302.bmp
│   │   ├── 303.bmp
│   │   ├── 305.bmp
│   │   ├── 306.bmp
│   │   ├── 307.BMP
│   │   ├── 308.BMP
│   │   ├── 309.BMP
│   │   ├── 310.BMP
│   │   ├── 311.bmp
│   │   ├── 312.bmp
│   │   ├── 313.bmp
│   │   ├── 401.bmp
│   │   ├── 401P.bmp
│   │   ├── 402.bmp
│   │   ├── 402P.bmp
│   │   ├── 403.bmp
│   │   ├── 501.bmp
│   │   ├── 502.bmp
│   │   ├── 503.bmp
│   │   ├── 504.BMP
│   │   ├── 505.bmp
│   │   ├── 506.bmp
│   │   ├── 507.bmp
│   │   ├── 508.bmp
│   │   ├── 509.bmp
│   │   ├── 510.bmp
│   │   ├── 511.bmp
│   │   ├── 512.bmp
│   │   ├── 513.bmp
│   │   ├── 514.bmp
│   │   ├── 515.bmp
│   │   ├── 516.bmp
│   │   ├── 517.bmp
│   │   ├── bz1.bmp
│   │   └── bz2.bmp
│   └── ZebraZPLIIUtility.exe
├── Umisky.BarcodePrint
│   ├── app.config
│   ├── App.ico
│   ├── bin
│   │   └── Debug
│   ├── CheckedWatermarksLog
│   ├── Codes
│   │   ├── DataMapper.cs
│   │   ├── DynamicEmit.cs
│   │   ├── Entities.cs
│   │   ├── ExtendMethod.cs
│   │   ├── LocalReportBatchHelper.cs
│   │   ├── LocalReportHelper.cs
│   │   ├── LogHelper.cs
│   │   ├── Methods.cs
│   │   ├── SumDataGridView.cs
│   │   ├── SumDataGridView.designer.cs
│   │   ├── SumDataGridView.resx
│   │   ├── SumGridCongrol.cs
│   │   ├── SumGridCongrol.designer.cs
│   │   ├── TransparencyLabel.cs
│   │   └── TransparencyLabel.Designer.cs
│   ├── Datasets
│   │   ├── BarcodeDataset1.Designer.cs
│   │   ├── BarcodeDataset.cs
│   │   ├── BarcodeDataset.Designer.cs
│   │   ├── BarcodeDataset.xsc
│   │   ├── BarcodeDataset.xsd
│   │   └── BarcodeDataset.xss
│   ├── frmBarcodePrint.cs
│   ├── frmBarcodePrint.designer.cs
│   ├── frmBarcodePrint.resx
│   ├── frmBase.cs
│   ├── frmBase.designer.cs
│   ├── frmBase.resx
│   ├── frmCustomized.cs
│   ├── frmCustomized.Designer.cs
│   ├── frmCustomized.resx
│   ├── frmLogin.cs
│   ├── frmLogin.designer.cs
│   ├── frmLogin.resx
│   ├── frmLogView.cs
│   ├── frmLogView.Designer.cs
│   ├── frmLogView.resx
│   ├── frmMaterialBarcode.cs
│   ├── frmMaterialBarcode.Designer.cs
│   ├── frmMaterialBarcode.resx
│   ├── frmPrePrint.cs
│   ├── frmPrePrint.Designer.cs
│   ├── frmPrePrintForSpecial.cs
│   ├── frmPrePrintForSpecial.Designer.cs
│   ├── frmPrePrintForSpecial.resx
│   ├── frmPrePrint.resx
│   ├── frmPrintBase.cs
│   ├── frmPrintBase.designer.cs
│   ├── frmPrintBase.resx
│   ├── frmPrintK3Barcode.cs
│   ├── frmPrintK3Barcode.Designer.cs
│   ├── frmPrintK3Barcode.resx
│   ├── frmPrintWashTitle.cs
│   ├── frmPrintWashTitle.Designer.cs
│   ├── frmPrintWashTitle.resx
│   ├── frmSetupPrinter.cs
│   ├── frmSetupPrinter.Designer.cs
│   ├── frmSetupPrinter.resx
│   ├── frmSplitOrder.cs
│   ├── frmSplitOrder.Designer.cs
│   ├── frmSplitOrder.resx
│   ├── frmTest.cs
│   ├── frmTest.Designer.cs
│   ├── frmTest.resx
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   │   ├── Datasets.BarcodeDataset.Designer.cs.dll
│   │   │   ├── PrintResources.Designer.cs.dll
│   │   │   ├── Web References.ADService.Reference.cs.dll
│   │   │   ├── Web References.FileService.Reference.cs.dll
│   │   │   └── Web References.WebService.Reference.cs.dll
│   │   ├── Umisky.BarcodePrint.csprojAssemblyReference.cache
│   │   ├── Umisky.BarcodePrint.csproj.CoreCompileInputs.cache
│   │   ├── Umisky.BarcodePrint.csproj.FileListAbsolute.txt
│   │   ├── Umisky.BarcodePrint.csproj.GenerateResource.cache
│   │   ├── Umisky.BarcodePrint.frmBarcodesPrint.resources
│   │   ├── Umisky.BarcodePrint.frmBase.resources
│   │   ├── Umisky.BarcodePrint.frmCustomized.resources
│   │   ├── Umisky.BarcodePrint.frmLogin.resources
│   │   ├── Umisky.BarcodePrint.frmLogView.resources
│   │   ├── Umisky.BarcodePrint.frmMaterialBarcode.resources
│   │   ├── Umisky.BarcodePrint.frmPrePrintForSpecial.resources
│   │   ├── Umisky.BarcodePrint.frmPrePrint.resources
│   │   ├── Umisky.BarcodePrint.frmPrintBase.resources
│   │   ├── Umisky.BarcodePrint.frmPrintK3Barcode.resources
│   │   ├── Umisky.BarcodePrint.frmPrintWashTitle.resources
│   │   ├── Umisky.BarcodePrint.frmSetupPrinter.resources
│   │   ├── Umisky.BarcodePrint.frmSplitOrder.resources
│   │   └── Umisky.BarcodePrint.PrintResources.resources
│   ├── PrintResources.Designer.cs
│   ├── PrintResources.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Reports
│   │   ├── AccessoriesBarcode.rdlc
│   │   ├── AccessoriesForBuyBarcode.rdlc
│   │   ├── Barcode.rdlc
│   │   ├── BarcodeWidth36.rdlc
│   │   ├── BarcodeWithQRCode.rdlc
│   │   ├── ChestBarcode.rdlc
│   │   ├── DoubleMainBarcode.rdlc
│   │   ├── DoubleMainBarcodeWidth36.rdlc
│   │   ├── DoubleViceBarcode.rdlc
│   │   ├── DoubleViceBarcodeWidth36.rdlc
│   │   ├── HandBagBarcode.rdlc
│   │   ├── HandBagBarcodeWidth36.rdlc
│   │   ├── HandBagForBuyBarcode.rdlc
│   │   ├── K3Barcode.rdlc
│   │   ├── LogView.rdlc
│   │   ├── Model.xml
│   │   ├── Package.rdlc
│   │   ├── ReportFL.rdlc
│   │   ├── ReportLL.rdlc
│   │   ├── ReportML.rdlc
│   │   ├── ReportMS.rdlc
│   │   ├── ShoesBarcode.rdlc
│   │   ├── ShoesNoPriceBarcode.rdlc
│   │   ├── SubCollocations.rdlc
│   │   ├── SubCollocationsWidth36.rdlc
│   │   ├── SubIconesHandBagWidth36.rdlc
│   │   ├── SubIcones.rdlc
│   │   ├── SubIconesWidth36.rdlc
│   │   ├── SubWatermarksHandBagWidth36.rdlc
│   │   ├── SubWatermarks.rdlc
│   │   ├── SubWatermarksWidth36.rdlc
│   │   ├── WashBarcodeForAccessories.rdlc
│   │   ├── WashBarcodeForAlert.rdlc
│   │   └── WashBarcode.rdlc
│   ├── Resources
│   │   ├── Barcode.ico
│   │   ├── Log.ico
│   │   ├── Login.ico
│   │   ├── Logoff.ico
│   │   ├── Logout.ico
│   │   ├── Printer.ico
│   │   └── Processing.gif
│   ├── Umisky.BarcodePrint.csproj
│   ├── Uninst.ico
│   ├── WashIcons
│   │   ├── 101.bmp
│   │   ├── 102.bmp
│   │   ├── 103.bmp
│   │   ├── 104.bmp
│   │   ├── 105.bmp
│   │   ├── 106.bmp
│   │   ├── 107.bmp
│   │   ├── 108.bmp
│   │   ├── 109.bmp
│   │   ├── 110.bmp
│   │   ├── 111.bmp
│   │   ├── 112A.bmp
│   │   ├── 112.bmp
│   │   ├── 113.bmp
│   │   ├── 114.bmp
│   │   ├── 115.bmp
│   │   ├── 116.bmp
│   │   ├── 117.bmp
│   │   ├── 118.bmp
│   │   ├── 119.bmp
│   │   ├── 120.bmp
│   │   ├── 121.bmp
│   │   ├── 122.bmp
│   │   ├── 123.bmp
│   │   ├── 124.bmp
│   │   ├── 125.bmp
│   │   ├── 126.bmp
│   │   ├── 127.bmp
│   │   ├── 128.bmp
│   │   ├── 129.bmp
│   │   ├── 201a.bmp
│   │   ├── 201.bmp
│   │   ├── 202a.bmp
│   │   ├── 202.bmp
│   │   ├── 301.bmp
│   │   ├── 302.bmp
│   │   ├── 303.bmp
│   │   ├── 305.bmp
│   │   ├── 306.bmp
│   │   ├── 307.BMP
│   │   ├── 308.BMP
│   │   ├── 309.BMP
│   │   ├── 310.BMP
│   │   ├── 311.bmp
│   │   ├── 312.bmp
│   │   ├── 313.bmp
│   │   ├── 401.bmp
│   │   ├── 401P.bmp
│   │   ├── 402.bmp
│   │   ├── 402P.bmp
│   │   ├── 403.bmp
│   │   ├── 501.bmp
│   │   ├── 502.bmp
│   │   ├── 503.bmp
│   │   ├── 504.BMP
│   │   ├── 505.bmp
│   │   ├── 506.bmp
│   │   ├── 507.bmp
│   │   ├── 508.bmp
│   │   ├── 509.bmp
│   │   ├── 510.bmp
│   │   ├── 511.bmp
│   │   ├── 512.bmp
│   │   ├── 513.bmp
│   │   ├── 514.bmp
│   │   ├── 515.bmp
│   │   ├── 516.bmp
│   │   ├── 517.bmp
│   │   ├── bz1.bmp
│   │   └── bz2.bmp
│   └── Web References
│   ├── ADService
│   │   ├── ADsvc.disco
│   │   ├── ADsvc.wsdl
│   │   ├── LoginResultInfo.datasource
│   │   ├── Reference.cs
│   │   ├── Reference.map
│   │   └── ResultInfo.datasource
│   ├── FileService
│   │   ├── FileSvc.disco
│   │   ├── FileSvcInfo.datasource
│   │   ├── FileSvc.wsdl
│   │   ├── Reference.cs
│   │   └── Reference.map
│   └── WebService
│   ├── Reference.cs
│   ├── Reference.map
│   ├── WebServicesInterFace.disco
│   └── WebServicesInterFace.wsdl
├── Umisky.BarcodePrint.Core
│   ├── bin
│   │   └── Debug
│   │   ├── Gma.QrCodeNet.Encoding.Net35.dll
│   │   ├── Umisky.BarcodePrint.Core.dll
│   │   └── Umisky.BarcodePrint.Core.pdb
│   ├── Code128.cs
│   ├── Ean13.cs
│   ├── Enums.cs
│   ├── GraphDeviceInfo.cs
│   ├── GraphInfomation.cs
│   ├── INPOUT.cs
│   ├── KeyValue.cs
│   ├── Lpt.cs
│   ├── LptPort.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── Umisky.BarcodePrint.Core.csproj.CopyComplete
│   │   ├── Umisky.BarcodePrint.Core.csproj.CoreCompileInputs.cache
│   │   ├── Umisky.BarcodePrint.Core.csproj.FileListAbsolute.txt
│   │   ├── Umisky.BarcodePrint.Core.csprojResolveAssemblyReference.cache
│   │   ├── Umisky.BarcodePrint.Core.dll
│   │   └── Umisky.BarcodePrint.Core.pdb
│   ├── PrintDocInfo.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── QRCode.cs
│   ├── TimeoutSocket.cs
│   ├── Umisky.BarcodePrint.Core.csproj
│   ├── UtilityMethods.cs
│   ├── WinDrvPort.cs
│   ├── ZebraPrint
│   │   ├── Compression.cs
│   │   ├── LPTAccess.cs
│   │   ├── SocketPrint.cs
│   │   ├── WindowsDriverPrint.cs
│   │   ├── ZebraPrintBase.cs
│   │   ├── ZebraPrint.cs
│   │   ├── ZebraPrintWithCOM.cs
│   │   ├── ZebraPrintWithDriver.cs
│   │   ├── ZebraPrintWithLPT.cs
│   │   └── ZebraPrintWithTCP.cs
│   └── ZebraPrintHelper.cs
├── Umisky.BarcodePrint.PrintAction
│   ├── bin
│   │   └── Debug
│   │   ├── Gma.QrCodeNet.Encoding.Net35.dll
│   │   ├── Umisky.BarcodePrint.Core.dll
│   │   ├── Umisky.BarcodePrint.Core.pdb
│   │   ├── Umisky.BarcodePrint.PrintAction.dll
│   │   └── Umisky.BarcodePrint.PrintAction.pdb
│   ├── Compression.cs
│   ├── LPTAccess.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── Umisky.BarcodePrint.PrintAction.csprojAssemblyReference.cache
│   │   ├── Umisky.BarcodePrint.PrintAction.csproj.CopyComplete
│   │   ├── Umisky.BarcodePrint.PrintAction.csproj.CoreCompileInputs.cache
│   │   ├── Umisky.BarcodePrint.PrintAction.csproj.FileListAbsolute.txt
│   │   ├── Umisky.BarcodePrint.PrintAction.dll
│   │   └── Umisky.BarcodePrint.PrintAction.pdb
│   ├── PrinterStatus.cs
│   ├── PrintHelper.cs
│   ├── PrintImageDataHelper.cs
│   ├── PrintWithCOM.cs
│   ├── PrintWithDriver.cs
│   ├── PrintWithLPT.cs
│   ├── PrintWithTCP.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SocketPrint.cs
│   ├── Umisky.BarcodePrint.PrintAction.csproj
│   └── WindowsDriverPrint.cs
├── Umisky.BarcodePrint.RSAction
│   ├── bin
│   │   └── Debug
│   ├── GraphDeviceInfo.cs
│   ├── ImageHelper.cs
│   ├── LocalReportHelper.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   ├── Umisky.BarcodePrint.RSAction.csprojAssemblyReference.cache
│   │   ├── Umisky.BarcodePrint.RSAction.csproj.CoreCompileInputs.cache
│   │   └── Umisky.BarcodePrint.RSAction.csproj.FileListAbsolute.txt
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Umisky.BarcodePrint.RSAction.csproj
│   └── Umisky.BarcodePrint.RSAction.csproj.user
├── Umisky.BarcodePrint.sln
└── Umisky.BarcodePrint.suo

41 directories, 375 files

标签:

实例下载地址

C#调用斑马打印机打印条码标签

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警