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

📄 defclass.dfm

📁 是我编写的一个考勤机管理系统,用于计算某员工某段时间以来的迟到与早退等情况.
💻 DFM
字号:
object frmDefClass: TfrmDefClass
  Left = 545
  Top = 210
  Width = 320
  Height = 356
  Caption = #40664#35748#25490#29677#36164#26009
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Grid: TDBGrid
    Left = 0
    Top = 21
    Width = 312
    Height = 308
    Align = alClient
    DataSource = DSGrid
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = GridDblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'DefClassName'
        Title.Alignment = taCenter
        Title.Caption = #40664#35748#25490#29677#21517#31216
        Width = 100
        Visible = True
      end>
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 312
    Height = 21
    AutoSize = True
    ButtonHeight = 19
    ButtonWidth = 36
    Caption = 'ToolBar'
    Flat = True
    List = True
    ShowCaptions = True
    TabOrder = 1
    object BtnRefresh: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #21047#26032
      ImageIndex = 0
      OnClick = BtnRefreshClick
    end
    object ToolButton2: TToolButton
      Left = 40
      Top = 0
      Width = 8
      Caption = 'ToolButton2'
      ImageIndex = 1
      Style = tbsSeparator
    end
    object BtnAdd: TToolButton
      Left = 48
      Top = 0
      AutoSize = True
      Caption = #26032#22686
      ImageIndex = 1
      OnClick = BtnAddClick
    end
    object BtnView: TToolButton
      Left = 88
      Top = 0
      AutoSize = True
      Caption = #26597#30475
      ImageIndex = 2
      OnClick = BtnViewClick
    end
    object BtnDel: TToolButton
      Left = 128
      Top = 0
      AutoSize = True
      Caption = #21024#38500
      ImageIndex = 3
      OnClick = BtnDelClick
    end
    object ToolButton1: TToolButton
      Left = 168
      Top = 0
      Width = 8
      Caption = 'ToolButton1'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object BtnClose: TToolButton
      Left = 176
      Top = 0
      Caption = #36864#20986
      ImageIndex = 4
      OnClick = BtnCloseClick
    end
  end
  object mnuClass: TPopupMenu
    Left = 48
    Top = 128
    object N1: TMenuItem
      Caption = #21047#26032
    end
    object N2: TMenuItem
      Caption = #26032#22686
    end
    object N3: TMenuItem
      Caption = #20462#25913
    end
    object N4: TMenuItem
      Caption = #21024#38500
    end
  end
  object DSGrid: TDataSource
    DataSet = frmDM.QurDefClass
    Left = 16
    Top = 128
  end
end

⌨️ 快捷键说明

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