摘要: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Memo1: TM... 阅读全文
posted @ 2008-12-22 22:48 万一 阅读(6054) 评论(21) 推荐(0) 编辑