Unit3.pas
资源名称:winskin.rar [点击查看]
上传用户:lmk588
上传日期:2013-04-16
资源大小:5120k
文件大小:0k
源码类别:
按钮控件
开发平台:
Delphi
- unit Unit3;
- interface
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- StdCtrls, Buttons;
- type
- TFrame3 = class(TFrame)
- Button1: TButton;
- CheckBox1: TCheckBox;
- RadioButton1: TRadioButton;
- RadioButton2: TRadioButton;
- CheckBox2: TCheckBox;
- SpeedButton1: TSpeedButton;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- implementation
- {$R *.dfm}
- end.