⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ctrls3.pas

📁 小区水费管理系统源代码水费收费管理系统 水费收费管理系统
💻 PAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -