搜索资源列表
AnyPrint
- 专门打印表格的 VCL 组件( ActiveX 版本的表格已经集成打印功能,不需要 AnyPrint)。它提供了丰富的页面设置功能,如页边距、页方向、页面居中、报表标题、标题行、页眉和页脚等。可以将表格的前几行作为表头,或后几行作为表尾(表头和表尾在每页中都被打印);可以建立多个子报表,然后组合成一个报表;美观的预览界面,用户可以在预览窗体里进行页面设置-VCL components specially printed forms (ActiveX version of the forms ha
PrintSpool
- 打印任务监控程序,VB编写,列出正在打印的任务,可以结束打印任务,就像XP系统的差不多。-Print task monitoring program, VB preparation, the task list is printed, you can print the end of the task, almost like XP system.
Kasturi
- Point of sale system This system will sell goods and give end of the day, month, week, year reports on gross profits and tax collections it uses a dot matrix receipt printer
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations
prjPrintSpool
- VB打印任务监控程序的源代码,适时获得当前打印机的任务状态,列出正在打印的任务,同时对所有任务进行管理 ,可结束和暂停任务,写的不错。-VB print job monitoring program s source code, the task of timely access to current printer status, list is printing tasks, while management of all tasks, to end and pause tasks and
PB-print-barcode
- 主要针对Powerbuilder程序开发者,当然应用程序也可直接供给最终用户用来打印价签、条码证件之类的东东;本程序无需安装条码字库,无需控件,无需条码打印机,功能已封装为对象,接口简单,提供label风格的数据窗口预览(即可设定每页纵向及横向标签的数量、排版的顺序、纵向及横向间距,标签的宽度及高度等),可用激光打印机或者针式打印机打印,可进行完整的条码打印或仅打印条形码,可设定条码的线宽。-Mainly for Powerbuilder application developers, of c
ML-1660-1665-reset
- How to F/W update. 1) Connect PC and printer with USB cable. 2) Turn on the power of printer.(Ready Status) 3) Drag the f/w file and Drop down on the usbprn2.exe. And then f/w update will be started automatically. 4) Please wait until
kbseywl
- 所有前端后台代码封装过后十分精简易上手,出错效率低。同时支持移动客户端访问。(All front end background code is very simple and easy to use after encapsulation. Support mobile client access at the same time)
jtysnb
- 所有前端后台代码封装过后十分精简易上手,出错效率低。同时支持移动客户端访问。(All front end background code is very simple and easy to use after encapsulation. Support mobile client access at the same time)
rwgmetep
- ssm开发实现简单的oa办公管理系统,模板是网上下载,后端代码自己实现(SSM development and implementation of a simple OA office management system, templates are downloaded online, the back-end code to achieve their own.)
ncmmjhw
- ssm开发实现简单的oa办公管理系统,模板是网上下载,后端代码自己实现(SSM development and implementation of a simple OA office management system, templates are downloaded online, the back-end code to achieve their own.)
E267_打印对话框的实例
- 打印对话框,建一个项目,将其命名为工程1,默认窗体为Form1。command1 单击打印(form print Private Sub Command1_Click() CommonDialog1.ShowPrinter For i = 1 To CommonDialog1.Copies Printer.Print Text1.Text Next i Printer.EndDoc End Sub)