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

📄 u_kqset.pas

📁 超信人力资源管理系统,一个用Delphi编写的人事管理系统
💻 PAS
字号:
unit U_Kqset;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, U_Form_base, StdCtrls, Buttons, ExtCtrls, DB, ADODB, Mask,
  DBCtrls;

type
  TF_KqSet = class(TF_Form_base)
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Label5: TLabel;
    Label6: TLabel;
    Label7: TLabel;
    Shape1: TShape;
    Label8: TLabel;
    Label9: TLabel;
    Label10: TLabel;
    Label11: TLabel;
    Label12: TLabel;
    GroupBox1: TGroupBox;
    RadioButton1: TRadioButton;
    RadioButton2: TRadioButton;
    Label13: TLabel;
    GroupBox3: TGroupBox;
    RadioButton5: TRadioButton;
    RadioButton6: TRadioButton;
    Shape2: TShape;
    Label14: TLabel;
    Label15: TLabel;
    Label16: TLabel;
    Label17: TLabel;
    Label18: TLabel;
    Label19: TLabel;
    BitBtn1: TBitBtn;
    BitBtn2: TBitBtn;
    Q_mainDownLoadPath: TStringField;
    Q_mainKqTxtDir: TStringField;
    Q_mainKqTxtBakDir: TStringField;
    Q_mainKqDkYxsj: TIntegerField;
    Q_mainKqDkJgsj: TIntegerField;
    Q_mainKqJbbjsj: TIntegerField;
    Q_mainKqJbj1sj: TIntegerField;
    Q_mainKqJbIfK0fk: TWordField;
    Q_mainKqIfDjjbQq: TWordField;
    Q_mainKqCrmsSj1: TIntegerField;
    Q_mainKqCrmsSj2: TIntegerField;
    Q_mainKqCrmsSj3: TIntegerField;
    Q_mainJbfdTime: TIntegerField;
    Q_mainCdztBjSj: TIntegerField;
    Q_mainCdztJkgSj: TIntegerField;
    Q_mainIfGzSys: TBooleanField;
    Q_mainIfGzJjSys: TBooleanField;
    Q_mainIfKqSys: TBooleanField;
    Q_mainCommPort: TStringField;
    Q_mainIfOutInSys: TBooleanField;
    Q_mainIfFenFanSys: TBooleanField;
    Q_mainEmpCodeAuto: TBooleanField;
    Q_mainEmpCodeLen: TIntegerField;
    Q_mainEmpCodeUnique: TBooleanField;
    Q_mainIfJbKg: TBooleanField;
    Q_mainKzType: TStringField;
    Q_mainShiYongDorM: TBooleanField;
    Q_mainXiTongSD: TDateTimeField;
    DBEdit1: TDBEdit;
    DBEdit2: TDBEdit;
    DBEdit3: TDBEdit;
    DBEdit4: TDBEdit;
    DBEdit5: TDBEdit;
    DBEdit6: TDBEdit;
    DBEdit7: TDBEdit;
    DBEdit8: TDBEdit;
    DBEdit9: TDBEdit;
    DBEdit10: TDBEdit;
    DBCheckBox1: TDBCheckBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  F_KqSet: TF_KqSet;

implementation

{$R *.dfm}

initialization
  RegisterClass(TF_KqSet);

end.

⌨️ 快捷键说明

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