基本信息
源码名称:C# 斑马打印类库
源码大小:0.39M
文件格式:.rar
开发语言:C#
更新时间:2023-04-27
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# 斑马打印类库
斑马打印机的zpl打印函数,支持本地usb打印,支持基于打印服务器的远程打印,支持中文,ZPL_Print(string strCommand,bool isremote),第一个参数是命令,第二个参数是选择是否远程打印。
文件清单
├── FormPrintBarCode
│ ├── Backup
│ │ ├── FormPrintBarCode
│ │ │ ├── CallOutPrint.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormPrintBarCode.csproj
│ │ │ ├── FormPrintBarCode.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RecordLog.cs
│ │ ├── FormPrintBarCode.sln
│ │ └── FormPrintBarCode.v12.suo
│ ├── FormPrintBarCode
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── FNTHEX32.DLL
│ │ │ │ ├── FormPrintBarCode.exe
│ │ │ │ ├── FormPrintBarCode.exe.config
│ │ │ │ ├── FormPrintBarCode.pdb
│ │ │ │ ├── FormPrintBarCode.vshost.exe
│ │ │ │ └── FormPrintBarCode.vshost.exe.config
│ │ │ └── Release
│ │ ├── DeviceIoControl.cs
│ │ ├── Environment.cs
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── FormPrintBarCode.csproj
│ │ ├── FormPrintBarCode.csproj.user
│ │ ├── Kernel32.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── FormPrintBarCode.csproj.FileListAbsolute.txt
│ │ │ ├── FormPrintBarCode.csproj.GenerateResource.Cache
│ │ │ ├── FormPrintBarCode.csprojResolveAssemblyReference.cache
│ │ │ ├── FormPrintBarCode.exe
│ │ │ ├── FormPrintBarCode.Form1.resources
│ │ │ ├── FormPrintBarCode.pdb
│ │ │ ├── FormPrintBarCode.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RecordLog.cs
│ │ ├── UsbEnumXML.cs
│ │ ├── WDKUsbEnum.cs
│ │ └── ZPLPrint.cs
│ ├── FormPrintBarCode.sln
│ ├── FormPrintBarCode.suo
│ └── FormPrintBarCode.v12.suo
└── 条码样板
├── 未命名_副本12.jpg
└── 未命名_副本12_副本.jpg
14 directories, 58 files
C# 斑马打印类库
斑马打印机的zpl打印函数,支持本地usb打印,支持基于打印服务器的远程打印,支持中文,ZPL_Print(string strCommand,bool isremote),第一个参数是命令,第二个参数是选择是否远程打印。
文件清单
├── FormPrintBarCode
│ ├── Backup
│ │ ├── FormPrintBarCode
│ │ │ ├── CallOutPrint.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormPrintBarCode.csproj
│ │ │ ├── FormPrintBarCode.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── RecordLog.cs
│ │ ├── FormPrintBarCode.sln
│ │ └── FormPrintBarCode.v12.suo
│ ├── FormPrintBarCode
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── FNTHEX32.DLL
│ │ │ │ ├── FormPrintBarCode.exe
│ │ │ │ ├── FormPrintBarCode.exe.config
│ │ │ │ ├── FormPrintBarCode.pdb
│ │ │ │ ├── FormPrintBarCode.vshost.exe
│ │ │ │ └── FormPrintBarCode.vshost.exe.config
│ │ │ └── Release
│ │ ├── DeviceIoControl.cs
│ │ ├── Environment.cs
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── FormPrintBarCode.csproj
│ │ ├── FormPrintBarCode.csproj.user
│ │ ├── Kernel32.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── FormPrintBarCode.csproj.FileListAbsolute.txt
│ │ │ ├── FormPrintBarCode.csproj.GenerateResource.Cache
│ │ │ ├── FormPrintBarCode.csprojResolveAssemblyReference.cache
│ │ │ ├── FormPrintBarCode.exe
│ │ │ ├── FormPrintBarCode.Form1.resources
│ │ │ ├── FormPrintBarCode.pdb
│ │ │ ├── FormPrintBarCode.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RecordLog.cs
│ │ ├── UsbEnumXML.cs
│ │ ├── WDKUsbEnum.cs
│ │ └── ZPLPrint.cs
│ ├── FormPrintBarCode.sln
│ ├── FormPrintBarCode.suo
│ └── FormPrintBarCode.v12.suo
└── 条码样板
├── 未命名_副本12.jpg
└── 未命名_副本12_副本.jpg
14 directories, 58 files