git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
34 lines
688 B
Plaintext
34 lines
688 B
Plaintext
object SampleDockingRadioGroupFrame: TSampleDockingRadioGroupFrame
|
|
Left = 565
|
|
Top = 346
|
|
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
|