Unit2.~pas
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- unit Unit2;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, StdCtrls;
- type
- TForm2 = class(TForm)
- GroupBox1: TGroupBox;
- Label1: TLabel;
- RadioButton1: TRadioButton;
- RadioButton2: TRadioButton;
- Label2: TLabel;
- Edit1: TEdit;
- Label3: TLabel;
- Edit2: TEdit;
- Button1: TButton;
- Button2: TButton;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- Form2: TForm2;
- implementation
- {$R *.dfm}
- end.