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