cframemenu.dfm

来自「网络人事管理系统(Delphi源码).适合做企业人事管理系统.」· DFM 代码 · 共 75 行

DFM
75
字号
object FrameMenu: TFrameMenu
  Left = 0
  Top = 0
  Width = 147
  Height = 277
  Align = alLeft
  Color = clBackground
  ParentColor = False
  TabOrder = 0
  object iwlCorp: TIWLink
    Left = 16
    Top = 48
    Width = 113
    Height = 25
    ZIndex = 0
    Color = clWindowText
    Caption = #21333#20301#21015#34920
    Font.Color = clInfoBk
    Font.Enabled = True
    Font.Size = 12
    Font.Style = [fsBold]
    ScriptEvents = <>
    DoSubmitValidation = False
    OnClick = iwlCorpClick
  end
  object iwlHuman: TIWLink
    Left = 16
    Top = 88
    Width = 113
    Height = 25
    ZIndex = 0
    Color = clWindowText
    Caption = #20154#21592#21015#34920
    Font.Color = clInfoBk
    Font.Enabled = True
    Font.Size = 12
    Font.Style = [fsBold]
    ScriptEvents = <>
    DoSubmitValidation = False
    OnClick = iwlHumanClick
  end
  object iwlQuery: TIWLink
    Left = 16
    Top = 136
    Width = 129
    Height = 25
    ZIndex = 0
    Color = clWindowText
    Caption = #20154#21592#20449#24687#26597#35810
    Font.Color = clInfoBk
    Font.Enabled = True
    Font.Size = 12
    Font.Style = [fsBold]
    ScriptEvents = <>
    DoSubmitValidation = False
    OnClick = iwlQueryClick
  end
  object iwlRight: TIWLink
    Left = 16
    Top = 184
    Width = 105
    Height = 25
    ZIndex = 0
    Color = clWindowText
    Caption = #26435#38480#35774#32622
    Font.Color = clInfoBk
    Font.Enabled = True
    Font.Size = 12
    Font.Style = [fsBold]
    ScriptEvents = <>
    DoSubmitValidation = False
    OnClick = iwlRightClick
  end
end

⌨️ 快捷键说明

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