📄 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.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -