📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 483
Height = 282
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 400
Top = 8
Width = 22
Height = 13
Caption = 'Row'
end
object Label2: TLabel
Left = 400
Top = 36
Width = 15
Height = 13
Caption = 'Col'
end
object Label3: TLabel
Left = 400
Top = 64
Width = 18
Height = 13
Caption = 'Len'
end
object StatusBar1: TStatusBar
Left = 0
Top = 236
Width = 475
Height = 19
Panels = <>
SimplePanel = True
end
object Edit1: TEdit
Left = 428
Top = 4
Width = 41
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Left = 428
Top = 32
Width = 41
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Edit3: TEdit
Left = 428
Top = 60
Width = 41
Height = 21
TabOrder = 3
Text = 'Edit3'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -