main.~dfm

来自「直接可以编译运行」· ~DFM 代码 · 共 69 行

~DFM
69
字号
object main1: Tmain1
  Left = 218
  Top = 122
  Width = 696
  Height = 480
  Caption = #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
  WindowState = wsMaximized
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 144
    Top = 120
    object N1: TMenuItem
      Caption = #31995#32479#31649#29702'(&F)'
      object N2: TMenuItem
        Caption = #30331#38470#31995#32479'(&L)'
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #27880#38144#31995#32479'(&Q)'
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #29992#25143#20462#25913'(&M)'
        OnClick = N4Click
      end
      object N7: TMenuItem
        Caption = #36229#32423#31649#29702'(&E)'
        OnClick = N7Click
      end
      object N5: TMenuItem
        Caption = #36864#20986#31995#32479'(&U)'
        OnClick = N5Click
      end
    end
    object N6: TMenuItem
      Caption = #20449#24687#31649#29702
      object N8: TMenuItem
        Caption = #32500#20462#31649#29702
        OnClick = N8Click
      end
      object N9: TMenuItem
        Caption = #20449#24687#26597#35810
        OnClick = N9Click
      end
    end
    object N13: TMenuItem
      Caption = #20154#20107#31649#29702
      object N17: TMenuItem
        Caption = #20154#20107#31649#29702
        OnClick = N17Click
      end
    end
    object N14: TMenuItem
      Caption = #20851#20110
      OnClick = N14Click
    end
  end
end

⌨️ 快捷键说明

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