基本信息
源码名称:免费DataGridView打印及.NET轻松打印控件5.7版(VB打印,C#打印,Excel导入导出,多表头显示与打印)
源码大小:14.30M
文件格式:.rar
开发语言:C#
更新时间:2023-12-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
免费DataGridView打印及.NET轻松打印控件5.7版(VB打印,C#打印,Excel导入导出,多表头显示与打印)
16、多表头(跨行跨列的复杂表头)打印功能,多表头组件支持多表头显示与打印、单元格内容的合并显示、打印与导出。 17、自定义纸张支持功能。 18、纸张背景图片设置打印功能。 19、.NET4.0支持功能(是单独的一个...
├── 免费DataGridView打印及.NET轻松打印控件5.7版(VB打印,C#打印,Excel导入导出,多表头显示与打印)_免费DataGridView打印控件5.7版.rar
└── 免费DataGridView打印控件5.7版
├── WPF中打印测试
│ ├── WPF中打印测试
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── WPF中打印测试.vbproj
│ │ ├── WPF中打印测试.vbproj.user
│ │ └── mslogo.jpg
│ ├── WPF中打印测试.sln
│ └── WPF中打印测试.suo
├── 打印控件
│ ├── DotNetPrint.dll
│ ├── DotNetPrint.xml
│ ├── NET4.0下专用打印控件
│ │ ├── DotNetPrint.dll
│ │ ├── DotNetPrint.xml
│ │ ├── NPOI.dll
│ │ ├── definesrcipt.txt
│ │ ├── zxing.dll
│ │ └── 注意.txt
│ ├── NPOI.dll
│ ├── definesrcipt.txt
│ ├── zxing.dll
│ ├── 打印控件安装.msi
│ ├── 控件文件说明.txt
│ └── 打印控件帮助文档.chm
├── 文件说明.txt
├── 新增功能.txt
└── 窗口程序使用演示
├── 演示程序源代码
│ ├── C#2005编写的测试程序(仅简单测试)
│ │ └── PrintTest
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── Northwind.mdb
│ │ ├── NorthwindDataSet.Designer.cs
│ │ ├── NorthwindDataSet.xsc
│ │ ├── NorthwindDataSet.xsd
│ │ ├── NorthwindDataSet.xss
│ │ ├── PrintTest.csproj
│ │ ├── PrintTest.csproj.user
│ │ ├── PrintTest.sln
│ │ ├── PrintTest.suo
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── app.config
│ ├── 条码测试
│ │ ├── 条码测试
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── app.config
│ │ │ ├── 条码测试.csproj
│ │ │ └── 条码测试.csproj.user
│ │ ├── 条码测试.sln
│ │ └── 条码测试.suo
│ ├── 请假单打印
│ │ ├── 请假单打印
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ ├── 请假单打印.vbproj
│ │ │ └── 请假单打印.vbproj.user
│ │ ├── 请假单打印.sln
│ │ └── 请假单打印.suo
│ ├── 账单打印(C#)
│ │ ├── 账单打印
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── install_button.png
│ │ │ ├── 账单打印.csproj
│ │ │ └── 账单打印.csproj.user
│ │ ├── 账单打印.sln
│ │ └── 账单打印.suo
│ ├── 标签打印测试
│ │ ├── labeltest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── labeltest.vbproj
│ │ │ └── labeltest.vbproj.user
│ │ ├── labeltest.sln
│ │ └── labeltest.suo
│ ├── 汇总打印测试
│ │ ├── 汇总打印测试
│ │ │ ├── Form10.designer.vb
│ │ │ ├── Form10.resx
│ │ │ ├── Form10.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── 汇总打印测试.vbproj
│ │ │ └── 汇总打印测试.vbproj.user
│ │ ├── 汇总打印测试.sln
│ │ └── 汇总打印测试.suo
│ ├── 会客单打印(C#)
│ │ ├── 会客单打印
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ ├── user.bmp
│ │ │ ├── 会客单打印.csproj
│ │ │ └── 会客单打印.csproj.user
│ │ ├── 会客单打印.sln
│ │ └── 会客单打印.suo
│ ├── 工作证打印测试
│ │ └── 工作证打印
│ │ ├── 工作证打印
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── car.png
│ │ │ ├── 工作证打印.vbproj
│ │ │ └── 工作证打印.vbproj.user
│ │ ├── 工作证打印.sln
│ │ └── 工作证打印.suo
│ ├── 演示程序源代码(VB2008编写)
│ │ ├── Thumbs.db
│ │ ├── test11.sln
│ │ ├── test11.suo
│ │ └── 演示源代码
│ │ ├── AboutBox1.Designer.vb
│ │ ├── AboutBox1.resx
│ │ ├── AboutBox1.vb
│ │ ├── AddEasyReportToVB2008Print.designer.vb
│ │ ├── AddEasyReportToVB2008Print.resx
│ │ ├── AddEasyReportToVB2008Print.vb
│ │ ├── ApplicationEvents.vb
│ │ ├── ChartletTobmp.Designer.vb
│ │ ├── ChartletTobmp.resx
│ │ ├── ChartletTobmp.vb
│ │ ├── Class1.vb
│ │ ├── ClassDiagram1.cd
│ │ ├── Draw.Designer.vb
│ │ ├── Draw.resx
│ │ ├── Draw.vb
│ │ ├── DrawCellTest.designer.vb
│ │ ├── DrawCellTest.resx
│ │ ├── DrawCellTest.vb
│ │ ├── DrawPanelForm.Designer.vb
│ │ ├── DrawPanelForm.resx
│ │ ├── DrawPanelForm.vb
│ │ ├── DrawTextSpace.Designer.vb
│ │ ├── DrawTextSpace.resx
│ │ ├── DrawTextSpace.vb
│ │ ├── DrawTextSpace2.designer.vb
│ │ ├── DrawTextSpace2.resx
│ │ ├── DrawTextSpace2.vb
│ │ ├── EasyReportToVB2008Print.Designer.vb
│ │ ├── EasyReportToVB2008Print.resx
│ │ ├── EasyReportToVB2008Print.vb
│ │ ├── ExportToExcel.designer.vb
│ │ ├── ExportToExcel.resx
│ │ ├── ExportToExcel.vb
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── Form10.designer.vb
│ │ ├── Form10.resx
│ │ ├── Form10.vb
│ │ ├── Form11.designer.vb
│ │ ├── Form11.resx
│ │ ├── Form11.vb
│ │ ├── Form12.designer.vb
│ │ ├── Form12.resx
│ │ ├── Form12.vb
│ │ ├── Form13.designer.vb
│ │ ├── Form13.resx
│ │ ├── Form13.vb
│ │ ├── Form14.designer.vb
│ │ ├── Form14.resx
│ │ ├── Form14.vb
│ │ ├── Form15.designer.vb
│ │ ├── Form15.resx
│ │ ├── Form15.vb
│ │ ├── Form16.Designer.vb
│ │ ├── Form16.resx
│ │ ├── Form16.vb
│ │ ├── Form17.designer.vb
│ │ ├── Form17.resx
│ │ ├── Form17.vb
│ │ ├── Form18.Designer.vb
│ │ ├── Form18.resx
│ │ ├── Form18.vb
│ │ ├── Form19.designer.vb
│ │ ├── Form19.resx
│ │ ├── Form19.vb
│ │ ├── Form2.designer.vb
│ │ ├── Form2.resx
│ │ ├── Form2.vb
│ │ ├── Form20.Designer.vb
│ │ ├── Form20.resx
│ │ ├── Form20.vb
│ │ ├── Form21.designer.vb
│ │ ├── Form21.resx
│ │ ├── Form21.vb
│ │ ├── Form22.Designer.vb
│ │ ├── Form22.resx
│ │ ├── Form22.vb
│ │ ├── Form23.Designer.vb
│ │ ├── Form23.resx
│ │ ├── Form23.vb
│ │ ├── Form24.Designer.vb
│ │ ├── Form24.resx
│ │ ├── Form24.vb
│ │ ├── Form25.Designer.vb
│ │ ├── Form25.resx
│ │ ├── Form25.vb
│ │ ├── Form26.designer.vb
│ │ ├── Form26.resx
│ │ ├── Form26.vb
│ │ ├── Form3.designer.vb
│ │ ├── Form3.resx
│ │ ├── Form3.vb
│ │ ├── Form4.designer.vb
│ │ ├── Form4.resx
│ │ ├── Form4.vb
│ │ ├── Form5.Designer.vb
│ │ ├── Form5.resx
│ │ ├── Form5.vb
│ │ ├── Form6.designer.vb
│ │ ├── Form6.resx
│ │ ├── Form6.vb
│ │ ├── Form7.Designer.vb
│ │ ├── Form7.resx
│ │ ├── Form7.vb
│ │ ├── Form8.Designer.vb
│ │ ├── Form8.resx
│ │ ├── Form8.vb
│ │ ├── Form9.Designer.vb
│ │ ├── Form9.resx
│ │ ├── Form9.vb
│ │ ├── FormMul.Designer.vb
│ │ ├── FormMul.resx
│ │ ├── FormMul.vb
│ │ ├── FormQR.Designer.vb
│ │ ├── FormQR.resx
│ │ ├── FormQR.vb
│ │ ├── Formreport.Designer.vb
│ │ ├── Formreport.resx
│ │ ├── Formreport.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ ├── Settings.settings
│ │ │ └── app.manifest
│ │ ├── Northwind.mdb
│ │ ├── NorthwindDataSet.Designer.vb
│ │ ├── NorthwindDataSet.vb
│ │ ├── NorthwindDataSet.xsc
│ │ ├── NorthwindDataSet.xsd
│ │ ├── NorthwindDataSet.xss
│ │ ├── Report1.rdlc
│ │ ├── Resources
│ │ │ ├── 43.bmp
│ │ │ ├── 53.bmp
│ │ │ ├── 55.bmp
│ │ │ ├── Image1.jpg
│ │ │ ├── KEY.GIF
│ │ │ ├── Thumbs.db
│ │ │ ├── ico.jpg
│ │ │ └── tilocalCATTWDPO.jpg
│ │ ├── RichTextBoxPrint.Designer.vb
│ │ ├── RichTextBoxPrint.resx
│ │ ├── RichTextBoxPrint.vb
│ │ ├── SimpleReportTest.Designer.vb
│ │ ├── SimpleReportTest.resx
│ │ ├── SimpleReportTest.vb
│ │ ├── SimpleReportTest2.designer.vb
│ │ ├── SimpleReportTest2.resx
│ │ ├── SimpleReportTest2.vb
│ │ ├── SimpleReportTest3.Designer.vb
│ │ ├── SimpleReportTest3.resx
│ │ ├── SimpleReportTest3.vb
│ │ ├── SimpleReportTest4.designer.vb
│ │ ├── SimpleReportTest4.resx
│ │ ├── SimpleReportTest4.vb
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── NPOI.dll
│ │ │ ├── rtf1.rtf
│ │ │ ├── rtf2.rtf
│ │ │ ├── zxing.dll
│ │ │ ├── 多栏报表.mb
│ │ │ ├── 支票套打.mb
│ │ │ ├── 普通报表.mb
│ │ │ ├── 分组报表1.mb
│ │ │ ├── 分组报表2.mb
│ │ │ ├── 普通报表2.mb
│ │ │ ├── 计算公式报表.mb
│ │ │ ├── 计算字段报表.mb
│ │ │ ├── 自已管理模板.pp
│ │ │ ├── 第一个打印方案.fa
│ │ │ ├── 第三个打印方案.fa
│ │ │ ├── 第二个打印方案.fa
│ │ │ ├── 第一个打印方案.yp
│ │ │ ├── 第三个打印方案.yp
│ │ │ ├── 第二个打印方案.yp
│ │ │ ├── 第五个打印方案.yp
│ │ │ ├── 第六个打印方案.yp
│ │ │ ├── 第四个打印方案.yp
│ │ │ └── 图片及复选框报表.mb
│ │ ├── checkprint.Designer.vb
│ │ ├── checkprint.resx
│ │ ├── checkprint.vb
│ │ ├── doubleline.Designer.vb
│ │ ├── doubleline.resx
│ │ ├── doubleline.vb
│ │ ├── drawexpression.Designer.vb
│ │ ├── drawexpression.resx
│ │ ├── drawexpression.vb
│ │ ├── groupprint.Designer.vb
│ │ ├── groupprint.resx
│ │ ├── groupprint.vb
│ │ ├── gz.Designer.vb
│ │ ├── gz.resx
│ │ ├── gz.vb
│ │ ├── mymain.Designer.vb
│ │ ├── mymain.resx
│ │ ├── mymain.vb
│ │ ├── printdgvselect.designer.vb
│ │ ├── printdgvselect.resx
│ │ ├── printdgvselect.vb
│ │ ├── printpapersize.designer.vb
│ │ ├── printpapersize.resx
│ │ ├── printpapersize.vb
│ │ ├── printzdx.Designer.vb
│ │ ├── printzdx.resx
│ │ ├── printzdx.vb
│ │ ├── rotate.Designer.vb
│ │ ├── rotate.resx
│ │ ├── rotate.vb
│ │ ├── test.vbproj
│ │ ├── test.vbproj.user
│ │ ├── zydy.designer.vb
│ │ ├── zydy.resx
│ │ ├── zydy.vb
│ │ └── 打印.ico
│ ├── 手动分页测试(C版)
│ │ └── 手动分页测试(C版)
│ │ ├── 手动分页测试(C版)
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 手动分页测试(C版).csproj
│ │ │ └── 手动分页测试(C版).csproj.user
│ │ ├── 手动分页测试(C版).sln
│ │ └── 手动分页测试(C版).suo
│ ├── 手动分页测试(VB版)
│ │ ├── 手动分页测试
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── 手动分页测试.vbproj
│ │ │ └── 手动分页测试.vbproj.user
│ │ ├── 手动分页测试.sln
│ │ └── 手动分页测试.suo
│ ├── 面试通知单测试(C#)
│ │ ├── 面试通知单测试
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── 面试通知单测试.csproj
│ │ │ └── 面试通知单测试.csproj.user
│ │ ├── 面试通知单测试.sln
│ │ └── 面试通知单测试.suo
│ └── 面试成绩汇总表打印
│ ├── 面试成绩汇总表打印
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ ├── 面试成绩汇总表打印.csproj
│ │ └── 面试成绩汇总表打印.csproj.user
│ ├── 面试成绩汇总表打印.sln
│ └── 面试成绩汇总表打印.suo
└── 演示程序(可执行文件)
├── DotNetPrint.dll
├── NPOI.dll
├── Northwind.mdb
├── rtf1.rtf
├── rtf2.rtf
├── zxing.dll
├── 多栏报表.mb
├── 支票套打.mb
├── 普通报表.mb
├── 分组报表1.mb
├── 分组报表2.mb
├── 普通报表2.mb
├── 计算公式报表.mb
├── 计算字段报表.mb
├── 自已管理模板.pp
├── 第一个打印方案.fa
├── 第三个打印方案.fa
├── 第二个打印方案.fa
├── 第一个打印方案.yp
├── 第三个打印方案.yp
├── 第二个打印方案.yp
├── 第五个打印方案.yp
├── 第六个打印方案.yp
├── 第四个打印方案.yp
├── 打印控件演示实例.exe
└── 图片及复选框报表.mb
61 directories, 454 files
免费DataGridView打印及.NET轻松打印控件5.7版(VB打印,C#打印,Excel导入导出,多表头显示与打印)
16、多表头(跨行跨列的复杂表头)打印功能,多表头组件支持多表头显示与打印、单元格内容的合并显示、打印与导出。 17、自定义纸张支持功能。 18、纸张背景图片设置打印功能。 19、.NET4.0支持功能(是单独的一个...
.
├── 免费DataGridView打印及.NET轻松打印控件5.7版(VB打印,C#打印,Excel导入导出,多表头显示与打印)_免费DataGridView打印控件5.7版.rar
└── 免费DataGridView打印控件5.7版
├── WPF中打印测试
│ ├── WPF中打印测试
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── WPF中打印测试.vbproj
│ │ ├── WPF中打印测试.vbproj.user
│ │ └── mslogo.jpg
│ ├── WPF中打印测试.sln
│ └── WPF中打印测试.suo
├── 打印控件
│ ├── DotNetPrint.dll
│ ├── DotNetPrint.xml
│ ├── NET4.0下专用打印控件
│ │ ├── DotNetPrint.dll
│ │ ├── DotNetPrint.xml
│ │ ├── NPOI.dll
│ │ ├── definesrcipt.txt
│ │ ├── zxing.dll
│ │ └── 注意.txt
│ ├── NPOI.dll
│ ├── definesrcipt.txt
│ ├── zxing.dll
│ ├── 打印控件安装.msi
│ ├── 控件文件说明.txt
│ └── 打印控件帮助文档.chm
├── 文件说明.txt
├── 新增功能.txt
└── 窗口程序使用演示
├── 演示程序源代码
│ ├── C#2005编写的测试程序(仅简单测试)
│ │ └── PrintTest
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── Northwind.mdb
│ │ ├── NorthwindDataSet.Designer.cs
│ │ ├── NorthwindDataSet.xsc
│ │ ├── NorthwindDataSet.xsd
│ │ ├── NorthwindDataSet.xss
│ │ ├── PrintTest.csproj
│ │ ├── PrintTest.csproj.user
│ │ ├── PrintTest.sln
│ │ ├── PrintTest.suo
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── app.config
│ ├── 条码测试
│ │ ├── 条码测试
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── app.config
│ │ │ ├── 条码测试.csproj
│ │ │ └── 条码测试.csproj.user
│ │ ├── 条码测试.sln
│ │ └── 条码测试.suo
│ ├── 请假单打印
│ │ ├── 请假单打印
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ ├── 请假单打印.vbproj
│ │ │ └── 请假单打印.vbproj.user
│ │ ├── 请假单打印.sln
│ │ └── 请假单打印.suo
│ ├── 账单打印(C#)
│ │ ├── 账单打印
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── install_button.png
│ │ │ ├── 账单打印.csproj
│ │ │ └── 账单打印.csproj.user
│ │ ├── 账单打印.sln
│ │ └── 账单打印.suo
│ ├── 标签打印测试
│ │ ├── labeltest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── labeltest.vbproj
│ │ │ └── labeltest.vbproj.user
│ │ ├── labeltest.sln
│ │ └── labeltest.suo
│ ├── 汇总打印测试
│ │ ├── 汇总打印测试
│ │ │ ├── Form10.designer.vb
│ │ │ ├── Form10.resx
│ │ │ ├── Form10.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── 汇总打印测试.vbproj
│ │ │ └── 汇总打印测试.vbproj.user
│ │ ├── 汇总打印测试.sln
│ │ └── 汇总打印测试.suo
│ ├── 会客单打印(C#)
│ │ ├── 会客单打印
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ ├── user.bmp
│ │ │ ├── 会客单打印.csproj
│ │ │ └── 会客单打印.csproj.user
│ │ ├── 会客单打印.sln
│ │ └── 会客单打印.suo
│ ├── 工作证打印测试
│ │ └── 工作证打印
│ │ ├── 工作证打印
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── car.png
│ │ │ ├── 工作证打印.vbproj
│ │ │ └── 工作证打印.vbproj.user
│ │ ├── 工作证打印.sln
│ │ └── 工作证打印.suo
│ ├── 演示程序源代码(VB2008编写)
│ │ ├── Thumbs.db
│ │ ├── test11.sln
│ │ ├── test11.suo
│ │ └── 演示源代码
│ │ ├── AboutBox1.Designer.vb
│ │ ├── AboutBox1.resx
│ │ ├── AboutBox1.vb
│ │ ├── AddEasyReportToVB2008Print.designer.vb
│ │ ├── AddEasyReportToVB2008Print.resx
│ │ ├── AddEasyReportToVB2008Print.vb
│ │ ├── ApplicationEvents.vb
│ │ ├── ChartletTobmp.Designer.vb
│ │ ├── ChartletTobmp.resx
│ │ ├── ChartletTobmp.vb
│ │ ├── Class1.vb
│ │ ├── ClassDiagram1.cd
│ │ ├── Draw.Designer.vb
│ │ ├── Draw.resx
│ │ ├── Draw.vb
│ │ ├── DrawCellTest.designer.vb
│ │ ├── DrawCellTest.resx
│ │ ├── DrawCellTest.vb
│ │ ├── DrawPanelForm.Designer.vb
│ │ ├── DrawPanelForm.resx
│ │ ├── DrawPanelForm.vb
│ │ ├── DrawTextSpace.Designer.vb
│ │ ├── DrawTextSpace.resx
│ │ ├── DrawTextSpace.vb
│ │ ├── DrawTextSpace2.designer.vb
│ │ ├── DrawTextSpace2.resx
│ │ ├── DrawTextSpace2.vb
│ │ ├── EasyReportToVB2008Print.Designer.vb
│ │ ├── EasyReportToVB2008Print.resx
│ │ ├── EasyReportToVB2008Print.vb
│ │ ├── ExportToExcel.designer.vb
│ │ ├── ExportToExcel.resx
│ │ ├── ExportToExcel.vb
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── Form10.designer.vb
│ │ ├── Form10.resx
│ │ ├── Form10.vb
│ │ ├── Form11.designer.vb
│ │ ├── Form11.resx
│ │ ├── Form11.vb
│ │ ├── Form12.designer.vb
│ │ ├── Form12.resx
│ │ ├── Form12.vb
│ │ ├── Form13.designer.vb
│ │ ├── Form13.resx
│ │ ├── Form13.vb
│ │ ├── Form14.designer.vb
│ │ ├── Form14.resx
│ │ ├── Form14.vb
│ │ ├── Form15.designer.vb
│ │ ├── Form15.resx
│ │ ├── Form15.vb
│ │ ├── Form16.Designer.vb
│ │ ├── Form16.resx
│ │ ├── Form16.vb
│ │ ├── Form17.designer.vb
│ │ ├── Form17.resx
│ │ ├── Form17.vb
│ │ ├── Form18.Designer.vb
│ │ ├── Form18.resx
│ │ ├── Form18.vb
│ │ ├── Form19.designer.vb
│ │ ├── Form19.resx
│ │ ├── Form19.vb
│ │ ├── Form2.designer.vb
│ │ ├── Form2.resx
│ │ ├── Form2.vb
│ │ ├── Form20.Designer.vb
│ │ ├── Form20.resx
│ │ ├── Form20.vb
│ │ ├── Form21.designer.vb
│ │ ├── Form21.resx
│ │ ├── Form21.vb
│ │ ├── Form22.Designer.vb
│ │ ├── Form22.resx
│ │ ├── Form22.vb
│ │ ├── Form23.Designer.vb
│ │ ├── Form23.resx
│ │ ├── Form23.vb
│ │ ├── Form24.Designer.vb
│ │ ├── Form24.resx
│ │ ├── Form24.vb
│ │ ├── Form25.Designer.vb
│ │ ├── Form25.resx
│ │ ├── Form25.vb
│ │ ├── Form26.designer.vb
│ │ ├── Form26.resx
│ │ ├── Form26.vb
│ │ ├── Form3.designer.vb
│ │ ├── Form3.resx
│ │ ├── Form3.vb
│ │ ├── Form4.designer.vb
│ │ ├── Form4.resx
│ │ ├── Form4.vb
│ │ ├── Form5.Designer.vb
│ │ ├── Form5.resx
│ │ ├── Form5.vb
│ │ ├── Form6.designer.vb
│ │ ├── Form6.resx
│ │ ├── Form6.vb
│ │ ├── Form7.Designer.vb
│ │ ├── Form7.resx
│ │ ├── Form7.vb
│ │ ├── Form8.Designer.vb
│ │ ├── Form8.resx
│ │ ├── Form8.vb
│ │ ├── Form9.Designer.vb
│ │ ├── Form9.resx
│ │ ├── Form9.vb
│ │ ├── FormMul.Designer.vb
│ │ ├── FormMul.resx
│ │ ├── FormMul.vb
│ │ ├── FormQR.Designer.vb
│ │ ├── FormQR.resx
│ │ ├── FormQR.vb
│ │ ├── Formreport.Designer.vb
│ │ ├── Formreport.resx
│ │ ├── Formreport.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ ├── Settings.settings
│ │ │ └── app.manifest
│ │ ├── Northwind.mdb
│ │ ├── NorthwindDataSet.Designer.vb
│ │ ├── NorthwindDataSet.vb
│ │ ├── NorthwindDataSet.xsc
│ │ ├── NorthwindDataSet.xsd
│ │ ├── NorthwindDataSet.xss
│ │ ├── Report1.rdlc
│ │ ├── Resources
│ │ │ ├── 43.bmp
│ │ │ ├── 53.bmp
│ │ │ ├── 55.bmp
│ │ │ ├── Image1.jpg
│ │ │ ├── KEY.GIF
│ │ │ ├── Thumbs.db
│ │ │ ├── ico.jpg
│ │ │ └── tilocalCATTWDPO.jpg
│ │ ├── RichTextBoxPrint.Designer.vb
│ │ ├── RichTextBoxPrint.resx
│ │ ├── RichTextBoxPrint.vb
│ │ ├── SimpleReportTest.Designer.vb
│ │ ├── SimpleReportTest.resx
│ │ ├── SimpleReportTest.vb
│ │ ├── SimpleReportTest2.designer.vb
│ │ ├── SimpleReportTest2.resx
│ │ ├── SimpleReportTest2.vb
│ │ ├── SimpleReportTest3.Designer.vb
│ │ ├── SimpleReportTest3.resx
│ │ ├── SimpleReportTest3.vb
│ │ ├── SimpleReportTest4.designer.vb
│ │ ├── SimpleReportTest4.resx
│ │ ├── SimpleReportTest4.vb
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── NPOI.dll
│ │ │ ├── rtf1.rtf
│ │ │ ├── rtf2.rtf
│ │ │ ├── zxing.dll
│ │ │ ├── 多栏报表.mb
│ │ │ ├── 支票套打.mb
│ │ │ ├── 普通报表.mb
│ │ │ ├── 分组报表1.mb
│ │ │ ├── 分组报表2.mb
│ │ │ ├── 普通报表2.mb
│ │ │ ├── 计算公式报表.mb
│ │ │ ├── 计算字段报表.mb
│ │ │ ├── 自已管理模板.pp
│ │ │ ├── 第一个打印方案.fa
│ │ │ ├── 第三个打印方案.fa
│ │ │ ├── 第二个打印方案.fa
│ │ │ ├── 第一个打印方案.yp
│ │ │ ├── 第三个打印方案.yp
│ │ │ ├── 第二个打印方案.yp
│ │ │ ├── 第五个打印方案.yp
│ │ │ ├── 第六个打印方案.yp
│ │ │ ├── 第四个打印方案.yp
│ │ │ └── 图片及复选框报表.mb
│ │ ├── checkprint.Designer.vb
│ │ ├── checkprint.resx
│ │ ├── checkprint.vb
│ │ ├── doubleline.Designer.vb
│ │ ├── doubleline.resx
│ │ ├── doubleline.vb
│ │ ├── drawexpression.Designer.vb
│ │ ├── drawexpression.resx
│ │ ├── drawexpression.vb
│ │ ├── groupprint.Designer.vb
│ │ ├── groupprint.resx
│ │ ├── groupprint.vb
│ │ ├── gz.Designer.vb
│ │ ├── gz.resx
│ │ ├── gz.vb
│ │ ├── mymain.Designer.vb
│ │ ├── mymain.resx
│ │ ├── mymain.vb
│ │ ├── printdgvselect.designer.vb
│ │ ├── printdgvselect.resx
│ │ ├── printdgvselect.vb
│ │ ├── printpapersize.designer.vb
│ │ ├── printpapersize.resx
│ │ ├── printpapersize.vb
│ │ ├── printzdx.Designer.vb
│ │ ├── printzdx.resx
│ │ ├── printzdx.vb
│ │ ├── rotate.Designer.vb
│ │ ├── rotate.resx
│ │ ├── rotate.vb
│ │ ├── test.vbproj
│ │ ├── test.vbproj.user
│ │ ├── zydy.designer.vb
│ │ ├── zydy.resx
│ │ ├── zydy.vb
│ │ └── 打印.ico
│ ├── 手动分页测试(C版)
│ │ └── 手动分页测试(C版)
│ │ ├── 手动分页测试(C版)
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 手动分页测试(C版).csproj
│ │ │ └── 手动分页测试(C版).csproj.user
│ │ ├── 手动分页测试(C版).sln
│ │ └── 手动分页测试(C版).suo
│ ├── 手动分页测试(VB版)
│ │ ├── 手动分页测试
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── 手动分页测试.vbproj
│ │ │ └── 手动分页测试.vbproj.user
│ │ ├── 手动分页测试.sln
│ │ └── 手动分页测试.suo
│ ├── 面试通知单测试(C#)
│ │ ├── 面试通知单测试
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ ├── 面试通知单测试.csproj
│ │ │ └── 面试通知单测试.csproj.user
│ │ ├── 面试通知单测试.sln
│ │ └── 面试通知单测试.suo
│ └── 面试成绩汇总表打印
│ ├── 面试成绩汇总表打印
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ ├── 面试成绩汇总表打印.csproj
│ │ └── 面试成绩汇总表打印.csproj.user
│ ├── 面试成绩汇总表打印.sln
│ └── 面试成绩汇总表打印.suo
└── 演示程序(可执行文件)
├── DotNetPrint.dll
├── NPOI.dll
├── Northwind.mdb
├── rtf1.rtf
├── rtf2.rtf
├── zxing.dll
├── 多栏报表.mb
├── 支票套打.mb
├── 普通报表.mb
├── 分组报表1.mb
├── 分组报表2.mb
├── 普通报表2.mb
├── 计算公式报表.mb
├── 计算字段报表.mb
├── 自已管理模板.pp
├── 第一个打印方案.fa
├── 第三个打印方案.fa
├── 第二个打印方案.fa
├── 第一个打印方案.yp
├── 第三个打印方案.yp
├── 第二个打印方案.yp
├── 第五个打印方案.yp
├── 第六个打印方案.yp
├── 第四个打印方案.yp
├── 打印控件演示实例.exe
└── 图片及复选框报表.mb
61 directories, 454 files