1object ExtractProcDialog: TExtractProcDialog
2  Left = 374
3  Height = 344
4  Top = 360
5  Width = 425
6  ActiveControl = CreateFunctionCheckBox
7  BorderIcons = [biSystemMenu]
8  Caption = 'ExtractProcDialog'
9  ClientHeight = 344
10  ClientWidth = 425
11  OnClose = ExtractProcDialogClose
12  OnCreate = ExtractProcDialogCREATE
13  Position = poScreenCenter
14  LCLVersion = '1.5'
15  object TypeRadiogroup: TRadioGroup
16    AnchorSideBottom.Control = NameGroupbox
17    Left = 6
18    Height = 99
19    Top = 6
20    Width = 413
21    Align = alClient
22    AutoFill = True
23    AutoSize = True
24    BorderSpacing.Around = 6
25    Caption = 'TypeRadiogroup'
26    ChildSizing.LeftRightSpacing = 6
27    ChildSizing.TopBottomSpacing = 6
28    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
29    ChildSizing.EnlargeVertical = crsHomogenousChildResize
30    ChildSizing.ShrinkHorizontal = crsScaleChilds
31    ChildSizing.ShrinkVertical = crsScaleChilds
32    ChildSizing.Layout = cclTopToBottomThenLeftToRight
33    ChildSizing.ControlsPerLine = 1
34    ColumnLayout = clVerticalThenHorizontal
35    TabOrder = 1
36  end
37  object NameGroupbox: TGroupBox
38    AnchorSideLeft.Control = Owner
39    AnchorSideTop.Side = asrBottom
40    AnchorSideRight.Control = Owner
41    Left = 6
42    Height = 51
43    Top = 191
44    Width = 413
45    Align = alBottom
46    AutoSize = True
47    BorderSpacing.Around = 6
48    Caption = 'NameGroupbox'
49    ClientHeight = 33
50    ClientWidth = 409
51    TabOrder = 0
52    object NameEdit: TEdit
53      Left = 6
54      Height = 21
55      Top = 6
56      Width = 397
57      Align = alTop
58      BorderSpacing.Around = 6
59      TabOrder = 0
60      Text = 'NameEdit'
61    end
62  end
63  object MissingIdentifiersGroupBox: TGroupBox
64    Left = 6
65    Height = 58
66    Top = 248
67    Width = 413
68    Align = alBottom
69    BorderSpacing.Around = 6
70    Caption = 'MissingIdentifiersGroupBox'
71    ClientHeight = 40
72    ClientWidth = 409
73    TabOrder = 2
74    object MissingIdentifiersListBox: TListBox
75      Left = 0
76      Height = 40
77      Top = 0
78      Width = 409
79      Align = alClient
80      ItemHeight = 0
81      TabOrder = 0
82    end
83  end
84  object FunctionGroupBox: TGroupBox
85    Left = 6
86    Height = 74
87    Top = 111
88    Width = 413
89    Align = alBottom
90    AutoSize = True
91    BorderSpacing.Around = 6
92    Caption = 'FunctionGroupBox'
93    ClientHeight = 56
94    ClientWidth = 409
95    TabOrder = 3
96    object FuncVariableLabel: TLabel
97      AnchorSideLeft.Control = CreateFunctionCheckBox
98      AnchorSideTop.Control = FuncVariableComboBox
99      AnchorSideTop.Side = asrCenter
100      Left = 6
101      Height = 13
102      Top = 33
103      Width = 86
104      Caption = 'FuncVariableLabel'
105      Enabled = False
106      ParentColor = False
107    end
108    object CreateFunctionCheckBox: TCheckBox
109      AnchorSideLeft.Control = FunctionGroupBox
110      AnchorSideTop.Control = FunctionGroupBox
111      Left = 6
112      Height = 17
113      Top = 6
114      Width = 139
115      BorderSpacing.Around = 6
116      Caption = 'CreateFunctionCheckBox'
117      OnChange = CreateFunctionCheckBoxChange
118      TabOrder = 0
119    end
120    object FuncVariableComboBox: TComboBox
121      AnchorSideLeft.Control = FuncVariableLabel
122      AnchorSideLeft.Side = asrBottom
123      AnchorSideTop.Control = CreateFunctionCheckBox
124      AnchorSideTop.Side = asrBottom
125      AnchorSideRight.Control = FunctionGroupBox
126      AnchorSideRight.Side = asrBottom
127      Left = 98
128      Height = 21
129      Top = 29
130      Width = 305
131      Anchors = [akTop, akLeft, akRight]
132      BorderSpacing.Around = 6
133      Enabled = False
134      ItemHeight = 13
135      TabOrder = 1
136      Text = 'FuncVariableComboBox'
137    end
138  end
139  object ButtonPanel: TButtonPanel
140    Left = 6
141    Height = 26
142    Top = 312
143    Width = 413
144    OKButton.Name = 'OKButton'
145    OKButton.DefaultCaption = True
146    OKButton.OnClick = OkButtonCLICK
147    HelpButton.Name = 'HelpButton'
148    HelpButton.DefaultCaption = True
149    HelpButton.OnClick = HelpButtonClick
150    CloseButton.Name = 'CloseButton'
151    CloseButton.DefaultCaption = True
152    CancelButton.Name = 'CancelButton'
153    CancelButton.DefaultCaption = True
154    TabOrder = 4
155    ShowButtons = [pbOK, pbCancel, pbHelp]
156    ShowBevel = False
157  end
158end
159