📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 298
Height = 319
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 16
Width = 265
Height = 233
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object VSSpell1: TVSSpell
Left = 144
Top = 80
Width = 23
Height = 23
ControlData = {
00000200010101000000005E7E00000A0001000C616D65726963616E2E767464
DC0500000000000000000001C0C0C0000000000C767370656C6C65722E686C70
0C767370656C6C65722E686C70}
end
object Button1: TButton
Left = 224
Top = 256
Width = 49
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -