main.dfm.~1~

来自「《Delphi程序员成长攻略》-蒙祖强龚涛的源代码」· ~1~ 代码 · 共 80 行

~1~
80
字号
object MainForm: TMainForm
  Left = 200
  Top = 122
  Width = 637
  Height = 482
  Caption = #23398#29983#20449#24687#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
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 629
    Height = 29
    Caption = 'ToolBar1'
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 184
    Top = 32
    object N1: TMenuItem
      Caption = #31995#32479#31649#29702
      object N2: TMenuItem
        Caption = #29992#25143#31649#29702
      end
      object N3: TMenuItem
        Caption = #23494#30721#20462#25913
      end
      object N4: TMenuItem
        Caption = #36864#20986
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #23398#29983#31649#29702
      object N6: TMenuItem
        Caption = #23398#29983#20449#24687#26597#35810
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = #23398#29983#20449#24687#20462#25913
        OnClick = N7Click
      end
    end
    object N8: TMenuItem
      Caption = #25945#24072#31649#29702
      object N9: TMenuItem
        Caption = #25945#24072#20449#24687#26597#35810
        OnClick = N9Click
      end
    end
    object N11: TMenuItem
      Caption = #35838#31243#31649#29702
      object N12: TMenuItem
        Caption = #35838#31243#20449#24687#26597#35810
        OnClick = N12Click
      end
    end
    object N14: TMenuItem
      Caption = #25104#32489#31649#29702
      object N15: TMenuItem
        Caption = #25104#32489#20449#24687#26597#35810
        OnClick = N15Click
      end
      object N18: TMenuItem
        Caption = #23398#29983#20010#20154#25104#32489
        OnClick = N18Click
      end
    end
  end
end

⌨️ 快捷键说明

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