lazarus/ide/frames/compiler_codegen_options.lfm
2017-03-01 16:57:30 +00:00

294 lines
7.5 KiB
Plaintext

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