Componentes.Terceros.DevExp.../official/x.19/ExpressBars 5/Demos/Delphi/SampleDocking/SampleDockingRadioGroup.dfm
2007-09-09 11:27:22 +00:00

33 lines
663 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 = []
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