资源列表
Delphi_070813
- Delphi打印图像,把图片打印出来,与文字打印稍微复杂些,在本打印程序中,只允许打开.jpg格式的图像,通过这个小例子你将了解到如何使用Delphi定义打印输出矩形框的大孝将图形放大到打印页面的1/2大孝定义图形在页面上的中心位置输出,具体代码请下载源码参阅。 -Delphi print images, print out the pictures, and text printing is slightly more complicated, in the printed program
Delphi_107817
- Delphi“自定义组件包”代码,自定义组件包源码基于Delphi7,源代码大小:7.18K,开源,可用于学习参考。 -Delphi "Custom Components package" code-based custom component package source Delphi7, source code size: 7.18K, open source, available for study reference.
Delphi_206527
- Delphi打印文本文件的内容,使用本程序载入一个TXT文本文件,通过本程序内置的打印模块可将文本文件的正文内容打印出来,测试前请确认你安装好了打印机驱动。 -Delphi print the contents of a text file, use this procedure to load a TXT file, through this program modules can be built-in print text print out the contents of a tex
Delphi_236886
- Delphi高手突破源码,包括了以下示例程序的源代码:一、“对象所占内存空间大斜演示程序,二、“继承”演示程序,三、“异常”演示程序,四、“消息分发”演示程序,五、“API编写窗口程序”演示程序,六、“自定义组件包”代码,七、使用“自定义组件”编写的演示程序,八、Sunny SmartNote 5.0开放源代码版源代码 -Delphi expert breakthrough source, including the following sample program source code:
Delphi_265315
- Delphi:“API编写窗口程序”的Delphi演示程序,请情请参见WindowDemo.dpr,在打开编译生成的exe后,在窗体上点击右键,会弹出一个窗口: 和您打个招呼 。 -Delphi "API to write the window procedure" Delphi demo program, please refer to the situation WindowDemo.dpr, compiled after opening the exe, right click on
Delphi_372227
- Delphi源码下载,DBGridEhColSelect设置DBGridEh列显示,增加导出Word文档功能时,发现列数太多显显示在Word文档上面的表格很丑陋,故增加该功能提供给用户自定义导出所需要的数据列内容,该功能对导出Excel与Word通用 -Delphi source code download, DBGridEhColSelect set DBGridEh column shows, feature increases export Word documents, found
Delphi_401868
- 更新一个Delphi中的INI文件编程实例,可以把窗口文本框中的内容保存在INI文件中,现在很多程序都习惯用INI文件做为配置文件,所以本Delphi源码例子可为使用INI文件的朋友做一下参考,有Delphi7的可直接编译源代码。 -Update an INI file in Delphi programming examples, you can put the contents of the window to save the text box in the INI file, man
Delphi_506453
- Delphi“异常”处理演示程序,模拟“找不到文件”、模拟“文件格式出错”,就是在程序没有达到预期出错时应该如何处理这些异常信息,或弹出提示框,或不予理睬,一般不会不理睬,有一个合理的异常处理机制可提高程序运行稳定性。-Delphi "exception" handling demonstration program to simulate the "file not found" analog "file format error" is an error in the program did
Delphi_511705
- Delphi打印数据报表,结合SQLSERVER实现,应该算是打印的范畴吧,只不过打印的对象是数据报表,当然需要连接数据库来进行。其实就是把入库详单的各个字段及数据列内容读取出来,再把他们打印出来,见的比较多的打印程序了。 -Delphi print data report, combined with SQLSERVER implementation, it should be regarded as areas of print, but the print object data re
Delphi_535065
- Delphi实现窗口的加边框效果,在窗体的最外层加边框,颜色右选,就像为窗口镶了一个彩边的效果,部分代码:Pen:= CreatePen(PS_SOLID, 3, RGB(225, 1, 1)) //创建宽度为3的实现画笔 -Delphi add borders to achieve the effect of the window, in the outermost layer of the form to add a border, choose the right color, just
Delphi_575222
- Delphi代码设计一个打印报表,类似打印预览功能的报表界面,当然包括有打印功能,还可对报表进行快进、快退预览,用于打印程序中是比较合适了。代码中定义了绘图区域左边界,上边界,纸张大小,报表标题等参数,测试数据存储在数组中,测试时候自己可修改。 -Delphi code to design a printed report, similar to the print preview function reporting interface, of course, including a pr
Delphi_643788
- Delphi“对象所占内存空间大斜的演示程序,《Delphi高手突破-Design In Delphi》随书光盘的附带示例,在我本机运行得到的结果:对象大小:20 -Delphi "object memory space occupied by a large ramp demo program," Delphi expert breakthrough-Design In Delphi "book with CD-ROM included with the sample, and the res
