📄 unit2.dfm
字号:
object Form2: TForm2
Left = 287
Top = 264
Width = 544
Height = 375
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 20
object Label1: TLabel
Left = 152
Top = 80
Width = 55
Height = 20
Caption = 'Label1'
end
object Label2: TLabel
Left = 160
Top = 128
Width = 55
Height = 20
Caption = 'Label2'
end
object Edit1: TEdit
Left = 256
Top = 80
Width = 121
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 256
Top = 120
Width = 121
Height = 28
ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
TabOrder = 1
Text = 'Edit2'
end
object Button1: TButton
Left = 184
Top = 224
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 224
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -