📄 unit2.dfm
字号:
object Form2: TForm2
Left = 17
Top = 27
Width = 177
Height = 218
Caption = 'Form2'
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 CheckBox1: TCheckBox
Left = 32
Top = 72
Width = 97
Height = 17
Caption = 'CheckBox1'
TabOrder = 0
end
object RadioButton1: TRadioButton
Left = 32
Top = 40
Width = 113
Height = 17
Caption = 'RadioButton1'
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 48
Top = 136
Width = 75
Height = 25
TabOrder = 2
Kind = bkClose
end
object Button1: TButton
Left = 48
Top = 104
Width = 75
Height = 25
Caption = #27979#35797
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -