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

📄 classedit.dfm

📁 是我编写的一个考勤机管理系统,用于计算某员工某段时间以来的迟到与早退等情况.
💻 DFM
字号:
object frmClassEdit: TfrmClassEdit
  Left = 535
  Top = 270
  Width = 347
  Height = 365
  Caption = #29677#27425#32534#36753
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 339
    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 Panel1: TPanel
    Left = 0
    Top = 21
    Width = 339
    Height = 317
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 335
      Height = 36
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      object Label1: TLabel
        Left = 2
        Top = 16
        Width = 60
        Height = 13
        Alignment = taCenter
        Caption = #29677#27425#21517#31216#65306
      end
      object EdtName: TEdit
        Left = 74
        Top = 12
        Width = 121
        Height = 21
        TabOrder = 0
        Text = 'EdtName'
      end
    end
    object Grid: TDBGridEh
      Left = 2
      Top = 38
      Width = 335
      Height = 277
      Align = alClient
      DataSource = DSGrid
      FooterColor = clWindow
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'MS Sans Serif'
      FooterFont.Style = []
      TabOrder = 1
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = GridCellClick
      OnKeyPress = GridKeyPress
      Columns = <
        item
          EditButtons = <>
          FieldName = 'OnDutyTime'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #19978#29677#26102#38388
          Width = 100
        end
        item
          EditButtons = <>
          FieldName = 'OffDutyTime'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #19979#29677#26102#38388
          Width = 100
        end>
    end
  end
  object QurGrid: TADOQuery
    Connection = frmDM.Con
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    Parameters = <>
    SQL.Strings = (
      'select * from Class_D')
    Left = 40
    Top = 160
  end
  object QurFree: TADOQuery
    Connection = frmDM.Con
    Parameters = <>
    Left = 72
    Top = 160
  end
  object DSGrid: TDataSource
    DataSet = QurGrid
    Left = 8
    Top = 160
  end
  object mnuClassEdit: TPopupMenu
    Left = 104
    Top = 160
    object N2: TMenuItem
      Caption = #26032#22686#19968#34892
      OnClick = N2Click
    end
    object N1: TMenuItem
      Caption = #21024#38500#24403#34892
      OnClick = N1Click
    end
  end
end

⌨️ 快捷键说明

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