搜索资源列表
使用窗体、打印机和错误处理程序
- Printer属性 打印程序实例 在程序中添加新窗体 l 将结果输出到打印机 l 使用错误处理程序处理运行时的错误 -Printer attributes Print example in the proceedings l add new forms of the results output to the printer l use error-handling procedures at the wrong operation
98BOOT
- Delphi的主窗口位于屏幕的上端,包括Menu(菜单)、Speed Bar(加速条)和Component Panel(部件选项板)。Menu是下拉式主菜单。Speed Bar位于主窗口的左下端,由两排共14个加速按钮组成。这些按钮是菜单功能的快捷方式,各种图标直观地表示了它能执行的动作ponent Panel由一行、若干页对象按钮所组成,利用它来选择需要的部件并将它放到窗体中去。 -Delphi main window screen at the top, including the M
delphi_print
- Delphi编程实现对窗体上数据以报表的形式打印出来-Delphi programming on Form statements on the data to print out the form
CPrint
- 打印当前窗体的源代码 打印当前窗体的源代码
ptintwithdephie
- Delphi中利用Tbitmap实现窗体图形动态打印-Delphi use Tbitmap achieve Form Dynamic Graphics Print
AnyPrint
- 专门打印表格的 VCL 组件( ActiveX 版本的表格已经集成打印功能,不需要 AnyPrint)。它提供了丰富的页面设置功能,如页边距、页方向、页面居中、报表标题、标题行、页眉和页脚等。可以将表格的前几行作为表头,或后几行作为表尾(表头和表尾在每页中都被打印);可以建立多个子报表,然后组合成一个报表;美观的预览界面,用户可以在预览窗体里进行页面设置-VCL components specially printed forms (ActiveX version of the forms ha
print5
- Ex11_01-打印窗体中的数据 -Ex11_01-print form data
barprint(PDF)
- 条码打印程序,有窗体打印,二进码打印,调用API函数打印等。-Barcode printing procedures form printing, binary code printing, call API function printing.
Tbitmapprint
- Delphi中利用Tbitmap实现窗体图形动态打印-The realization of the use of Delphi form Tbitmap dynamic print graphics
Print
- 实现word中打印窗体的界面,但是功能没有实现-The realization of word in print form interface, but the function does not achieve
368
- 打印窗体,直接将船体内容打印出来,很方便的-Print the form, print out the content directly to the hull, it is convenient. . . . .
www.NewXing.com
- 将窗体的内容输出打印,对窗体内容进行打印-The contents of the output print the form, print the contents of the form
printing-using-GDIP
- C#开发,打印窗体中的数据,利用.NET Framework2.0所带的GDI+实现-C# development, the data in the print form, use NET Framework2.0 carried GDI+ achieve
tiaoxingmaprint
- VisualBasic6.0设计制作的条形码打印程序源码,输入条形码,单击窗体进行打印,条形码打印是一个非常实用的模块。-Barcode printing program source VisualBasic6.0 design, enter the bar code, click the form to print bar code printing is a very useful modules.
print
- 报表的显示和打印程序。试用于新手,可预览,模拟WINDOWS打印窗体。-Display and print program statements. Try to novice can preview simulated WINDOWS printed form.
form
- 文件是用来对窗体的打印 手表定理是指一个人有一只表时(File is used to form to print Watch theorem refers to a person when there is a table)
类似Word打印预览窗体
- pb9可用的通用打印预览程序,可设置默认打印机,自定义纸张(The universal print preview program available in PB9 can set the default printer and custom paper.)
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)