main.dfm

来自「人力资源管理系统(Delphi程序)大家学习共勉」· DFM 代码 · 共 72 行

DFM
72
字号
object frmMain: TfrmMain
  Left = 320
  Top = 258
  Width = 271
  Height = 102
  Caption = #20154#21147#36164#28304#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 80
    Top = 16
    object N1: TMenuItem
      Caption = #31995#32479#35774#32622
      object N2: TMenuItem
        Caption = #35774#32622#20195#30721
        OnClick = N2Click
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object N10: TMenuItem
        Caption = #36864#20986
        OnClick = N10Click
      end
    end
    object N4: TMenuItem
      Caption = #20154#20107#36164#26009#31649#29702
      object N7: TMenuItem
        Caption = #20154#21592#20449#24687#32508#21512#31649#29702
        OnClick = N7Click
      end
      object N3: TMenuItem
        Caption = #20154#21592#35843#31163
        OnClick = N3Click
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object N6: TMenuItem
        Caption = #20154#21592#20449#24687#32508#21512#26597#35810
        OnClick = N6Click
      end
    end
    object N11: TMenuItem
      Caption = #23703#20301#31649#29702
      object N12: TMenuItem
        Caption = #35774#32622#23703#20301
        OnClick = N12Click
      end
      object N13: TMenuItem
        Caption = '-'
      end
      object N8: TMenuItem
        Caption = #23703#20301#26597#35810
        OnClick = N8Click
      end
    end
  end
end

⌨️ 快捷键说明

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