📄 unit1.dfm
字号:
object Form1: TForm1
Left = 299
Top = 125
Width = 539
Height = 267
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 Edit1: TEdit
Left = 80
Top = 16
Width = 113
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 80
Top = 40
Width = 113
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 80
Top = 64
Width = 113
Height = 21
TabOrder = 2
Text = 'Edit3'
end
object Edit4: TEdit
Left = 80
Top = 88
Width = 113
Height = 21
TabOrder = 3
Text = 'Edit4'
end
object Edit5: TEdit
Left = 80
Top = 112
Width = 113
Height = 21
TabOrder = 4
Text = 'Edit5'
end
object Button1: TButton
Left = 264
Top = 8
Width = 105
Height = 41
Caption = 'Button1'
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 272
Top = 64
Width = 105
Height = 41
Caption = 'Button2'
TabOrder = 6
OnClick = Button2Click
end
object Edit6: TEdit
Left = 80
Top = 144
Width = 113
Height = 21
TabOrder = 7
Text = 'Edit6'
end
object Edit7: TEdit
Left = 80
Top = 176
Width = 113
Height = 21
TabOrder = 8
Text = 'Edit7'
end
object Edit8: TEdit
Left = 272
Top = 120
Width = 97
Height = 21
TabOrder = 9
Text = 'Edit8'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -