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

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

本次赞助数额为: 2 元 
   源码介绍
本demo主要是C#实现打印报表展示,条码打印功能,集成gridReport

grid test

├── Grid 封装类库
│   ├── GridPrintHelper.cs
│   ├── 示例代码.png
│   ├── 使用说明.txt
│   ├── 效果图片1.png
│   └── 效果图片2.png
├── WinformGridTest
│   ├── App.config
│   ├── DLL
│   │   ├── grdes50.dll
│   │   └── gregn50.dll
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Form2.Designer.cs
│   ├── Form2.cs
│   ├── Form2.resx
│   ├── Form3.Designer.cs
│   ├── Form3.cs
│   ├── Form3.resx
│   ├── GridPrintHelper.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── WinformGridTest.csproj
│   ├── bin
│   │   └── Debug
│   │       ├── AxInterop.grproLib.dll
│   │       ├── Interop.grproLib.dll
│   │       ├── WinformGridTest.exe
│   │       ├── WinformGridTest.exe.config
│   │       ├── WinformGridTest.pdb
│   │       ├── WinformGridTest.vshost.exe
│   │       ├── WinformGridTest.vshost.exe.config
│   │       ├── WinformGridTest.vshost.exe.manifest
│   │       ├── tiaoma.grf
│   │       └── tipPrint.grf
│   ├── obj
│   │   └── Debug
│   │       ├── AxInterop.grproLib.dll
│   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── Interop.grproLib.dll
│   │       ├── TempPE
│   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │       ├── WinformGridTest.Form1.resources
│   │       ├── WinformGridTest.Form2.resources
│   │       ├── WinformGridTest.Properties.Resources.resources
│   │       ├── WinformGridTest.csproj.FileListAbsolute.txt
│   │       ├── WinformGridTest.csproj.GenerateResource.Cache
│   │       ├── WinformGridTest.csproj.ResolveComReference.cache
│   │       ├── WinformGridTest.csprojResolveAssemblyReference.cache
│   │       ├── WinformGridTest.exe
│   │       ├── WinformGridTest.pdb
│   │       └── build.force
│   └── 模板
│       ├── tiaoma.grf
│       └── tipPrint.grf
├── grid test.sln
├── grid test.v12.suo
├── 效果图片.png
└── 使用说明.txt

10 directories, 58 files