lazarus/ide/frames/compiler_codegen_options.lfm
2013-07-29 08:08:32 +00:00

300 lines
7.6 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 = grpOptimizationLevels
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpOptimizationLevels
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 155
Height = 70
Top = 0
Width = 154
AutoSize = True
BorderSpacing.Left = 15
Caption = 'grpUnitStyle'
ClientHeight = 51
ClientWidth = 150
TabOrder = 0
object chkSmartLinkUnit: TCheckBox
Left = 6
Height = 21
Top = 3
Width = 144
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.Bottom = 3
Caption = 'chkRelocatableUnit'
TabOrder = 1
end
end
object grpHeapStackSize: TGroupBox
AnchorSideLeft.Control = grpUnitStyle
AnchorSideTop.Control = grpUnitStyle
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 155
Height = 84
Top = 75
Width = 172
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpHeapStackSize'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 65
ClientWidth = 168
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 = 82
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 = 34
Width = 80
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
TabOrder = 1
Text = 'edtStackSize'
end
object lbStackSize: TLabel
AnchorSideLeft.Control = lbHeapSize
AnchorSideTop.Control = edtStackSize
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 39
Width = 70
Caption = 'lbStackSize'
ParentColor = False
end
end
object grpOptimizationLevels: TGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 118
Top = 0
Width = 140
AutoSize = True
Caption = 'grpOptimizationLevels'
ClientHeight = 99
ClientWidth = 136
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
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 = 105
BorderSpacing.Top = 3
Caption = 'radOptLevel1'
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
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.Bottom = 3
Caption = 'radOptLevel3'
TabOrder = 3
end
end
object grpLinking: TGroupBox
AnchorSideTop.Control = grpOptimizations
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 118
Top = 198
Width = 166
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpLinking'
ClientHeight = 99
ClientWidth = 162
TabOrder = 3
object chkLinkSmart: TCheckBox
Left = 6
Height = 21
Top = 3
Width = 150
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
Caption = 'chkLinkSmart'
TabOrder = 0
end
object chkWin32GraphicApp: TCheckBox
AnchorSideLeft.Control = chkLinkSmart
AnchorSideTop.Control = chkLinkSmart
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 27
Width = 156
BorderSpacing.Top = 3
Caption = 'chkWin32GraphicApp'
TabOrder = 1
end
object chkOptionsLinkOpt: TCheckBox
AnchorSideLeft.Control = chkWin32GraphicApp
AnchorSideTop.Control = chkWin32GraphicApp
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 50
Width = 140
BorderSpacing.Top = 2
Caption = 'chkOptionsLinkOpt'
TabOrder = 2
end
object edtOptionsLinkOpt: TEdit
AnchorSideLeft.Control = chkOptionsLinkOpt
AnchorSideTop.Control = chkOptionsLinkOpt
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpLinking
AnchorSideRight.Side = asrBottom
Left = 25
Height = 25
Top = 71
Width = 131
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 19
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
TabOrder = 3
Text = 'edtOptionsLinkOpt'
end
end
object grpOptimizations: TGroupBox
AnchorSideTop.Control = grpOptimizationLevels
AnchorSideTop.Side = asrBottom
Left = 0
Height = 70
Top = 123
Width = 159
AutoSize = True
BorderSpacing.Top = 5
Caption = 'grpOptimizations'
ClientHeight = 51
ClientWidth = 155
TabOrder = 4
object Label1: TLabel
AnchorSideLeft.Control = chkOptSmaller
AnchorSideTop.Control = chkOptSmaller
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 30
Width = 149
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'ToDo: more optimization'
ParentColor = False
end
object chkOptSmaller: TCheckBox
AnchorSideLeft.Control = grpOptimizations
AnchorSideTop.Control = grpOptimizations
Left = 6
Height = 21
Top = 3
Width = 114
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'chkOptSmaller'
TabOrder = 0
end
end
end