📄 unit1.dfm
字号:
object Form1: TForm1
Left = 201
Top = 103
Width = 535
Height = 353
Caption = 'Form1'
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 = 16
Top = 16
object N1: TMenuItem
Caption = '文件(&F)'
object E1: TMenuItem
Caption = '退出(&E)'
end
end
object D1: TMenuItem
Caption = '编辑(&D)'
end
object A1: TMenuItem
Caption = '关于(&A)'
OnClick = A1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -