blob: f2ff54eff1829d89fe1d846477b7825efa4e8c2a (
plain) (
tree)
|
|
object Form3: TForm3
Left = 363
Top = 103
Width = 616
Height = 685
Caption = 'Form3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 608
Height = 73
Align = alTop
Caption = 'Panel1'
TabOrder = 0
object Edit1: TEdit
Left = 4
Top = 4
Width = 265
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object RadioGroup1: TRadioGroup
Left = 280
Top = 4
Width = 185
Height = 57
Caption = 'Research Type'
Items.Strings = (
'Simple Study'
'Indepth Research')
TabOrder = 1
end
end
end
|