基本信息
源码名称:标签串口打印实例
源码大小:3.98M
文件格式:.rar
开发语言:C#
更新时间:2021-03-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

LabelPrinter_串口

├── Auto.Log
│   ├── Auto.Log.csproj
│   ├── Log.config
│   ├── LogWrapper.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Resources
│   │   ├── log4net.dll
│   │   └── log4net.xml
│   ├── bin
│   │   └── Debug
│   │       ├── Auto.Log.dll
│   │       ├── Auto.Log.pdb
│   │       ├── Log.config
│   │       ├── log4net.dll
│   │       └── log4net.xml
│   └── obj
│       └── Debug
│           ├── Auto.Log.csproj.FileListAbsolute.txt
│           ├── Auto.Log.dll
│           ├── Auto.Log.pdb
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── ResolveAssemblyReference.cache
│           └── TempPE
├── Auto.Model.Apps
│   ├── Auto.Model.Apps.csproj
│   ├── Auto.Model.Apps.csproj.user
│   ├── Drivers
│   │   ├── Common.cs
│   │   ├── ModbusCommand.cs
│   │   ├── ModbusCommandRead.cs
│   │   ├── ModbusCommandWrite.cs
│   │   ├── ModbusTCPClient.cs
│   │   ├── PlcItem.cs
│   │   ├── PlcItemBit.cs
│   │   ├── PlcItemByte.cs
│   │   ├── PlcItemByteArray.cs
│   │   ├── PlcItemInt16.cs
│   │   ├── PlcItemInt32.cs
│   │   ├── PlcItemSingle.cs
│   │   ├── PlcItemString.cs
│   │   ├── PlcItemWord.cs
│   │   └── Station.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Service.cs
│   ├── Station
│   │   ├── StationOPBase.cs
│   │   └── StationPrinter.cs
│   ├── bin
│   │   └── Debug
│   │       ├── Auto.Log.dll
│   │       ├── Auto.Log.pdb
│   │       ├── Auto.Model.Apps.dll
│   │       ├── Auto.Model.Apps.pdb
│   │       ├── Log.config
│   │       ├── log4net.dll
│   │       └── log4net.xml
│   └── obj
│       ├── Debug
│       │   ├── Auto.Model.Apps.csproj.FileListAbsolute.txt
│       │   ├── Auto.Model.Apps.dll
│       │   ├── Auto.Model.Apps.pdb
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── ResolveAssemblyReference.cache
│       │   └── TempPE
│       └── x86
│           └── Debug
│               ├── Auto.Model.Apps.csproj.FileListAbsolute.txt
│               ├── Auto.Model.Apps.dll
│               ├── Auto.Model.Apps.pdb
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── ResolveAssemblyReference.cache
│               └── TempPE
├── LabelPrinter
│   ├── CommonClass
│   │   ├── Common.cs
│   │   ├── DataSetPrintTask.Designer.cs
│   │   ├── DataSetPrintTask.xsc
│   │   ├── DataSetPrintTask.xsd
│   │   ├── DataSetPrintTask.xss
│   │   ├── ExcelWrapper.cs
│   │   ├── PrinterWrapper.cs
│   │   ├── SerialPortWrapper.cs
│   │   └── XMLWrapper.cs
│   ├── Config
│   │   └── Config.xml
│   ├── FormInput.Designer.cs
│   ├── FormInput.cs
│   ├── FormInput.resx
│   ├── FormMain.Designer.cs
│   ├── FormMain.cs
│   ├── FormMain.resx
│   ├── FormMain_New.Designer.cs
│   ├── FormMain_New.cs
│   ├── FormMain_New.resx
│   ├── FormMain_New_2.Designer.cs
│   ├── FormMain_New_2.cs
│   ├── FormMain_New_2.resx
│   ├── FormManual.Designer.cs
│   ├── FormManual.cs
│   ├── FormManual.resx
│   ├── FormQualify.Designer.cs
│   ├── FormQualify.cs
│   ├── FormQualify.resx
│   ├── FormSetting.Designer.cs
│   ├── FormSetting.cs
│   ├── FormSetting.resx
│   ├── Icon_Printer.ico
│   ├── LabelPrinter.csproj
│   ├── LabelPrinter.csproj.user
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── Icon_Auto.ico
│   │   ├── Icon_Hand.ico
│   │   ├── Icon_Manual.ico
│   │   ├── Icon_Manual2.ico
│   │   ├── Icon_Offline.ico
│   │   ├── Icon_Online.ico
│   │   ├── Icon_Original.ico
│   │   ├── Icon_Print.ico
│   │   ├── Icon_Printer.ico
│   │   ├── Icon_Setting.ico
│   │   ├── Icon_Start.ico
│   │   ├── Icon_Stop.ico
│   │   ├── Icon_Unprint.ico
│   │   ├── NPOI.XML
│   │   ├── NPOI.dll
│   │   ├── Pic_Status_Gray.png
│   │   ├── Pic_Status_Green.png
│   │   ├── PrintTemplate.prn
│   │   ├── log4net.dll
│   │   ├── log4net.xml
│   │   ├── zxing.XML
│   │   └── zxing.dll
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │       ├── Auto.Log.dll
│   │       ├── Auto.Log.pdb
│   │       ├── Auto.Model.Apps.dll
│   │       ├── Auto.Model.Apps.pdb
│   │       ├── Config
│   │       │   └── Config.xml
│   │       ├── LabelPrinter.exe
│   │       ├── LabelPrinter.exe.config
│   │       ├── LabelPrinter.pdb
│   │       ├── LabelPrinter.vshost.exe
│   │       ├── LabelPrinter.vshost.exe.config
│   │       ├── LabelPrinter.vshost.exe.manifest
│   │       ├── Log.config
│   │       ├── NPOI.dll
│   │       ├── NPOI.xml
│   │       ├── Resources
│   │       │   └── PrintTemplate.prn
│   │       ├── log4net.dll
│   │       ├── log4net.xml
│   │       ├── zxing.dll
│   │       └── zxing.xml
│   └── obj
│       ├── Debug
│       │   ├── DesignTimeResolveAssemblyReferences.cache
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── GenerateResource.read.1.tlog
│       │   ├── GenerateResource.write.1.tlog
│       │   ├── LabelPrinter.FormInput.resources
│       │   ├── LabelPrinter.FormMain_New_2.resources
│       │   ├── LabelPrinter.FormManual.resources
│       │   ├── LabelPrinter.FormQualify.resources
│       │   ├── LabelPrinter.FormSetting.resources
│       │   ├── LabelPrinter.Properties.Resources.resources
│       │   ├── LabelPrinter.csproj.FileListAbsolute.txt
│       │   ├── LabelPrinter.exe
│       │   ├── LabelPrinter.pdb
│       │   ├── ResolveAssemblyReference.cache
│       │   └── TempPE
│       │       └── CommonClass.DataSetPrintTask.Designer.cs.dll
│       └── x86
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               ├── LabelPrinter.FormInput.resources
│               ├── LabelPrinter.FormMain.resources
│               ├── LabelPrinter.FormManual.resources
│               ├── LabelPrinter.FormQualify.resources
│               ├── LabelPrinter.FormSetting.resources
│               ├── LabelPrinter.Properties.Resources.resources
│               ├── LabelPrinter.csproj.FileListAbsolute.txt
│               ├── LabelPrinter.exe
│               ├── LabelPrinter.pdb
│               ├── ResolveAssemblyReference.cache
│               └── TempPE
│                   ├── CommonClass.DataSetPrintTask.Designer.cs.dll
│                   └── CommonClass.DataSetPrintTask1.Designer.cs.dll
├── LabelPrinter.sln
├── LabelPrinter.suo
└── LabelPrinter.v12.suo

35 directories, 170 files