📄 fmain.dfm
字号:
object Form1: TForm1
Left = 330
Top = 172
Width = 466
Height = 198
Caption = 'Form1'
Color = clBtnFace
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Edit1: TEdit
Left = 80
Top = 16
Width = 297
Height = 24
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 80
Top = 56
Width = 297
Height = 24
TabOrder = 1
Text = 'Edit2'
end
object Button1: TButton
Left = 136
Top = 88
Width = 209
Height = 57
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -