📄 unit2.dfm
字号:
object Form2: TForm2
Left = 49
Top = 136
Width = 152
Height = 480
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Visible = True
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 112
Top = 48
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton2: TSpeedButton
Left = 112
Top = 80
Width = 21
Height = 22
GroupIndex = 1
Down = True
Caption = '+'
end
object Label1: TLabel
Left = 8
Top = 120
Width = 32
Height = 13
Caption = 'Label1'
end
object SpeedButton3: TSpeedButton
Left = 112
Top = 112
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton4: TSpeedButton
Left = 112
Top = 152
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton5: TSpeedButton
Left = 112
Top = 184
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton6: TSpeedButton
Left = 112
Top = 264
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton7: TSpeedButton
Left = 112
Top = 312
Width = 21
Height = 22
GroupIndex = 1
Caption = '+'
end
object SpeedButton8: TSpeedButton
Left = 24
Top = 8
Width = 81
Height = 22
GroupIndex = 1
Caption = 'Clear'
end
object CheckBox1: TCheckBox
Left = 7
Top = 50
Width = 82
Height = 17
Caption = 'CheckBox1'
TabOrder = 0
end
object Button1: TButton
Left = 8
Top = 80
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
end
object Edit1: TEdit
Left = 8
Top = 152
Width = 97
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Memo1: TMemo
Left = 8
Top = 184
Width = 97
Height = 57
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object Panel1: TPanel
Left = 8
Top = 264
Width = 89
Height = 33
Caption = 'Panel1'
TabOrder = 4
end
object ComboBox1: TComboBox
Left = 8
Top = 312
Width = 97
Height = 21
ItemHeight = 13
TabOrder = 5
Text = 'ComboBox1'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -