lazarus/ide/frames/compiler_path_options.lfm
2012-09-08 16:28:13 +00:00

232 lines
5.9 KiB
Plaintext

object CompilerPathOptionsFrame: TCompilerPathOptionsFrame
Left = 0
Height = 432
Top = 0
Width = 509
ClientHeight = 432
ClientWidth = 509
TabOrder = 0
DesignLeft = 346
DesignTop = 106
object OtherUnitsLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 0
Width = 92
Caption = 'OtherUnitsLabel'
ParentColor = False
end
object IncludeFilesLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OtherUnitsEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 44
Width = 95
BorderSpacing.Top = 6
Caption = 'IncludeFilesLabel'
ParentColor = False
end
object OtherSourcesLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ProjTargetApplyConventionsCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 241
Width = 106
Caption = 'OtherSourcesLabel'
ParentColor = False
end
object LibrariesLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = IncludeFilesEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 88
Width = 78
BorderSpacing.Top = 6
Caption = 'LibrariesLabel'
ParentColor = False
end
object UnitOutputDirLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LibrariesEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 132
Width = 110
BorderSpacing.Top = 6
Caption = 'UnitOutputDirLabel'
ParentColor = False
end
object DebugPathLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OtherSourcesEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 285
Width = 92
BorderSpacing.Top = 6
Caption = 'DebugPathLabel'
ParentColor = False
end
object LCLWidgetTypeLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = DebugPathEdit
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 329
Width = 115
Caption = 'LCLWidgetTypeLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = LCLWidgetTypeLabelClick
OnMouseEnter = LCLWidgetTypeLabelMouseEnter
OnMouseLeave = LCLWidgetTypeLabelMouseLeave
end
object OtherUnitsEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OtherUnitsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 15
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 0
Text = 'OtherUnitsEdit'
end
object IncludeFilesEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = IncludeFilesLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 59
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 1
Text = 'IncludeFilesEdit'
end
object OtherSourcesEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OtherSourcesLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 256
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 6
Text = 'OtherSourcesEdit'
end
object LibrariesEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LibrariesLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 103
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 2
Text = 'LibrariesEdit'
end
object UnitOutputDirEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UnitOutputDirLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 147
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 3
Text = 'UnitOutputDirEdit'
end
object DebugPathEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = DebugPathLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 300
Width = 509
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 6
TabOrder = 7
Text = 'DebugPathEdit'
end
object ProjTargetFileLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UnitOutputDirEdit
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 176
Width = 108
Caption = 'ProjTargetFileLabel'
ParentColor = False
end
object ProjTargetFileEdit: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ProjTargetFileLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 191
Width = 509
Anchors = [akTop, akLeft, akRight]
OnChange = ProjTargetFileEditChange
TabOrder = 4
Text = 'ProjTargetFileEdit'
end
object ProjTargetApplyConventionsCheckBox: TCheckBox
AnchorSideLeft.Control = ProjTargetFileEdit
AnchorSideTop.Control = ProjTargetFileEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 21
Top = 214
Width = 237
BorderSpacing.Bottom = 6
Caption = 'ProjTargetApplyConventionsCheckBox'
TabOrder = 5
end
end