lazarus/ide/initialsetupdlgs.lfm
joost 9d1b8c9d87 IDE: Added EnvironmentOptions.FppkgConfigFile
IDE: Fixed some minor problems in the generation of the fppkg.cfg file

git-svn-id: trunk@60944 -
2019-04-12 21:08:55 +00:00

584 lines
16 KiB
Plaintext

object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Side = asrBottom
Left = 298
Height = 385
Top = 241
Width = 620
Caption = 'InitialSetupDialog'
ClientHeight = 385
ClientWidth = 620
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object PropertiesTreeView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = WelcomePaintBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Splitter1
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 276
Top = 54
Width = 159
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Images = ImageList1
ParentFont = False
ReadOnly = True
ScrollBars = ssNone
ShowButtons = False
ShowLines = False
ShowRoot = False
TabOrder = 0
OnSelectionChanged = PropertiesTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoToolTips, tvoThemedDraw]
end
object Splitter1: TSplitter
AnchorSideTop.Control = PropertiesTreeView
AnchorSideBottom.Control = PropertiesTreeView
AnchorSideBottom.Side = asrBottom
Left = 165
Height = 276
Top = 54
Width = 5
Align = alNone
Anchors = [akTop, akLeft, akBottom]
end
object BtnPanel: TPanel
Left = 10
Height = 35
Top = 340
Width = 600
Align = alBottom
AutoSize = True
BorderSpacing.Around = 10
BevelOuter = bvNone
ClientHeight = 35
ClientWidth = 600
ParentFont = False
TabOrder = 2
object StartIDEBitBtn: TBitBtn
Left = 485
Height = 35
Top = 0
Width = 115
Align = alRight
AutoSize = True
Caption = 'StartIDEBitBtn'
Constraints.MinWidth = 100
OnClick = StartIDEBitBtnClick
ParentFont = False
TabOrder = 0
end
end
object PropertiesPageControl: TPageControl
AnchorSideLeft.Control = Splitter1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Splitter1
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Splitter1
AnchorSideBottom.Side = asrBottom
Left = 170
Height = 276
Top = 54
Width = 444
ActivePage = FppkgTabSheet
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6
ParentFont = False
TabIndex = 5
TabOrder = 3
OnChange = PropertiesPageControlChange
Options = [nboHidePageListPopup]
object LazarusTabSheet: TTabSheet
Caption = 'LazarusTabSheet'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object LazDirLabel: TLabel
Left = 6
Height = 19
Top = 6
Width = 422
Align = alTop
Caption = 'LazDirLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object LazDirComboBox: TComboBox
AnchorSideLeft.Control = LazarusTabSheet
AnchorSideTop.Control = LazDirLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LazarusTabSheet
AnchorSideRight.Side = asrBottom
Left = 6
Height = 36
Top = 31
Width = 422
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
OnChange = LazDirComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'LazDirComboBox'
end
object LazDirMemo: TMemo
AnchorSideTop.Control = LazDirBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'LazDirMemo'
''
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 1
end
object LazDirBrowseButton: TButton
AnchorSideLeft.Control = LazarusTabSheet
AnchorSideTop.Control = LazDirComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 155
AutoSize = True
Caption = 'LazDirBrowseButton'
OnClick = LazDirBrowseButtonClick
ParentFont = False
TabOrder = 2
end
end
object CompilerTabSheet: TTabSheet
Caption = 'CompilerTabSheet'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object CompilerLabel: TLabel
Left = 6
Height = 19
Top = 6
Width = 422
Align = alTop
Caption = 'CompilerLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object CompilerComboBox: TComboBox
AnchorSideLeft.Control = CompilerTabSheet
AnchorSideTop.Control = CompilerLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilerTabSheet
AnchorSideRight.Side = asrBottom
Left = 6
Height = 36
Top = 31
Width = 422
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
OnChange = CompilerComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'CompilerComboBox'
end
object CompilerBrowseButton: TButton
AnchorSideLeft.Control = CompilerTabSheet
AnchorSideTop.Control = CompilerComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 172
AutoSize = True
Caption = 'CompilerBrowseButton'
OnClick = CompilerBrowseButtonClick
ParentFont = False
TabOrder = 1
end
object CompilerMemo: TMemo
AnchorSideLeft.Control = CompilerTabSheet
AnchorSideTop.Control = CompilerBrowseButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CompilerTabSheet
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CompilerTabSheet
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'CompilerMemo'
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 2
end
end
object FPCSourcesTabSheet: TTabSheet
Caption = 'FPCSourcesTabSheet'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object FPCSrcDirLabel: TLabel
Left = 6
Height = 19
Top = 6
Width = 422
Align = alTop
Caption = 'FPCSrcDirLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object FPCSrcDirComboBox: TComboBox
Left = 6
Height = 36
Top = 31
Width = 422
Align = alTop
ItemHeight = 0
OnChange = FPCSrcDirComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'FPCSrcDirComboBox'
end
object FPCSrcDirBrowseButton: TButton
AnchorSideLeft.Control = FPCSourcesTabSheet
AnchorSideTop.Control = FPCSrcDirComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 182
AutoSize = True
Caption = 'FPCSrcDirBrowseButton'
OnClick = FPCSrcDirBrowseButtonClick
ParentFont = False
TabOrder = 1
end
object FPCSrcDirMemo: TMemo
AnchorSideTop.Control = FPCSrcDirBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'FPCSrcDirMemo'
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 2
end
object ScanLabel: TLabel
AnchorSideLeft.Control = FPCSrcDirBrowseButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FPCSrcDirBrowseButton
AnchorSideTop.Side = asrCenter
Left = 200
Height = 19
Top = 81
Width = 60
BorderSpacing.Left = 12
Caption = 'Scanning'
ParentColor = False
ParentFont = False
end
object ScanProgressBar: TProgressBar
AnchorSideLeft.Control = ScanLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ScanLabel
AnchorSideTop.Side = asrCenter
Left = 266
Height = 20
Top = 80
Width = 102
BorderSpacing.Left = 6
ParentFont = False
Style = pbstMarquee
TabOrder = 3
end
object StopScanButton: TBitBtn
AnchorSideLeft.Control = ScanProgressBar
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ScanProgressBar
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ScanProgressBar
AnchorSideRight.Side = asrBottom
Left = 374
Height = 25
Top = 78
Width = 78
Caption = 'Stop'
OnClick = StopScanButtonClick
ParentFont = False
TabOrder = 4
end
end
object MakeExeTabSheet: TTabSheet
Caption = 'MakeExeTabSheet'
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object MakeExeComboBox: TComboBox
Left = 6
Height = 36
Top = 31
Width = 422
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnChange = MakeExeComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'MakeExeComboBox'
end
object MakeExeLabel: TLabel
Left = 6
Height = 19
Top = 6
Width = 422
Align = alTop
BorderSpacing.Around = 6
Caption = 'MakeExeLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object MakeExeBrowseButton: TButton
AnchorSideLeft.Control = MakeExeTabSheet
AnchorSideTop.Control = MakeExeComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 171
AutoSize = True
BorderSpacing.Around = 6
Caption = 'MakeExeBrowseButton'
OnClick = MakeExeBrowseButtonClick
ParentFont = False
TabOrder = 1
end
object MakeExeMemo: TMemo
AnchorSideTop.Control = MakeExeBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Lines.Strings = (
'FPCSrcDirMemo'
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 2
end
end
object DebuggerTabSheet: TTabSheet
Caption = 'DebuggerTabSheet'
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object DebuggerComboBox: TComboBox
Left = 6
Height = 36
Top = 31
Width = 422
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnChange = DebuggerComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'DebuggerComboBox'
end
object DebuggerLabel: TLabel
Left = 6
Height = 19
Top = 6
Width = 422
Align = alTop
BorderSpacing.Around = 6
Caption = 'DebuggerLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object DebuggerBrowseButton: TButton
AnchorSideLeft.Control = DebuggerTabSheet
AnchorSideTop.Control = DebuggerComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 176
AutoSize = True
BorderSpacing.Around = 6
Caption = 'DebuggerBrowseButton'
OnClick = DebuggerBrowseButtonClick
ParentFont = False
TabOrder = 1
end
object DebuggerMemo: TMemo
AnchorSideTop.Control = DebuggerBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Lines.Strings = (
'FPCSrcDirMemo'
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 2
end
end
object FppkgTabSheet: TTabSheet
Caption = 'FppkgTabSheet'
ClientHeight = 243
ClientWidth = 434
ParentFont = False
object FppkgComboBox: TComboBox
Left = 6
Height = 36
Top = 6
Width = 422
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnChange = FppkgComboBoxChange
ParentFont = False
TabOrder = 0
Text = 'FppkgComboBox'
end
object FppkgLabel: TLabel
Left = 6
Height = 19
Top = 48
Width = 422
Align = alTop
BorderSpacing.Around = 6
Caption = 'FppkgLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object FppkgBrowseButton: TButton
AnchorSideLeft.Control = FppkgTabSheet
AnchorSideTop.Control = FppkgLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 35
Top = 73
Width = 151
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FppkgBrowseButton'
OnClick = FppkgBrowseButtonClick
ParentFont = False
TabOrder = 1
end
object FppkgMemo: TMemo
AnchorSideTop.Control = FppkgWriteConfigButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 123
Top = 114
Width = 422
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Lines.Strings = (
'FPCSrcDirMemo'
''
''
)
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 2
end
object FppkgWriteConfigButton: TButton
AnchorSideLeft.Control = DebuggerTabSheet
AnchorSideTop.Control = FppkgLabel
AnchorSideTop.Side = asrBottom
Left = 247
Height = 35
Top = 73
Width = 181
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FppkgWriteConfigButton'
Enabled = False
OnClick = FppkgWriteConfigButtonClick
ParentFont = False
TabOrder = 3
end
end
end
object WelcomePaintBox: TPaintBox
Left = 0
Height = 48
Top = 0
Width = 620
Align = alTop
ParentFont = False
OnPaint = WelcomePaintBoxPaint
end
object ImageList1: TImageList
Left = 55
Top = 145
end
end