随笔分类 -  Delphi

Delphi
摘要:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) btn1: TButton; btn2: TButton; btn3: TButton... 阅读全文
posted @ 2011-08-10 08:32 perock 阅读(1794) 评论(0) 推荐(0)