baseform.dfm

来自「是我编写的一个考勤机管理系统,用于计算某员工某段时间以来的迟到与早退等情况.」· DFM 代码 · 共 118 行

DFM
118
字号
object frmBaseForm: TfrmBaseForm
  Left = 351
  Top = 221
  Width = 442
  Height = 322
  Caption = 'frmBaseForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Grid: TDBGrid
    Left = 0
    Top = 21
    Width = 434
    Height = 274
    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
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 434
    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
    end
    object BtnView: TToolButton
      Left = 88
      Top = 0
      AutoSize = True
      Caption = #26597#30475
      ImageIndex = 2
    end
    object BtnDel: TToolButton
      Left = 128
      Top = 0
      AutoSize = True
      Caption = #21024#38500
      ImageIndex = 3
    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
    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
    Left = 16
    Top = 128
  end
end

⌨️ 快捷键说明

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