摘要:
1 type 2 TForm1 = class(TForm) 3 Button1: TButton; 4 Label1: TLabel; 5 Button2: TButton; 6 procedure Button1Click(Sender: TObject); 7 procedure Button2Click(Sender: TObject); 8 private 9 { Private declarations }10 public11 { Public declarations }12 end;13 14 WL... 阅读全文