mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 09:03:50 +02:00
550 lines
16 KiB
Plaintext
550 lines
16 KiB
Plaintext
object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|
Left = 349
|
|
Height = 480
|
|
Top = 200
|
|
Width = 700
|
|
VertScrollBar.Visible = False
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ConfigureBuildLazarusDlg'
|
|
ClientHeight = 480
|
|
ClientWidth = 700
|
|
Constraints.MinHeight = 440
|
|
Constraints.MinWidth = 550
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.1'
|
|
object CBLDBtnPanel: TPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 40
|
|
Top = 440
|
|
Width = 700
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 40
|
|
ClientWidth = 700
|
|
TabOrder = 0
|
|
object CancelButton: TBitBtn
|
|
Left = 626
|
|
Height = 28
|
|
Top = 6
|
|
Width = 68
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
end
|
|
object SaveSettingsButton: TBitBtn
|
|
Left = 536
|
|
Height = 28
|
|
Top = 6
|
|
Width = 84
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save settings'
|
|
OnClick = SaveSettingsButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object CompileButton: TBitBtn
|
|
Left = 355
|
|
Height = 28
|
|
Top = 6
|
|
Width = 56
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Compile'
|
|
OnClick = CompileButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HelpButton: TBitBtn
|
|
Left = 6
|
|
Height = 28
|
|
Top = 6
|
|
Width = 57
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Kind = bkHelp
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CompileAdvancedButton: TBitBtn
|
|
Left = 417
|
|
Height = 28
|
|
Top = 6
|
|
Width = 113
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Compile Advanced'
|
|
OnClick = CompileAdvancedButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 440
|
|
Top = 0
|
|
Width = 700
|
|
ActivePage = InfoTabSheet
|
|
Align = alClient
|
|
TabIndex = 1
|
|
TabOrder = 1
|
|
object BuildTabSheet: TTabSheet
|
|
Caption = 'BuildTabSheet'
|
|
ClientHeight = 411
|
|
ClientWidth = 696
|
|
object DetailsPanel: TPanel
|
|
Left = 0
|
|
Height = 411
|
|
Top = 0
|
|
Width = 696
|
|
Align = alClient
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 411
|
|
ClientWidth = 696
|
|
TabOrder = 0
|
|
object BuildProfileLabel: TLabel
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 13
|
|
Width = 87
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Profile to Build'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object BuildProfileComboBox: TComboBox
|
|
AnchorSideLeft.Control = BuildProfileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = BuildProfileButton
|
|
Left = 99
|
|
Height = 29
|
|
Hint = 'Name of the active profile.'
|
|
Top = 6
|
|
Width = 564
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
ItemHeight = 0
|
|
OnSelect = BuildProfileComboBoxSelect
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object BuildProfileButton: TButton
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = DetailsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 669
|
|
Height = 27
|
|
Hint = 'Manage profiles'
|
|
Top = 7
|
|
Width = 21
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = BuildProfileButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object OptionsLabel: TLabel
|
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
|
AnchorSideTop.Control = LCLWidgetTypeComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 91
|
|
Width = 43
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Options'
|
|
Layout = tlBottom
|
|
ParentColor = False
|
|
end
|
|
object OptionsMemo: TMemo
|
|
AnchorSideLeft.Control = OptionsLabel
|
|
AnchorSideTop.Control = OptionsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BuildProfileButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 56
|
|
Hint = 'Options passed to compiler'
|
|
Top = 106
|
|
Width = 684
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Lines.Strings = (
|
|
''
|
|
)
|
|
PopupMenu = OptionsPopupMenu
|
|
ParentShowHint = False
|
|
ScrollBars = ssAutoBoth
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object DefinesLabel: TLabel
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 216
|
|
Width = 43
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Defines'
|
|
ParentColor = False
|
|
end
|
|
object DefinesListBox: TCheckListBox
|
|
AnchorSideLeft.Control = OptionsMemo
|
|
AnchorSideTop.Control = DefinesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CleanUpGroupBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 101
|
|
Hint = 'Defines without -d'
|
|
Top = 231
|
|
Width = 488
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ItemHeight = 0
|
|
ParentShowHint = False
|
|
PopupMenu = OptionsPopupMenu
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
TopIndex = -1
|
|
end
|
|
object LCLWidgetTypeLabel: TLabel
|
|
AnchorSideLeft.Control = BuildProfileLabel
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 41
|
|
Width = 92
|
|
BorderSpacing.Top = 6
|
|
Caption = 'LCL Widget Type'
|
|
ParentColor = False
|
|
end
|
|
object LCLWidgetTypeComboBox: TComboBox
|
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
|
AnchorSideTop.Control = LCLWidgetTypeLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 56
|
|
Width = 209
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 3
|
|
end
|
|
object TargetDirectoryLabel: TLabel
|
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
|
AnchorSideTop.Control = OptionsMemo
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 168
|
|
Width = 93
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Target Directory'
|
|
ParentColor = False
|
|
end
|
|
object TargetDirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetDirectoryLabel
|
|
AnchorSideTop.Control = TargetDirectoryLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TargetDirectoryButton
|
|
Left = 6
|
|
Height = 27
|
|
Top = 183
|
|
Width = 657
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
ItemHeight = 0
|
|
TabOrder = 5
|
|
end
|
|
object TargetOSLabel: TLabel
|
|
AnchorSideLeft.Control = LCLWidgetTypeComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 221
|
|
Height = 15
|
|
Top = 41
|
|
Width = 55
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Target OS'
|
|
ParentColor = False
|
|
end
|
|
object TargetCPULabel: TLabel
|
|
AnchorSideLeft.Control = TargetOSComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 451
|
|
Height = 15
|
|
Top = 41
|
|
Width = 62
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Target CPU'
|
|
ParentColor = False
|
|
end
|
|
object UpdateRevisionIncCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ConfirmBuildCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ConfirmBuildCheckBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 453
|
|
Height = 24
|
|
Hint = 'Increment revision? (ToDo: get a better hint)'
|
|
Top = 368
|
|
Width = 182
|
|
BorderSpacing.Left = 12
|
|
Caption = 'UpdateRevisionIncCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
end
|
|
object TargetCPUComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetCPULabel
|
|
AnchorSideTop.Control = TargetCPULabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = OptionsMemo
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 451
|
|
Height = 27
|
|
Top = 56
|
|
Width = 239
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 8
|
|
end
|
|
object CommonsDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DetailsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 346
|
|
Width = 684
|
|
Caption = 'CommonsDividerBevel'
|
|
AutoSize = True
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object RestartAfterBuildCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = DefinesButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = DefinesButton
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 98
|
|
Height = 24
|
|
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
|
Top = 368
|
|
Width = 179
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 7
|
|
Caption = 'RestartAfterBuildCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 10
|
|
end
|
|
object ConfirmBuildCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
|
Left = 289
|
|
Height = 24
|
|
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
|
Top = 368
|
|
Width = 152
|
|
BorderSpacing.Left = 12
|
|
Caption = 'ConfirmBuildCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 11
|
|
end
|
|
object DefinesButton: TButton
|
|
AnchorSideLeft.Control = CommonsDividerBevel
|
|
AnchorSideTop.Control = CommonsDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 27
|
|
Hint = 'Edit list of defines which can be used by any profile'
|
|
Top = 367
|
|
Width = 80
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Edit Defines'
|
|
OnClick = DefinesButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 12
|
|
end
|
|
object TargetDirectoryButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = DetailsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 669
|
|
Height = 27
|
|
Top = 183
|
|
Width = 21
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = TargetDirectoryButtonClick
|
|
TabOrder = 6
|
|
end
|
|
object TargetOSComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetOSLabel
|
|
AnchorSideTop.Control = TargetOSLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 221
|
|
Height = 27
|
|
Top = 56
|
|
Width = 224
|
|
ItemHeight = 0
|
|
TabOrder = 7
|
|
end
|
|
object CleanUpGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = DefinesListBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DetailsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 500
|
|
Height = 131
|
|
Top = 216
|
|
Width = 190
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Clean up'
|
|
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 = 114
|
|
ClientWidth = 186
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 13
|
|
object CleanAutoRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 174
|
|
Caption = 'CleanAutoRadioButton'
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object CleanCommonRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 24
|
|
Top = 30
|
|
Width = 174
|
|
Caption = 'CleanCommonRadioButton'
|
|
TabOrder = 1
|
|
end
|
|
object CleanAllRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 24
|
|
Top = 54
|
|
Width = 174
|
|
Caption = 'CleanAllRadioButton'
|
|
TabOrder = 2
|
|
end
|
|
object CleanOnceCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 24
|
|
Top = 84
|
|
Width = 174
|
|
BorderSpacing.Top = 6
|
|
Caption = 'CleanOnceCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object InfoTabSheet: TTabSheet
|
|
Caption = 'InfoTabSheet'
|
|
ClientHeight = 411
|
|
ClientWidth = 696
|
|
object InhTreeView: TTreeView
|
|
Left = 0
|
|
Height = 411
|
|
Top = 0
|
|
Width = 696
|
|
Align = alClient
|
|
DefaultItemHeight = 18
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
end
|
|
end
|
|
object OptionsPopupMenu: TPopupMenu
|
|
left = 320
|
|
top = 592
|
|
object ShowOptsMenuItem: TMenuItem
|
|
Caption = 'Show options and defines for cmd line'
|
|
OnClick = ShowOptsMenuItemClick
|
|
end
|
|
end
|
|
end
|