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

📄 ryxxwh.dfm

📁 Delphi开发的人事管理系统
💻 DFM
字号:
object RyxxwhForm: TRyxxwhForm
  Left = 199
  Top = 170
  Width = 560
  Height = 420
  Caption = #20154#21592#20449#24687#32500#25252
  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
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object pnlToolBar: TPanel
    Left = 0
    Top = 33
    Width = 552
    Height = 30
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 1
    object btEdit: TButton
      Left = 79
      Top = 3
      Width = 75
      Height = 25
      Action = acEdit
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object btAdd: TButton
      Left = 3
      Top = 3
      Width = 75
      Height = 25
      Action = acAdd
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object btDel: TButton
      Left = 155
      Top = 3
      Width = 75
      Height = 25
      Action = acDel
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object btBrowse: TButton
      Left = 231
      Top = 3
      Width = 75
      Height = 25
      Action = acBrowse
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object btExit: TButton
      Left = 307
      Top = 3
      Width = 75
      Height = 25
      Action = acExit
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
  end
  object dbRyxx: TDBGrid
    Left = 0
    Top = 63
    Width = 552
    Height = 323
    Align = alClient
    DataSource = dsRyxx
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDrawColumnCell = dbRyxxDrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'Ygbh'
        Title.Caption = #20154#21592#32534#21495
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Xm'
        Title.Caption = #22995#21517
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Xb'
        Title.Caption = #24615#21035
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Csrq'
        Title.Caption = #20986#29983#26085#26399
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Gzrq'
        Title.Caption = #24037#20316#26085#26399
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Bmmc'
        Title.Caption = #25152#22312#37096#38376
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Jycd'
        Title.Caption = #25945#32946#31243#24230
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Sfyh'
        Title.Caption = #26159#21542#24050#23130
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Sfbx'
        Title.Caption = #26159#21542#19978#20445#38505
        Width = 80
        Visible = True
      end>
  end
  object pnlTitle: TPanel
    Left = 0
    Top = 0
    Width = 552
    Height = 33
    Align = alTop
    BevelInner = bvLowered
    Caption = #20154#21592#20449#24687#32500#25252
    TabOrder = 0
  end
  object dsRyxx: TDataSource
    Left = 320
    Top = 156
  end
  object alRyxx: TActionList
    OnUpdate = alRyxxUpdate
    Left = 360
    Top = 152
    object acAdd: TAction
      Caption = #28155#21152
      OnExecute = acAddExecute
    end
    object acEdit: TAction
      Caption = #20462#25913
      OnExecute = acEditExecute
    end
    object acDel: TAction
      Caption = #21024#38500
      OnExecute = acDelExecute
    end
    object acBrowse: TAction
      Caption = #26597#30475
      OnExecute = acBrowseExecute
    end
    object acExit: TAction
      Caption = #36864#20986
      OnExecute = acExitExecute
    end
  end
end

⌨️ 快捷键说明

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