ctrls3.pas

来自「themeengine6源码」· PAS 代码 · 共 45 行

PAS
45
字号
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 + =
减小字号Ctrl + -
显示快捷键?