main.dfm

来自「C++Builder程序员编程手记《配书光盘》」· DFM 代码 · 共 35 行

DFM
35
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 334
  Height = 234
  Caption = '动态增加菜单示例'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object AddButton: TButton
    Left = 48
    Top = 136
    Width = 75
    Height = 25
    Caption = '增加菜单&A'
    TabOrder = 0
    OnClick = AddButtonClick
  end
  object ExitButton: TButton
    Left = 200
    Top = 136
    Width = 75
    Height = 25
    Caption = '退    出&X'
    TabOrder = 1
    OnClick = ExitButtonClick
  end
end

⌨️ 快捷键说明

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