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

📄 employeeedit.dfm

📁 是我编写的一个考勤机管理系统,用于计算某员工某段时间以来的迟到与早退等情况.
💻 DFM
字号:
object frmEmployeeEdit: TfrmEmployeeEdit
  Left = 390
  Top = 255
  Width = 410
  Height = 296
  Caption = #21592#24037#36164#26009#32534#36753
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 402
    Height = 21
    AutoSize = True
    ButtonHeight = 19
    ButtonWidth = 48
    Caption = 'ToolBar1'
    Flat = True
    List = True
    ShowCaptions = True
    TabOrder = 0
    object BtnPrior: TToolButton
      Left = 0
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #19978#19968#26465
      ImageIndex = 4
      OnClick = BtnPriorClick
    end
    object BtnNext: TToolButton
      Left = 52
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #19979#19968#26465
      ImageIndex = 5
      OnClick = BtnNextClick
    end
    object ToolButton7: TToolButton
      Left = 104
      Top = 0
      Width = 12
      AllowAllUp = True
      AutoSize = True
      Caption = 'ToolButton7'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object BtnAdd: TToolButton
      Left = 116
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #26032#22686
      ImageIndex = 0
      OnClick = BtnAddClick
    end
    object BtnEdit: TToolButton
      Left = 156
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #20462#25913
      ImageIndex = 1
      OnClick = BtnEditClick
    end
    object BtnSave: TToolButton
      Left = 196
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #20445#23384
      ImageIndex = 2
      OnClick = BtnSaveClick
    end
    object ToolButton8: TToolButton
      Left = 236
      Top = 0
      Width = 12
      AllowAllUp = True
      AutoSize = True
      Caption = 'ToolButton8'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object BtnExit: TToolButton
      Left = 248
      Top = 0
      AllowAllUp = True
      AutoSize = True
      Caption = #21462#28040
      ImageIndex = 3
      OnClick = BtnExitClick
    end
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 21
    Width = 402
    Height = 248
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 85
      Top = 79
      Width = 60
      Height = 13
      Caption = #21592#24037#32534#21495#65306
    end
    object Label2: TLabel
      Left = 85
      Top = 48
      Width = 60
      Height = 13
      Caption = #21592#24037#21517#31216#65306
    end
    object Label3: TLabel
      Left = 85
      Top = 110
      Width = 60
      Height = 13
      Caption = #21592#24037#21345#21495#65306
    end
    object Label4: TLabel
      Left = 85
      Top = 140
      Width = 60
      Height = 13
      Caption = #40664#35748#25490#29677#65306
    end
    object Label5: TLabel
      Left = 85
      Top = 172
      Width = 63
      Height = 13
      Caption = #40664#35748#20241#20551#65306' '
    end
    object EdtCode: TEdit
      Left = 149
      Top = 75
      Width = 145
      Height = 21
      TabOrder = 0
      Text = 'EdtCode'
      OnChange = EdtNameChange
    end
    object EdtName: TEdit
      Left = 149
      Top = 45
      Width = 145
      Height = 21
      TabOrder = 1
      Text = 'EdtName'
      OnChange = EdtNameChange
    end
    object EdtCard: TEdit
      Left = 149
      Top = 106
      Width = 145
      Height = 21
      TabOrder = 2
      Text = 'EdtCard'
      OnChange = EdtNameChange
    end
    object CmbClass: TComboBox
      Left = 149
      Top = 136
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 3
      OnChange = EdtNameChange
    end
    object CmbVac: TComboBox
      Left = 149
      Top = 167
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 4
      OnChange = EdtNameChange
    end
  end
  object QurFree: TADOQuery
    Connection = frmDM.Con
    Parameters = <>
    Left = 24
    Top = 40
  end
end

⌨️ 快捷键说明

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