📄 sampledockingradiogroup.dfm
字号:
object SampleDockingRadioGroupFrame: TSampleDockingRadioGroupFrame
Left = 597
Top = 348
BorderStyle = bsNone
ClientHeight = 142
ClientWidth = 273
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 153
Height = 121
Caption = 'RadioGroup'
Columns = 2
ItemIndex = 1
Items.Strings = (
'Item1'
'Item2'
'Item3'
'Item4'
'Item5'
'Item6')
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -