📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 122
Width = 360
Height = 346
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PrintScale = poNone
Scaled = False
PixelsPerInch = 96
TextHeight = 14
object Button1: TButton
Left = 240
Top = 32
Width = 75
Height = 25
Caption = 'Preview'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 88
Width = 75
Height = 25
Caption = 'Print'
TabOrder = 1
end
object Button3: TButton
Left = 240
Top = 144
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 2
OnClick = Button3Click
end
object Memo1: TMemo
Left = 24
Top = 20
Width = 193
Height = 249
BorderStyle = bsNone
Color = clBtnFace
Lines.Strings = (
'Memo1')
ParentShowHint = False
ShowHint = False
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -