📄 main.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -