📄 unit1.dfm
字号:
object Form1: TForm1
Left = 373
Top = 234
Width = 326
Height = 200
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
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 318
Height = 154
Align = alClient
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 104
Top = 48
object FileItem: TMenuItem
Caption = '文件(&F)'
object OpenItem: TMenuItem
Caption = '打开(&O)'
OnClick = OpenItemClick
end
object SepItem: TMenuItem
Caption = '-'
end
object ExitItem: TMenuItem
Caption = '退出(&X)'
OnClick = ExitItemClick
end
end
end
object OpenDialog1: TOpenDialog
Left = 152
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -