mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 02:07:34 +02:00
508 lines
14 KiB
Plaintext
508 lines
14 KiB
Plaintext
object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|
Left = 333
|
|
Height = 529
|
|
Top = 113
|
|
Width = 700
|
|
VertScrollBar.Visible = False
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ConfigureBuildLazarusDlg'
|
|
ClientHeight = 529
|
|
ClientWidth = 700
|
|
Constraints.MinHeight = 500
|
|
Constraints.MinWidth = 462
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object DetailsPanel: TPanel
|
|
Left = 0
|
|
Height = 491
|
|
Top = 0
|
|
Width = 700
|
|
Align = alClient
|
|
AutoSize = True
|
|
ClientHeight = 491
|
|
ClientWidth = 700
|
|
TabOrder = 0
|
|
object BuildProfileLabel: TLabel
|
|
AnchorSideTop.Control = DetailsPanel
|
|
Left = 8
|
|
Height = 16
|
|
Top = 12
|
|
Width = 91
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Profile to Build'
|
|
ParentColor = False
|
|
end
|
|
object MakeModeListHeader: THeaderControl
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Control = BuildProfileComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 39
|
|
Width = 410
|
|
DragReorder = False
|
|
Sections = <>
|
|
OnSectionClick = MakeModeListHeaderSectionClick
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 6
|
|
OnResize = MakeModeListHeaderResize
|
|
end
|
|
object MakeModeListBox: TListBox
|
|
AnchorSideTop.Control = MakeModeListHeader
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = MakeModeListHeader
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = LCLWidgetTypeComboBox
|
|
Left = 4
|
|
Height = 168
|
|
Top = 63
|
|
Width = 412
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 25
|
|
OnDrawItem = MakeModeListBoxDrawItem
|
|
OnMouseDown = MakeModeListBoxMouseDown
|
|
OnShowHint = MakeModeListBoxShowHint
|
|
ParentShowHint = False
|
|
ScrollWidth = 408
|
|
ShowHint = True
|
|
Style = lbOwnerDrawFixed
|
|
TabOrder = 2
|
|
TopIndex = -1
|
|
end
|
|
object BuildProfileComboBox: TComboBox
|
|
AnchorSideLeft.Control = BuildProfileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BuildProfileLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = BuildProfileButton
|
|
Left = 105
|
|
Height = 25
|
|
Hint = 'Name of the active profile.'
|
|
Top = 8
|
|
Width = 560
|
|
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 = 671
|
|
Height = 25
|
|
Hint = 'Manage profiles'
|
|
Top = 8
|
|
Width = 22
|
|
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 = OptionsMemo
|
|
Left = 6
|
|
Height = 16
|
|
Top = 272
|
|
Width = 49
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Top = 4
|
|
Caption = 'Options'
|
|
Layout = tlBottom
|
|
ParentColor = False
|
|
end
|
|
object OptionsMemo: TMemo
|
|
AnchorSideLeft.Control = LCLWidgetTypeComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BuildProfileButton
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TargetDirectoryComboBox
|
|
Left = 137
|
|
Height = 56
|
|
Hint = 'Options passed to compiler'
|
|
Top = 268
|
|
Width = 556
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 6
|
|
Lines.Strings = (
|
|
''
|
|
)
|
|
PopupMenu = OptionsPopupMenu
|
|
ParentShowHint = False
|
|
ScrollBars = ssAutoBoth
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object DefinesLabel: TLabel
|
|
AnchorSideLeft.Control = MakeModeListHeader
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = MakeModeListHeader
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 423
|
|
Height = 16
|
|
Top = 43
|
|
Width = 48
|
|
BorderSpacing.Left = 7
|
|
Caption = 'Defines'
|
|
ParentColor = False
|
|
end
|
|
object DefinesListBox: TCheckListBox
|
|
AnchorSideLeft.Control = DefinesLabel
|
|
AnchorSideTop.Control = DefinesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BuildProfileButton
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = MakeModeListBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 423
|
|
Height = 170
|
|
Hint = 'Defines without -d'
|
|
Top = 61
|
|
Width = 270
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
ItemHeight = 0
|
|
ParentShowHint = False
|
|
PopupMenu = OptionsPopupMenu
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
TopIndex = -1
|
|
end
|
|
object LCLWidgetTypeLabel: TLabel
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Control = LCLWidgetTypeComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 16
|
|
Top = 241
|
|
Width = 99
|
|
BorderSpacing.Left = 5
|
|
Caption = 'LCL Widget Type'
|
|
ParentColor = False
|
|
end
|
|
object LCLWidgetTypeComboBox: TComboBox
|
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = OptionsMemo
|
|
Left = 137
|
|
Height = 25
|
|
Top = 237
|
|
Width = 163
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Left = 32
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 4
|
|
end
|
|
object TargetDirectoryLabel: TLabel
|
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 16
|
|
Top = 333
|
|
Width = 100
|
|
Alignment = taRightJustify
|
|
Caption = 'Target Directory'
|
|
ParentColor = False
|
|
end
|
|
object TargetDirectoryComboBox: TComboBox
|
|
AnchorSideLeft.Control = OptionsMemo
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TargetDirectoryButton
|
|
AnchorSideBottom.Control = TargetOSComboBox
|
|
Left = 137
|
|
Height = 23
|
|
Top = 330
|
|
Width = 528
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
TabOrder = 6
|
|
end
|
|
object TargetOSLabel: TLabel
|
|
AnchorSideLeft.Control = TargetDirectoryLabel
|
|
AnchorSideTop.Control = TargetOSComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 16
|
|
Top = 362
|
|
Width = 61
|
|
Alignment = taRightJustify
|
|
Caption = 'Target OS'
|
|
ParentColor = False
|
|
end
|
|
object TargetCPULabel: TLabel
|
|
AnchorSideLeft.Control = TargetOSLabel
|
|
AnchorSideTop.Control = TargetCPUComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 16
|
|
Top = 391
|
|
Width = 69
|
|
Alignment = taRightJustify
|
|
Caption = 'Target CPU'
|
|
ParentColor = False
|
|
end
|
|
object UpdateRevisionIncCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = CleanAllCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = CleanAllCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 468
|
|
Height = 26
|
|
Hint = 'Increment revision? (ToDo: get a better hint)'
|
|
Top = 357
|
|
Width = 202
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 6
|
|
Caption = 'UpdateRevisionIncCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 11
|
|
end
|
|
object CleanAllCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = TargetOSComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TargetOSComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 319
|
|
Height = 26
|
|
Hint = 'Like "make clean" on cmd line'
|
|
Top = 357
|
|
Width = 137
|
|
BorderSpacing.Left = 19
|
|
Caption = 'CleanAllCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 10
|
|
end
|
|
object TargetCPUComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetOSComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TargetOSComboBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CommonsDividerBevel
|
|
Left = 137
|
|
Height = 23
|
|
Top = 388
|
|
Width = 163
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
TabOrder = 9
|
|
end
|
|
object CommonsDividerBevel: TDividerBevel
|
|
AnchorSideLeft.Control = DetailsPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 15
|
|
Top = 417
|
|
Width = 686
|
|
Caption = 'CommonsDividerBevel'
|
|
Autosize = True
|
|
Anchors = [akLeft, akRight]
|
|
BorderSpacing.Left = 7
|
|
BorderSpacing.Bottom = 6
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object RestartAfterBuildCheckBox: TCheckBox
|
|
AnchorSideTop.Control = CommonsDividerBevel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 26
|
|
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
|
Top = 439
|
|
Width = 193
|
|
BorderSpacing.Top = 7
|
|
Caption = 'RestartAfterBuildCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 12
|
|
end
|
|
object ConfirmBuildCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
|
Left = 213
|
|
Height = 26
|
|
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
|
Top = 439
|
|
Width = 165
|
|
BorderSpacing.Left = 12
|
|
Caption = 'ConfirmBuildCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 13
|
|
end
|
|
object DefinesButton: TButton
|
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
|
AnchorSideRight.Control = DefinesListBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 608
|
|
Height = 25
|
|
Hint = 'Edit list of defines which can be used by any profile'
|
|
Top = 439
|
|
Width = 85
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
Caption = 'Edit Defines'
|
|
OnClick = DefinesButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 14
|
|
end
|
|
object TargetDirectoryButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = DetailsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 671
|
|
Height = 25
|
|
Top = 329
|
|
Width = 22
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = TargetDirectoryButtonClick
|
|
TabOrder = 7
|
|
end
|
|
object TargetOSComboBox: TComboBox
|
|
AnchorSideLeft.Control = TargetDirectoryComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TargetCPUComboBox
|
|
Left = 137
|
|
Height = 23
|
|
Top = 359
|
|
Width = 163
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 6
|
|
ItemHeight = 0
|
|
TabOrder = 8
|
|
end
|
|
end
|
|
object CBLDBtnPanel: TPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 38
|
|
Top = 491
|
|
Width = 700
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 38
|
|
ClientWidth = 700
|
|
TabOrder = 1
|
|
object CancelButton: TBitBtn
|
|
Left = 623
|
|
Height = 26
|
|
Top = 6
|
|
Width = 71
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 4
|
|
end
|
|
object SaveSettingsButton: TBitBtn
|
|
Left = 522
|
|
Height = 26
|
|
Top = 6
|
|
Width = 95
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Save settings'
|
|
NumGlyphs = 0
|
|
OnClick = SaveSettingsButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object CompileButton: TBitBtn
|
|
Left = 327
|
|
Height = 26
|
|
Top = 6
|
|
Width = 59
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Compile'
|
|
NumGlyphs = 0
|
|
OnClick = CompileButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object HelpButton: TBitBtn
|
|
Left = 6
|
|
Height = 26
|
|
Top = 6
|
|
Width = 57
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Kind = bkHelp
|
|
NumGlyphs = 0
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CompileAdvancedButton: TBitBtn
|
|
Left = 392
|
|
Height = 26
|
|
Top = 6
|
|
Width = 124
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Compile Advanced'
|
|
NumGlyphs = 0
|
|
OnClick = CompileAdvancedButtonClick
|
|
TabOrder = 2
|
|
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
|