📄 unit1.dfm
字号:
object Form1: TForm1
Left = 352
Top = 217
Width = 331
Height = 293
Caption = 'RadioButton & CheckBox'
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 Label1: TLabel
Left = 32
Top = 32
Width = 265
Height = 25
AutoSize = False
Caption = 'C++Builder6'#23454#29992#32534#31243'100'#20363
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object RadioButton1: TRadioButton
Left = 184
Top = 80
Width = 57
Height = 33
Caption = #23435#20307
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 184
Top = 120
Width = 57
Height = 33
Caption = #40657#20307
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 184
Top = 160
Width = 57
Height = 33
Caption = #26999#20307
TabOrder = 2
OnClick = RadioButton3Click
end
object RadioButton4: TRadioButton
Left = 184
Top = 200
Width = 57
Height = 33
Caption = #38582#20070
TabOrder = 3
OnClick = RadioButton4Click
end
object CheckBox1: TCheckBox
Left = 56
Top = 104
Width = 73
Height = 33
Caption = #31895#20307#23383
TabOrder = 4
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 56
Top = 144
Width = 73
Height = 33
Caption = #26012#20307#23383
TabOrder = 5
OnClick = CheckBox2Click
end
object CheckBox3: TCheckBox
Left = 56
Top = 184
Width = 73
Height = 33
Caption = #21152#19979#28369#32447
TabOrder = 6
OnClick = CheckBox3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -