lazarus/ide/frames/project_misc_options.lfm

205 lines
5.3 KiB
Plaintext

object ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
Left = 0
Height = 460
Top = 0
Width = 536
ClientHeight = 460
ClientWidth = 536
TabOrder = 0
DesignLeft = 306
DesignTop = 188
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 108
Width = 536
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
end
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 27
Width = 254
BorderSpacing.Top = 6
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
TabOrder = 1
end
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 54
Width = 255
BorderSpacing.Top = 6
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
TabOrder = 2
end
object MainUnitIsPascalSourceCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 21
Top = 0
Width = 191
Caption = 'MainUnitIsPascalSourceCheckBox'
TabOrder = 0
end
object MainUnitHasTitleStatementCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 81
Width = 213
BorderSpacing.Top = 6
Caption = 'MainUnitHasTitleStatementCheckBox'
TabOrder = 3
end
object RunnableCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Bevel1
Left = 0
Height = 21
Top = 114
Width = 118
BorderSpacing.Top = 6
Caption = 'RunnableCheckBox'
TabOrder = 4
end
object AlwaysBuildCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UseDesignTimePkgsCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 168
Width = 132
BorderSpacing.Top = 6
Caption = 'AlwaysBuildCheckBox'
TabOrder = 6
end
object LRSInOutputDirCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AlwaysBuildCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 195
Width = 152
BorderSpacing.Top = 6
Caption = 'LRSInOutputDirCheckBox'
TabOrder = 7
end
object ResourceGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LRSInOutputDirCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 81
Top = 222
Width = 536
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'ResourceGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 65
ClientWidth = 532
TabOrder = 8
object UseLRSFilesRadioButton: TRadioButton
Left = 6
Height = 27
Top = 6
Width = 520
Caption = 'UseLRSFilesRadioButton'
Checked = True
ParentShowHint = False
ShowHint = True
TabOrder = 0
TabStop = True
end
object UseFPCResourcesRadioButton: TRadioButton
Left = 6
Height = 26
Top = 33
Width = 520
Caption = 'UseFPCResourcesRadioButton'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object UseDesignTimePkgsCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = RunnableCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 21
Top = 141
Width = 172
BorderSpacing.Top = 6
Caption = 'UseDesignTimePkgsCheckBox'
TabOrder = 5
end
object PathDelimLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = PathDelimComboBox
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 323
Width = 81
Caption = 'PathDelimLabel'
ParentColor = False
end
object Bevel2: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ResourceGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 309
Width = 536
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
end
object PathDelimComboBox: TComboBox
AnchorSideLeft.Control = PathDelimLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Bevel2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 87
Height = 25
Top = 318
Width = 259
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ItemHeight = 0
TabOrder = 9
Text = 'PathDelimComboBox'
end
end