unit2.~dfm

来自「数据库编程 人事档案管理」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object Form2: TForm2
  Left = 194
  Top = 205
  Width = 544
  Height = 375
  Caption = #20154#20107#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 152
    Top = 24
    object N1: TMenuItem
      Caption = #31995#32479
      object N2: TMenuItem
        Caption = #29992#25143
      end
      object N9: TMenuItem
        Caption = #36864#20986
        OnClick = N9Click
      end
    end
    object N3: TMenuItem
      Caption = #20154#20107#31649#29702
      object N4: TMenuItem
        Caption = #20154#20107#26723#26696
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #27665#26063
        OnClick = N5Click
      end
      object N6: TMenuItem
        Caption = #25919#27835#38754#35980
      end
    end
    object N7: TMenuItem
      Caption = #26597#35810
      object N8: TMenuItem
        Caption = #26723#26696#26597#35810
        OnClick = N8Click
      end
    end
  end
end

⌨️ 快捷键说明

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