lazarus/ide/initialsetupdlgs.lfm

523 lines
14 KiB
Plaintext

object InitialSetupDialog: TInitialSetupDialog
AnchorSideBottom.Side = asrBottom
Left = 298
Height = 520
Top = 241
Width = 640
Caption = 'InitialSetupDialog'
ClientHeight = 520
ClientWidth = 640
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
object PropertiesTreeView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = WelcomePaintBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Splitter1
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 421
Top = 54
Width = 159
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
HideSelection = False
Images = ImageList1
ParentFont = False
ReadOnly = True
ScrollBars = ssNone
ShowButtons = False
ShowLines = False
ShowRoot = False
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoToolTips, tvoThemedDraw]
OnSelectionChanged = PropertiesTreeViewSelectionChanged
end
object Splitter1: TSplitter
AnchorSideTop.Control = PropertiesTreeView
AnchorSideBottom.Control = PropertiesTreeView
AnchorSideBottom.Side = asrBottom
Left = 165
Height = 421
Top = 54
Width = 5
Align = alNone
Anchors = [akTop, akLeft, akBottom]
end
object BtnPanel: TPanel
Left = 10
Height = 25
Top = 485
Width = 620
Align = alBottom
AutoSize = True
BorderSpacing.Around = 10
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 620
ParentFont = False
TabOrder = 2
object StartIDEBitBtn: TBitBtn
Left = 520
Height = 25
Top = 0
Width = 100
Align = alRight
AutoSize = True
Caption = 'StartIDEBitBtn'
Constraints.MinWidth = 100
ParentFont = False
TabOrder = 0
OnClick = StartIDEBitBtnClick
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 = 421
Top = 54
Width = 464
ActivePage = DebuggerTabSheet
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6
Options = [nboHidePageListPopup]
ParentFont = False
TabIndex = 4
TabOrder = 3
OnChange = PropertiesPageControlChange
object LazarusTabSheet: TTabSheet
Caption = 'LazarusTabSheet'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 393
ClientWidth = 456
ParentFont = False
object LazDirLabel: TLabel
Left = 6
Height = 15
Top = 6
Width = 444
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 = 23
Top = 27
Width = 444
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
ParentFont = False
TabOrder = 0
Text = 'LazDirComboBox'
OnChange = LazDirComboBoxChange
end
object LazDirMemo: TMemo
AnchorSideTop.Control = LazDirBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 300
Top = 87
Width = 444
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 = 25
Top = 56
Width = 132
AutoSize = True
Caption = 'LazDirBrowseButton'
ParentFont = False
TabOrder = 2
OnClick = LazDirBrowseButtonClick
end
end
object CompilerTabSheet: TTabSheet
Caption = 'CompilerTabSheet'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 393
ClientWidth = 456
ParentFont = False
object CompilerLabel: TLabel
Left = 6
Height = 15
Top = 6
Width = 444
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 = 23
Top = 27
Width = 444
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
ParentFont = False
TabOrder = 0
Text = 'CompilerComboBox'
OnChange = CompilerComboBoxChange
end
object CompilerBrowseButton: TButton
AnchorSideLeft.Control = CompilerTabSheet
AnchorSideTop.Control = CompilerComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 56
Width = 149
AutoSize = True
Caption = 'CompilerBrowseButton'
ParentFont = False
TabOrder = 1
OnClick = CompilerBrowseButtonClick
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 = 300
Top = 87
Width = 444
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 = 393
ClientWidth = 456
ParentFont = False
object FPCSrcDirLabel: TLabel
Left = 6
Height = 15
Top = 6
Width = 444
Align = alTop
Caption = 'FPCSrcDirLabel'
ParentColor = False
ParentFont = False
WordWrap = True
end
object FPCSrcDirComboBox: TComboBox
Left = 6
Height = 23
Top = 27
Width = 444
Align = alTop
ItemHeight = 15
ParentFont = False
TabOrder = 0
Text = 'FPCSrcDirComboBox'
OnChange = FPCSrcDirComboBoxChange
end
object FPCSrcDirBrowseButton: TButton
AnchorSideLeft.Control = FPCSourcesTabSheet
AnchorSideTop.Control = FPCSrcDirComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 56
Width = 152
AutoSize = True
Caption = 'FPCSrcDirBrowseButton'
ParentFont = False
TabOrder = 1
OnClick = FPCSrcDirBrowseButtonClick
end
object FPCSrcDirMemo: TMemo
AnchorSideTop.Control = FPCSrcDirBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 300
Top = 87
Width = 444
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 = 170
Height = 15
Top = 61
Width = 49
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 = 225
Height = 20
Top = 58
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 = 333
Height = 25
Top = 56
Width = 78
Caption = 'Stop'
ParentFont = False
TabOrder = 4
OnClick = StopScanButtonClick
end
end
object MakeExeTabSheet: TTabSheet
Caption = 'MakeExeTabSheet'
ClientHeight = 393
ClientWidth = 456
ParentFont = False
object MakeExeComboBox: TComboBox
Left = 6
Height = 23
Top = 27
Width = 444
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 15
ParentFont = False
TabOrder = 0
Text = 'MakeExeComboBox'
OnChange = MakeExeComboBoxChange
end
object MakeExeLabel: TLabel
Left = 6
Height = 15
Top = 6
Width = 444
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 = 25
Top = 56
Width = 146
AutoSize = True
BorderSpacing.Around = 6
Caption = 'MakeExeBrowseButton'
ParentFont = False
TabOrder = 1
OnClick = MakeExeBrowseButtonClick
end
object MakeExeMemo: TMemo
AnchorSideTop.Control = MakeExeBrowseButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 300
Top = 87
Width = 444
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'
ParentFont = False
end
object FppkgTabSheet: TTabSheet
Caption = 'FppkgTabSheet'
ClientHeight = 393
ClientWidth = 456
ParentFont = False
object FppkgComboBox: TComboBox
Left = 6
Height = 23
Top = 6
Width = 444
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 15
ParentFont = False
TabOrder = 0
Text = 'FppkgComboBox'
OnChange = FppkgComboBoxChange
end
object FppkgLabel: TLabel
Left = 6
Height = 15
Top = 35
Width = 444
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 = 25
Top = 56
Width = 133
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FppkgBrowseButton'
ParentFont = False
TabOrder = 1
OnClick = FppkgBrowseButtonClick
end
object FppkgMemo: TMemo
AnchorSideTop.Control = FppkgWriteConfigButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 300
Top = 87
Width = 444
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 = 291
Height = 25
Top = 56
Width = 159
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'FppkgWriteConfigButton'
Enabled = False
ParentFont = False
TabOrder = 3
OnClick = FppkgWriteConfigButtonClick
end
end
end
object WelcomePaintBox: TPaintBox
Left = 0
Height = 48
Top = 0
Width = 640
Align = alTop
ParentFont = False
OnPaint = WelcomePaintBoxPaint
end
object ImageList1: TImageList
Left = 55
Top = 145
end
end