ctrls3.pas

来自「强大的皮肤控件 能做出美观的界面」· PAS 代码 · 共 44 行

PAS
44
字号
unit ctrls3;

interface

uses
  Windows, Classes, Forms, se_controls, KsSkinForms, KsSkinSpinButtons,
  KsSkinListBoxs, KsSkinEdits, KsSkinComboBoxs, Controls, KsSkinGroupBoxs;

type
  TfrmControls3 = class(TForm)
    SeSkinForm1: TSeSkinForm;
    NgRadioGroup1: TSeSkinRadioGroup;
    NgComboBox1: TSeSkinComboBox;
    NgComboBox2: TSeSkinComboBox;
    NgComboBox3: TSeSkinComboBox;
    NgComboBox4: TSeSkinComboBox;
    NgComboBox5: TSeSkinComboBox;
    NgComboBox6: TSeSkinComboBox;
    NgEdit1: TSeSkinEdit;
    NgEdit2: TSeSkinEdit;
    NgEdit3: TSeSkinEdit;
    NgListBox1: TSeSkinListBox;
    NgListBox2: TSeSkinListBox;
    NgListBox3: TSeSkinListBox;
    NgListBox4: TSeSkinListBox;
    NgSpinButton1: TSeSkinSpinButton;
    NgSpinButton2: TSeSkinSpinButton;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmControls3: TfrmControls3;

implementation

uses Main;

{$R *.DFM}

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?