1object QFInitLocalVarDialog: TQFInitLocalVarDialog
2  Left = 314
3  Height = 225
4  Top = 251
5  Width = 564
6  Caption = 'QFInitLocalVarDialog'
7  ClientHeight = 225
8  ClientWidth = 564
9  OnCreate = FormCreate
10  LCLVersion = '1.5'
11  object ButtonPanel1: TButtonPanel
12    Left = 6
13    Height = 36
14    Top = 183
15    Width = 552
16    OKButton.Name = 'OKButton'
17    OKButton.DefaultCaption = True
18    HelpButton.Name = 'HelpButton'
19    HelpButton.DefaultCaption = True
20    CloseButton.Name = 'CloseButton'
21    CloseButton.DefaultCaption = True
22    CancelButton.Name = 'CancelButton'
23    CancelButton.DefaultCaption = True
24    TabOrder = 0
25    ShowButtons = [pbOK, pbCancel]
26  end
27  object Panel1: TPanel
28    Left = 0
29    Height = 177
30    Top = 0
31    Width = 564
32    Align = alClient
33    BevelOuter = bvNone
34    ChildSizing.EnlargeHorizontal = crsScaleChilds
35    ChildSizing.EnlargeVertical = crsHomogenousChildResize
36    ChildSizing.Layout = cclLeftToRightThenTopToBottom
37    ChildSizing.ControlsPerLine = 1
38    ClientHeight = 177
39    ClientWidth = 564
40    TabOrder = 1
41    object WhereRadioGroup: TRadioGroup
42      Left = 6
43      Height = 78
44      Top = 6
45      Width = 548
46      AutoFill = True
47      BorderSpacing.Around = 6
48      Caption = 'WhereRadioGroup'
49      ChildSizing.LeftRightSpacing = 6
50      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
51      ChildSizing.EnlargeVertical = crsHomogenousChildResize
52      ChildSizing.ShrinkHorizontal = crsScaleChilds
53      ChildSizing.ShrinkVertical = crsScaleChilds
54      ChildSizing.Layout = cclLeftToRightThenTopToBottom
55      ChildSizing.ControlsPerLine = 1
56      TabOrder = 0
57    end
58    object ValueRadioGroup: TRadioGroup
59      Left = 6
60      Height = 77
61      Top = 90
62      Width = 548
63      AutoFill = True
64      BorderSpacing.Around = 6
65      Caption = 'ValueRadioGroup'
66      ChildSizing.LeftRightSpacing = 6
67      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
68      ChildSizing.EnlargeVertical = crsHomogenousChildResize
69      ChildSizing.ShrinkHorizontal = crsScaleChilds
70      ChildSizing.ShrinkVertical = crsScaleChilds
71      ChildSizing.Layout = cclLeftToRightThenTopToBottom
72      ChildSizing.ControlsPerLine = 1
73      TabOrder = 1
74    end
75  end
76end
77