?? gld620_03.pas.svn-base
字號:
unit Gld620_03;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Bas100_01, StdCtrls, Buttons;
type
TGld620_03Form = class(TBas100_01Form)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Edit1: TEdit;
ComboBox1: TComboBox;
Edit2: TEdit;
Edit3: TEdit;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
ListBox1: TListBox;
BitBtn1: TBitBtn;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
BitBtn2: TBitBtn;
BitBtn3: TBitBtn;
SpeedButton4: TSpeedButton;
BitBtn4: TBitBtn;
BitBtn5: TBitBtn;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Gld620_03Form: TGld620_03Form;
implementation
{$R *.DFM}
initialization
RegisterClass(TGld620_03Form);
finalization
UnRegisterClass(TGld620_03Form);
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -