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

📄 kqjl.dfm

📁 考勤管理系统很有借鉴的饿意义
💻 DFM
字号:
object KqjlForm: TKqjlForm
  Left = 192
  Top = 150
  Width = 640
  Height = 480
  BorderIcons = [biSystemMenu]
  Caption = #32771#21220#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter: TSplitter
    Left = 0
    Top = 253
    Width = 632
    Height = 3
    Cursor = crVSplit
    Align = alBottom
  end
  object pnlKqjl: TPanel
    Left = 0
    Top = 256
    Width = 632
    Height = 190
    Align = alBottom
    BevelInner = bvLowered
    TabOrder = 0
    object grpCq: TGroupBox
      Left = 32
      Top = 16
      Width = 217
      Height = 161
      Caption = #20986#21220#24773#20917
      TabOrder = 0
      object lblJb: TLabel
        Left = 24
        Top = 128
        Width = 48
        Height = 12
        Caption = #21152#29677#23567#26102
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object chkCQ: TCheckBox
        Left = 24
        Top = 32
        Width = 97
        Height = 17
        Caption = #20986#21220
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = chkCQClick
      end
      object chkCD: TCheckBox
        Left = 24
        Top = 64
        Width = 97
        Height = 17
        Caption = #36831#21040
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = chkCDClick
      end
      object chkZT: TCheckBox
        Left = 24
        Top = 96
        Width = 97
        Height = 17
        Caption = #26089#36864
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = chkZTClick
      end
      object edtJB: TEdit
        Left = 80
        Top = 125
        Width = 65
        Height = 21
        TabOrder = 3
        OnChange = edtJBChange
        OnExit = edtJBExit
      end
    end
    object btSave: TButton
      Left = 522
      Top = 104
      Width = 75
      Height = 25
      Caption = #20445#23384
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = btSaveClick
    end
    object grpQt: TGroupBox
      Left = 280
      Top = 16
      Width = 217
      Height = 161
      Caption = #20854#20182#24773#20917
      TabOrder = 2
      object chkKG: TCheckBox
        Left = 24
        Top = 32
        Width = 97
        Height = 17
        Caption = #26103#24037
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = chkKGClick
      end
      object chkXJ: TCheckBox
        Left = 24
        Top = 64
        Width = 97
        Height = 17
        Caption = #20241#20551
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = chkXJClick
      end
      object chkQJ: TCheckBox
        Left = 24
        Top = 96
        Width = 97
        Height = 17
        Caption = #35831#20551
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnClick = chkQJClick
      end
      object chkCC: TCheckBox
        Left = 24
        Top = 128
        Width = 97
        Height = 17
        Caption = #20986#24046
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 3
        OnClick = chkCCClick
      end
    end
    object btDel: TButton
      Left = 522
      Top = 144
      Width = 75
      Height = 25
      Caption = #21024#38500
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = btDelClick
    end
  end
  object pnlKqrq: TPanel
    Left = 0
    Top = 0
    Width = 632
    Height = 41
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 1
    object lblKqrq: TLabel
      Left = 13
      Top = 15
      Width = 60
      Height = 12
      Caption = #36873#25321#26085#26399#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object dtpKqrq: TDateTimePicker
      Left = 75
      Top = 10
      Width = 110
      Height = 20
      Date = 36526.000000000000000000
      Time = 36526.000000000000000000
      TabOrder = 0
      OnChange = dtpKqrqChange
    end
  end
  object dbYgxx: TDBGrid
    Left = 0
    Top = 41
    Width = 632
    Height = 212
    Align = alClient
    DataSource = dsYgxx
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Ygbh'
        Title.Caption = #21592#24037#32534#21495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Xm'
        Title.Caption = #22995#21517
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Xb'
        Title.Caption = #24615#21035
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Szbm'
        Title.Caption = #25152#22312#37096#38376
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Gzzw'
        Title.Caption = #24037#20316#32844#21153
        Width = 100
        Visible = True
      end>
  end
  object dsYgxx: TDataSource
    OnDataChange = dsYgxxDataChange
    Left = 464
    Top = 120
  end
end

⌨️ 快捷键说明

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