📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 210
Top = 127
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Edit1: TEdit
Left = 144
Top = 72
Width = 241
Height = 20
TabOrder = 0
end
object Edit2: TEdit
Left = 144
Top = 128
Width = 241
Height = 20
TabOrder = 1
end
object Button1: TButton
Left = 240
Top = 352
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 336
Top = 352
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 3
OnClick = Button2Click
end
object Edit3: TEdit
Left = 144
Top = 176
Width = 241
Height = 20
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -