ccommand.dfm

来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 33 行

DFM
33
字号
object Form1: TForm1
  Left = 283
  Top = 244
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mm1
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object mm1: TMainMenu
    Left = 56
    Top = 64
    object miN1: TMenuItem
      Action = ac1
    end
  end
  object actlst1: TActionList
    Left = 216
    Top = 56
    object ac1: TAction
      Caption = #26174#31034#30028#38754
      OnExecute = ac1Execute
    end
  end
end

⌨️ 快捷键说明

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