blob: f2ff54eff1829d89fe1d846477b7825efa4e8c2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
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
|