Componentes.Terceros.DevExp.../internal/x.36/1/ExpressBars 6/Demos/Delphi/SampleDocking/SampleDockingRadioGroup.dfm
2008-09-04 11:31:51 +00:00

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