1object CompilerCodegenOptionsFrame: TCompilerCodegenOptionsFrame
2  Left = 0
3  Height = 523
4  Top = 0
5  Width = 601
6  ClientHeight = 523
7  ClientWidth = 601
8  TabOrder = 0
9  DesignLeft = 343
10  DesignTop = 220
11  object grpUnitStyle: TGroupBox
12    AnchorSideLeft.Control = grpOptimizations
13    AnchorSideTop.Control = grpOptimizations
14    AnchorSideTop.Side = asrBottom
15    AnchorSideRight.Side = asrBottom
16    AnchorSideBottom.Side = asrBottom
17    Left = 0
18    Height = 74
19    Top = 208
20    Width = 146
21    AutoSize = True
22    BorderSpacing.Top = 5
23    Caption = 'grpUnitStyle'
24    ClientHeight = 57
25    ClientWidth = 142
26    TabOrder = 2
27    object chkSmartLinkUnit: TCheckBox
28      Left = 6
29      Height = 24
30      Top = 3
31      Width = 136
32      Align = alTop
33      BorderSpacing.Left = 6
34      BorderSpacing.Top = 3
35      Caption = 'chkSmartLinkUnit'
36      TabOrder = 0
37    end
38    object chkRelocatableUnit: TCheckBox
39      AnchorSideLeft.Control = chkSmartLinkUnit
40      AnchorSideTop.Control = chkSmartLinkUnit
41      AnchorSideTop.Side = asrBottom
42      Left = 6
43      Height = 24
44      Top = 30
45      Width = 133
46      BorderSpacing.Top = 3
47      BorderSpacing.Right = 3
48      BorderSpacing.Bottom = 3
49      Caption = 'chkRelocatableUnit'
50      TabOrder = 1
51    end
52  end
53  object grpHeapStackSize: TGroupBox
54    AnchorSideLeft.Control = grpUnitStyle
55    AnchorSideLeft.Side = asrBottom
56    AnchorSideTop.Control = grpOptimizations
57    AnchorSideTop.Side = asrBottom
58    AnchorSideRight.Control = grpOptimizations
59    AnchorSideRight.Side = asrBottom
60    AnchorSideBottom.Side = asrBottom
61    Left = 153
62    Height = 80
63    Top = 208
64    Width = 448
65    Anchors = [akTop, akLeft, akRight]
66    AutoSize = True
67    BorderSpacing.Left = 7
68    BorderSpacing.Top = 5
69    Caption = 'grpHeapStackSize'
70    ChildSizing.TopBottomSpacing = 6
71    ClientHeight = 63
72    ClientWidth = 444
73    TabOrder = 3
74    object edtHeapSize: TEdit
75      AnchorSideLeft.Control = lbHeapSize
76      AnchorSideLeft.Side = asrBottom
77      AnchorSideTop.Control = grpHeapStackSize
78      AnchorSideRight.Control = grpHeapStackSize
79      AnchorSideRight.Side = asrBottom
80      Left = 72
81      Height = 25
82      Top = 6
83      Width = 366
84      Anchors = [akTop, akLeft, akRight]
85      BorderSpacing.Left = 6
86      BorderSpacing.Right = 6
87      TabOrder = 0
88      Text = 'edtHeapSize'
89    end
90    object lbHeapSize: TLabel
91      AnchorSideLeft.Control = grpHeapStackSize
92      AnchorSideTop.Control = edtHeapSize
93      AnchorSideTop.Side = asrCenter
94      Left = 6
95      Height = 15
96      Top = 11
97      Width = 60
98      BorderSpacing.Left = 6
99      Caption = 'lbHeapSize'
100      ParentColor = False
101    end
102    object edtStackSize: TEdit
103      AnchorSideLeft.Control = lbStackSize
104      AnchorSideLeft.Side = asrBottom
105      AnchorSideTop.Control = edtHeapSize
106      AnchorSideTop.Side = asrBottom
107      AnchorSideRight.Control = grpHeapStackSize
108      AnchorSideRight.Side = asrBottom
109      Left = 73
110      Height = 25
111      Top = 32
112      Width = 365
113      Anchors = [akTop, akLeft, akRight]
114      BorderSpacing.Left = 6
115      BorderSpacing.Top = 1
116      BorderSpacing.Right = 6
117      BorderSpacing.Bottom = 1
118      TabOrder = 1
119      Text = 'edtStackSize'
120    end
121    object lbStackSize: TLabel
122      AnchorSideLeft.Control = lbHeapSize
123      AnchorSideTop.Control = edtStackSize
124      AnchorSideTop.Side = asrCenter
125      Left = 6
126      Height = 15
127      Top = 37
128      Width = 61
129      Caption = 'lbStackSize'
130      ParentColor = False
131    end
132  end
133  object grpOptimizationLevels: TGroupBox
134    AnchorSideBottom.Side = asrBottom
135    Left = 0
136    Height = 151
137    Top = 0
138    Width = 601
139    Align = alTop
140    AutoSize = True
141    Caption = 'grpOptimizationLevels'
142    ChildSizing.LeftRightSpacing = 6
143    ChildSizing.TopBottomSpacing = 3
144    ChildSizing.VerticalSpacing = 2
145    ClientHeight = 134
146    ClientWidth = 597
147    TabOrder = 0
148    object radOptLevelNone: TRadioButton
149      AnchorSideLeft.Control = grpOptimizationLevels
150      AnchorSideTop.Control = grpOptimizationLevels
151      Left = 6
152      Height = 24
153      Top = 3
154      Width = 124
155      BorderSpacing.Left = 6
156      Caption = 'radOptLevelNone'
157      Checked = True
158      TabOrder = 0
159      TabStop = True
160    end
161    object radOptLevel1: TRadioButton
162      AnchorSideLeft.Control = radOptLevelNone
163      AnchorSideTop.Control = radOptLevelNone
164      AnchorSideTop.Side = asrBottom
165      Left = 6
166      Height = 24
167      Top = 29
168      Width = 101
169      Caption = 'radOptLevel1'
170      TabOrder = 1
171    end
172    object radOptLevel2: TRadioButton
173      AnchorSideLeft.Control = radOptLevel1
174      AnchorSideTop.Control = radOptLevel1
175      AnchorSideTop.Side = asrBottom
176      Left = 6
177      Height = 24
178      Top = 55
179      Width = 101
180      Caption = 'radOptLevel2'
181      TabOrder = 2
182    end
183    object radOptLevel3: TRadioButton
184      AnchorSideLeft.Control = radOptLevel2
185      AnchorSideTop.Control = radOptLevel2
186      AnchorSideTop.Side = asrBottom
187      Left = 6
188      Height = 24
189      Top = 81
190      Width = 101
191      Caption = 'radOptLevel3'
192      TabOrder = 3
193    end
194    object radOptLevel4: TRadioButton
195      AnchorSideLeft.Control = radOptLevelNone
196      AnchorSideTop.Control = radOptLevel3
197      AnchorSideTop.Side = asrBottom
198      Left = 6
199      Height = 24
200      Top = 107
201      Width = 101
202      Caption = 'radOptLevel4'
203      TabOrder = 4
204    end
205  end
206  object grpLinking: TGroupBox
207    AnchorSideLeft.Control = grpUnitStyle
208    AnchorSideTop.Control = grpHeapStackSize
209    AnchorSideTop.Side = asrBottom
210    AnchorSideRight.Control = grpOptimizations
211    AnchorSideRight.Side = asrBottom
212    Left = 0
213    Height = 98
214    Top = 293
215    Width = 601
216    Anchors = [akTop, akLeft, akRight]
217    AutoSize = True
218    BorderSpacing.Top = 5
219    Caption = 'grpLinking'
220    ClientHeight = 81
221    ClientWidth = 597
222    TabOrder = 4
223    object chkLinkSmart: TCheckBox
224      Left = 6
225      Height = 24
226      Top = 3
227      Width = 585
228      Align = alTop
229      BorderSpacing.Left = 6
230      BorderSpacing.Top = 3
231      BorderSpacing.Right = 6
232      Caption = 'chkLinkSmart'
233      TabOrder = 0
234    end
235    object chkOptionsLinkOpt: TCheckBox
236      AnchorSideLeft.Control = chkLinkSmart
237      AnchorSideTop.Control = chkLinkSmart
238      AnchorSideTop.Side = asrBottom
239      Left = 6
240      Height = 24
241      Top = 29
242      Width = 131
243      BorderSpacing.Top = 2
244      BorderSpacing.Right = 6
245      Caption = 'chkOptionsLinkOpt'
246      TabOrder = 1
247    end
248    object edtOptionsLinkOpt: TEdit
249      AnchorSideLeft.Control = chkOptionsLinkOpt
250      AnchorSideTop.Control = chkOptionsLinkOpt
251      AnchorSideTop.Side = asrBottom
252      AnchorSideRight.Control = grpLinking
253      AnchorSideRight.Side = asrBottom
254      Left = 25
255      Height = 25
256      Top = 53
257      Width = 566
258      Anchors = [akTop, akLeft, akRight]
259      BorderSpacing.Left = 19
260      BorderSpacing.Right = 6
261      BorderSpacing.Bottom = 3
262      TabOrder = 2
263      Text = 'edtOptionsLinkOpt'
264    end
265  end
266  object grpOptimizations: TGroupBox
267    Left = 0
268    Height = 47
269    Top = 156
270    Width = 601
271    Align = alTop
272    AutoSize = True
273    BorderSpacing.Top = 5
274    Caption = 'grpOptimizations'
275    ClientHeight = 30
276    ClientWidth = 597
277    TabOrder = 1
278    object chkOptSmaller: TCheckBox
279      AnchorSideLeft.Control = grpOptimizations
280      AnchorSideTop.Control = grpOptimizations
281      Left = 6
282      Height = 24
283      Top = 3
284      Width = 106
285      BorderSpacing.Left = 6
286      BorderSpacing.Top = 3
287      BorderSpacing.Right = 6
288      BorderSpacing.Bottom = 3
289      Caption = 'chkOptSmaller'
290      TabOrder = 0
291    end
292  end
293end
294