首页 相关文章 偶的第二个Delphi程序

偶的第二个Delphi程序

  unit Unit1;

  interface

  uses
   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
   Dialogs, StdCtrls;

  type
   TForm1 = class(TForm)
   Label1: TLabel;
   Label2: TLabel;
   Button1: TButton;
   Edit1: TEdit;
   Button2: TButton;
   procedure Button1Click(Sender: TObject);
   procedure Button2Click(Sender: TObject);
   private
   { Private declarations }
   public
   { Public declarations }
   end;

  var
 ...[ 查看全文 ]

2016-02-19 标签:

偶的第二个Delphi程序的相关文章

手机页面
收藏网站 回到头部