📄 ctrls3.pas
字号:
unit ctrls3;
interface
uses
Windows, Classes, Forms, te_controls,
Controls, ImgList;
type
TfrmControls3 = class(TForm)
SeSkinForm1: TTeForm;
NgRadioGroup1: TTeRadioGroup;
NgComboBox1: TTeComboBox;
NgComboBox2: TTeComboBox;
NgComboBox3: TTeComboBox;
NgComboBox4: TTeComboBox;
NgComboBox5: TTeComboBox;
NgComboBox6: TTeComboBox;
NgEdit1: TTeEdit;
NgEdit2: TTeEdit;
NgEdit3: TTeEdit;
NgListBox1: TTeListBox;
NgListBox2: TTeListBox;
NgListBox3: TTeListBox;
NgListBox4: TTeListBox;
NgSpinButton1: TTeSpinButton;
NgSpinButton2: TTeSpinButton;
ImageList1: TImageList;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmControls3: TfrmControls3;
implementation
uses Main;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -