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

📄 ygxxwh.dfm

📁 考勤管理系统很有借鉴的饿意义
💻 DFM
字号:
object YgxxwhForm: TYgxxwhForm
  Left = 201
  Top = 150
  Width = 640
  Height = 480
  BorderIcons = [biSystemMenu]
  Caption = #21592#24037#20449#24687#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object pnlToolBar: TPanel
    Left = 0
    Top = 0
    Width = 632
    Height = 29
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 1
    object btDel: TButton
      Left = 4
      Top = 3
      Width = 75
      Height = 24
      Action = acDel
      TabOrder = 0
    end
    object btExit: TButton
      Left = 80
      Top = 3
      Width = 75
      Height = 24
      Action = acExit
      TabOrder = 1
    end
  end
  object dbYgxx: TDBGrid
    Left = 0
    Top = 29
    Width = 632
    Height = 417
    Align = alClient
    DataSource = dsYgxx
    TabOrder = 0
    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'
        PickList.Strings = (
          #30007
          #22899)
        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
    DataSet = dmKqgl.tblYgxx
    Left = 336
    Top = 152
  end
  object alYgxxwh: TActionList
    OnUpdate = alYgxxwhUpdate
    Left = 376
    Top = 152
    object acDel: TAction
      Caption = #21024#38500
      OnExecute = acDelExecute
    end
    object acExit: TAction
      Caption = #36864#20986
      OnExecute = acExitExecute
    end
  end
end

⌨️ 快捷键说明

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