lazarus/ide/frames/compiler_codegen_options.lfm

291 lines
7.4 KiB
Plaintext

object CompilerCodegenOptionsFrame: TCompilerCodegenOptionsFrame
Left = 0
Height = 523
Top = 0
Width = 601
ClientHeight = 523
ClientWidth = 601
TabOrder = 0
DesignLeft = 290
DesignTop = 90
object grpUnitStyle: TGroupBox
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = grpOptimizations
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = grpHeapStackSize
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 82
Top = 174
Width = 157
Anchors = [akTop, akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpUnitStyle'
ClientHeight = 63
ClientWidth = 153
TabOrder = 0
object chkSmartLinkUnit: TCheckBox
Left = 6
Height = 21
Top = 3
Width = 147
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 = 21
Top = 27
Width = 144
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 = 164
Height = 82
Top = 174
Width = 437
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 7
BorderSpacing.Top = 5
Caption = 'grpHeapStackSize'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 63
ClientWidth = 433
TabOrder = 1
object edtHeapSize: TEdit
AnchorSideLeft.Control = lbHeapSize
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpHeapStackSize
AnchorSideRight.Control = grpHeapStackSize
AnchorSideRight.Side = asrBottom
Left = 80
Height = 25
Top = 6
Width = 347
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 = 68
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 = 82
Height = 25
Top = 32
Width = 345
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 = 70
Caption = 'lbStackSize'
ParentColor = False
end
end
object grpOptimizationLevels: TGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 118
Top = 0
Width = 601
Align = alTop
AutoSize = True
Caption = 'grpOptimizationLevels'
ClientHeight = 99
ClientWidth = 597
TabOrder = 2
object radOptLevelNone: TRadioButton
AnchorSideLeft.Control = grpOptimizationLevels
AnchorSideTop.Control = grpOptimizationLevels
Left = 6
Height = 21
Top = 3
Width = 130
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 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 = 21
Top = 27
Width = 231
BorderSpacing.Top = 3
BorderSpacing.Right = 6
Caption = '1 (quick, debugger friendly) (-O1)'
TabOrder = 1
end
object radOptLevel2: TRadioButton
AnchorSideLeft.Control = radOptLevel1
AnchorSideTop.Control = radOptLevel1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 51
Width = 105
BorderSpacing.Top = 3
BorderSpacing.Right = 6
Caption = 'radOptLevel2'
TabOrder = 2
end
object radOptLevel3: TRadioButton
AnchorSideLeft.Control = radOptLevel2
AnchorSideTop.Control = radOptLevel2
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 75
Width = 105
BorderSpacing.Top = 3
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
Caption = 'radOptLevel3'
TabOrder = 3
end
end
object grpLinking: TGroupBox
AnchorSideLeft.Control = grpUnitStyle
AnchorSideTop.Control = grpUnitStyle
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpOptimizations
AnchorSideRight.Side = asrBottom
Left = 0
Height = 94
Top = 261
Width = 601
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpLinking'
ClientHeight = 75
ClientWidth = 597
TabOrder = 3
object chkLinkSmart: TCheckBox
Left = 6
Height = 21
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 = 21
Top = 26
Width = 140
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 = 47
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 = 46
Top = 123
Width = 601
Align = alTop
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpOptimizations'
ClientHeight = 27
ClientWidth = 597
TabOrder = 4
object chkOptSmaller: TCheckBox
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = grpOptimizations
Left = 6
Height = 21
Top = 3
Width = 114
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
Caption = 'chkOptSmaller'
TabOrder = 0
end
end
end