📄 unit1.dfm
字号:
object Form1: TForm1
Left = 300
Top = 109
Width = 345
Height = 255
Caption = 'Menu Control'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 72
Top = 32
object File: TMenuItem
Caption = #25991#20214'(&F)'
object Exit: TMenuItem
Caption = #36864#20986'(&X)'
OnClick = ExitClick
end
end
object Edit: TMenuItem
Caption = #32534#36753'(&E)'
object AddMenu: TMenuItem
Caption = #22686#21152#33756#21333'(&A)'
OnClick = AddMenuClick
end
object AddSubMenu: TMenuItem
Caption = #22686#21152#23376#33756#21333'(&S)'
Enabled = False
OnClick = AddSubMenuClick
end
object DelMenu: TMenuItem
Caption = #21024#38500#33756#21333'(&D)'
Enabled = False
OnClick = DelMenuClick
end
object DelSubMenu: TMenuItem
Caption = #21024#38500#23376#33756#21333'(&F)'
Enabled = False
OnClick = DelSubMenuClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -