摘要: 一、打印dbgrid数据: //============================================================================== //打印DBGrid中的所有数据******************************************************** //============================================================================== procedure DBGridPrint(DBGrid: TDBGrid; Title: string); var PrintDialog: TPrintDialog; RowHeight, Temp_X, Temp_Y, PageEdgeX, PageEdgeY, PixelsPerInchX, PixelsPerInchY: integer; TempStr: string; Scale: Double; Rect: TRect; 阅读全文
posted @ 2008-08-11 22:59 ghd2004 阅读(899) 评论(0) 推荐(0) 编辑
摘要: Delphi中生成控件的两种方法 阅读全文
posted @ 2008-07-21 21:43 ghd2004 阅读(1404) 评论(0) 推荐(0) 编辑
摘要: unit MyButton; interface uses Windows, Messages, SysUtils, Classes, Controls, StdCtrls, Graphics; type TMyButton = class(TButton) private FCanvas: TCanv... 阅读全文
posted @ 2008-07-05 16:58 ghd2004 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 拖放(DragDrop)是Windows提供的一种快捷的操作方式。作为基于Windows的开发工具,Delphi同样支持拖放操作,而且开发应用系统的拖放功能十分方便,真正体现了Delphi 的强大功能和方便性。 阅读全文
posted @ 2008-07-05 16:54 ghd2004 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: 重整技术,收藏,记录,转载,为了更好的工作学习! 这个道路我还能坚持多久!多说坚持就能胜利! 阅读全文
posted @ 2008-06-29 18:15 ghd2004 阅读(168) 评论(1) 推荐(0) 编辑