mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:59:16 +02:00
IDE: Configure Build Lazarus dialog taborder and layout improvements by Don Siders, issue #40256
This commit is contained in:
parent
c2bcc21d9f
commit
2d5bd75e71
@ -15,24 +15,23 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '2.3.0.0'
|
|
||||||
object CBLDBtnPanel: TPanel
|
object CBLDBtnPanel: TPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 60
|
Height = 38
|
||||||
Top = 420
|
Top = 442
|
||||||
Width = 700
|
Width = 700
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 60
|
ClientHeight = 38
|
||||||
ClientWidth = 700
|
ClientWidth = 700
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object CancelButton: TBitBtn
|
object CancelButton: TBitBtn
|
||||||
Left = 606
|
Left = 612
|
||||||
Height = 48
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 88
|
Width = 82
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -44,9 +43,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
end
|
end
|
||||||
object SaveSettingsButton: TBitBtn
|
object SaveSettingsButton: TBitBtn
|
||||||
Left = 512
|
Left = 512
|
||||||
Height = 48
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 88
|
Width = 94
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -55,10 +54,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object CompileButton: TBitBtn
|
object CompileButton: TBitBtn
|
||||||
Left = 323
|
Left = 302
|
||||||
Height = 48
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 60
|
Width = 71
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -68,9 +67,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
end
|
end
|
||||||
object HelpButton: TBitBtn
|
object HelpButton: TBitBtn
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 48
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 77
|
Width = 71
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -80,10 +79,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object CompileAdvancedButton: TBitBtn
|
object CompileAdvancedButton: TBitBtn
|
||||||
Left = 389
|
Left = 379
|
||||||
Height = 48
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 117
|
Width = 127
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -94,7 +93,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
end
|
end
|
||||||
object PageControl1: TPageControl
|
object PageControl1: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 420
|
Height = 442
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 700
|
Width = 700
|
||||||
ActivePage = BuildTabSheet
|
ActivePage = BuildTabSheet
|
||||||
@ -103,18 +102,18 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object BuildTabSheet: TTabSheet
|
object BuildTabSheet: TTabSheet
|
||||||
Caption = 'BuildTabSheet'
|
Caption = 'BuildTabSheet'
|
||||||
ClientHeight = 391
|
ClientHeight = 414
|
||||||
ClientWidth = 690
|
ClientWidth = 692
|
||||||
object DetailsPanel: TPanel
|
object DetailsPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 391
|
Height = 414
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 690
|
Width = 692
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 391
|
ClientHeight = 414
|
||||||
ClientWidth = 690
|
ClientWidth = 692
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BuildProfileLabel: TLabel
|
object BuildProfileLabel: TLabel
|
||||||
AnchorSideLeft.Control = DetailsPanel
|
AnchorSideLeft.Control = DetailsPanel
|
||||||
@ -123,7 +122,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 11
|
Top = 11
|
||||||
Width = 86
|
Width = 83
|
||||||
BorderSpacing.Top = 5
|
BorderSpacing.Top = 5
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Profile to Build'
|
Caption = 'Profile to Build'
|
||||||
@ -136,15 +135,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = BuildProfileButton
|
AnchorSideRight.Control = BuildProfileButton
|
||||||
Left = 98
|
Left = 95
|
||||||
Height = 31
|
Height = 23
|
||||||
Hint = 'Name of the active profile.'
|
Hint = 'Name of the active profile.'
|
||||||
Top = 3
|
Top = 7
|
||||||
Width = 555
|
Width = 560
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
OnSelect = BuildProfileComboBoxSelect
|
OnSelect = BuildProfileComboBoxSelect
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -157,10 +156,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = BuildProfileComboBox
|
AnchorSideBottom.Control = BuildProfileComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 659
|
Left = 661
|
||||||
Height = 31
|
Height = 23
|
||||||
Hint = 'Manage profiles'
|
Hint = 'Manage profiles'
|
||||||
Top = 3
|
Top = 7
|
||||||
Width = 25
|
Width = 25
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -177,8 +176,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 92
|
Top = 80
|
||||||
Width = 43
|
Width = 42
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
@ -194,8 +193,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 56
|
Height = 56
|
||||||
Hint = 'Options passed to compiler'
|
Hint = 'Options passed to compiler'
|
||||||
Top = 107
|
Top = 95
|
||||||
Width = 678
|
Width = 680
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
''
|
''
|
||||||
@ -204,7 +203,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 4
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
object DefinesLabel: TLabel
|
object DefinesLabel: TLabel
|
||||||
AnchorSideLeft.Control = DetailsPanel
|
AnchorSideLeft.Control = DetailsPanel
|
||||||
@ -212,8 +211,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 222
|
Top = 201
|
||||||
Width = 43
|
Width = 39
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Defines'
|
Caption = 'Defines'
|
||||||
@ -226,17 +225,16 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = CleanUpGroupBox
|
AnchorSideRight.Control = CleanUpGroupBox
|
||||||
AnchorSideBottom.Control = CommonsDividerBevel
|
AnchorSideBottom.Control = CommonsDividerBevel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 89
|
Height = 138
|
||||||
Hint = 'Defines without -d'
|
Hint = 'Defines without -d'
|
||||||
Top = 237
|
Top = 216
|
||||||
Width = 505
|
Width = 518
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
PopupMenu = OptionsPopupMenu
|
PopupMenu = OptionsPopupMenu
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 2
|
TabOrder = 8
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object LCLWidgetTypeLabel: TLabel
|
object LCLWidgetTypeLabel: TLabel
|
||||||
AnchorSideLeft.Control = BuildProfileLabel
|
AnchorSideLeft.Control = BuildProfileLabel
|
||||||
@ -244,8 +242,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 40
|
Top = 36
|
||||||
Width = 92
|
Width = 90
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'LCL Widget Type'
|
Caption = 'LCL Widget Type'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -256,12 +254,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 23
|
||||||
Top = 55
|
Top = 51
|
||||||
Width = 209
|
Width = 209
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 3
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object TargetDirectoryLabel: TLabel
|
object TargetDirectoryLabel: TLabel
|
||||||
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
||||||
@ -269,8 +267,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 169
|
Top = 157
|
||||||
Width = 92
|
Width = 85
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Target Directory'
|
Caption = 'Target Directory'
|
||||||
@ -282,13 +280,13 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = TargetDirectoryButton
|
AnchorSideRight.Control = TargetDirectoryButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 184
|
Top = 172
|
||||||
Width = 647
|
Width = 649
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
TabOrder = 5
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
object TargetOSLabel: TLabel
|
object TargetOSLabel: TLabel
|
||||||
AnchorSideLeft.Control = LCLWidgetTypeComboBox
|
AnchorSideLeft.Control = LCLWidgetTypeComboBox
|
||||||
@ -297,8 +295,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 221
|
Left = 221
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 40
|
Top = 36
|
||||||
Width = 54
|
Width = 52
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -312,8 +310,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 451
|
Left = 451
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 40
|
Top = 36
|
||||||
Width = 61
|
Width = 60
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -325,16 +323,16 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = ConfirmBuildCheckBox
|
AnchorSideTop.Control = ConfirmBuildCheckBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 457
|
Left = 430
|
||||||
Height = 23
|
Height = 19
|
||||||
Hint = 'Increment revision? (ToDo: get a better hint)'
|
Hint = 'Increment revision? (ToDo: get a better hint)'
|
||||||
Top = 351
|
Top = 384
|
||||||
Width = 182
|
Width = 168
|
||||||
BorderSpacing.Left = 12
|
BorderSpacing.Left = 12
|
||||||
Caption = 'UpdateRevisionIncCheckBox'
|
Caption = 'UpdateRevisionIncCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 9
|
TabOrder = 13
|
||||||
end
|
end
|
||||||
object TargetCPUComboBox: TComboBox
|
object TargetCPUComboBox: TComboBox
|
||||||
AnchorSideLeft.Control = TargetCPULabel
|
AnchorSideLeft.Control = TargetCPULabel
|
||||||
@ -343,12 +341,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = OptionsMemo
|
AnchorSideRight.Control = OptionsMemo
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 451
|
Left = 451
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 55
|
Top = 51
|
||||||
Width = 233
|
Width = 235
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
TabOrder = 8
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object CommonsDividerBevel: TDividerBevel
|
object CommonsDividerBevel: TDividerBevel
|
||||||
AnchorSideLeft.Control = DetailsPanel
|
AnchorSideLeft.Control = DetailsPanel
|
||||||
@ -357,11 +355,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 326
|
Top = 360
|
||||||
Width = 678
|
Width = 680
|
||||||
Caption = 'CommonsDividerBevel'
|
Caption = 'CommonsDividerBevel'
|
||||||
Anchors = [akLeft, akRight, akBottom]
|
Anchors = [akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
@ -373,32 +372,32 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = DefinesButton
|
AnchorSideTop.Control = DefinesButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 102
|
Left = 106
|
||||||
Height = 23
|
Height = 19
|
||||||
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
||||||
Top = 351
|
Top = 384
|
||||||
Width = 179
|
Width = 159
|
||||||
BorderSpacing.Left = 12
|
BorderSpacing.Left = 12
|
||||||
BorderSpacing.Top = 7
|
BorderSpacing.Top = 6
|
||||||
Caption = 'RestartAfterBuildCheckBox'
|
Caption = 'RestartAfterBuildCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 10
|
TabOrder = 11
|
||||||
end
|
end
|
||||||
object ConfirmBuildCheckBox: TCheckBox
|
object ConfirmBuildCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||||
Left = 293
|
Left = 277
|
||||||
Height = 23
|
Height = 19
|
||||||
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
||||||
Top = 351
|
Top = 384
|
||||||
Width = 152
|
Width = 141
|
||||||
BorderSpacing.Left = 12
|
BorderSpacing.Left = 12
|
||||||
Caption = 'ConfirmBuildCheckBox'
|
Caption = 'ConfirmBuildCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 11
|
TabOrder = 12
|
||||||
end
|
end
|
||||||
object DefinesButton: TButton
|
object DefinesButton: TButton
|
||||||
AnchorSideLeft.Control = CommonsDividerBevel
|
AnchorSideLeft.Control = CommonsDividerBevel
|
||||||
@ -407,17 +406,17 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 25
|
||||||
Hint = 'Edit list of defines which can be used by any profile'
|
Hint = 'Edit list of defines which can be used by any profile'
|
||||||
Top = 347
|
Top = 381
|
||||||
Width = 84
|
Width = 88
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'Edit Defines'
|
Caption = 'Edit Defines'
|
||||||
OnClick = DefinesButtonClick
|
OnClick = DefinesButtonClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 12
|
TabOrder = 10
|
||||||
end
|
end
|
||||||
object TargetDirectoryButton: TButton
|
object TargetDirectoryButton: TButton
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
@ -426,16 +425,16 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = TargetDirectoryComboBox
|
AnchorSideBottom.Control = TargetDirectoryComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 659
|
Left = 661
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 184
|
Top = 172
|
||||||
Width = 25
|
Width = 25
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = TargetDirectoryButtonClick
|
OnClick = TargetDirectoryButtonClick
|
||||||
TabOrder = 6
|
TabOrder = 7
|
||||||
end
|
end
|
||||||
object TargetOSComboBox: TComboBox
|
object TargetOSComboBox: TComboBox
|
||||||
AnchorSideLeft.Control = TargetOSLabel
|
AnchorSideLeft.Control = TargetOSLabel
|
||||||
@ -444,11 +443,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 221
|
Left = 221
|
||||||
Height = 32
|
Height = 23
|
||||||
Top = 55
|
Top = 51
|
||||||
Width = 224
|
Width = 224
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
TabOrder = 7
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object CleanUpGroupBox: TGroupBox
|
object CleanUpGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = DefinesListBox
|
AnchorSideLeft.Control = DefinesListBox
|
||||||
@ -458,10 +457,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = DetailsPanel
|
AnchorSideRight.Control = DetailsPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = CommonsDividerBevel
|
AnchorSideBottom.Control = CommonsDividerBevel
|
||||||
Left = 517
|
Left = 530
|
||||||
Height = 104
|
Height = 153
|
||||||
Top = 222
|
Top = 201
|
||||||
Width = 167
|
Width = 156
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
@ -475,17 +474,17 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 88
|
ClientHeight = 133
|
||||||
ClientWidth = 165
|
ClientWidth = 152
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 13
|
TabOrder = 9
|
||||||
object CleanAutoRadioButton: TRadioButton
|
object CleanAutoRadioButton: TRadioButton
|
||||||
AnchorSideTop.Control = CleanUpGroupBox
|
AnchorSideTop.Control = CleanUpGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 19
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 153
|
Width = 140
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CleanAutoRadioButton'
|
Caption = 'CleanAutoRadioButton'
|
||||||
Checked = True
|
Checked = True
|
||||||
@ -497,9 +496,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = CleanAutoRadioButton
|
AnchorSideTop.Control = CleanAutoRadioButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 19
|
||||||
Top = 35
|
Top = 31
|
||||||
Width = 140
|
Width = 128
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CleanAllRadioButton'
|
Caption = 'CleanAllRadioButton'
|
||||||
OnClick = CleanRadioButtonClick
|
OnClick = CleanRadioButtonClick
|
||||||
@ -509,9 +508,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = CleanAllRadioButton
|
AnchorSideTop.Control = CleanAllRadioButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 19
|
||||||
Top = 64
|
Top = 56
|
||||||
Width = 139
|
Width = 128
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'CleanOnceCheckBox'
|
Caption = 'CleanOnceCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -521,13 +520,13 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
end
|
end
|
||||||
object InfoTabSheet: TTabSheet
|
object InfoTabSheet: TTabSheet
|
||||||
Caption = 'InfoTabSheet'
|
Caption = 'InfoTabSheet'
|
||||||
ClientHeight = 391
|
ClientHeight = 414
|
||||||
ClientWidth = 690
|
ClientWidth = 692
|
||||||
object InhTreeView: TTreeView
|
object InhTreeView: TTreeView
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 391
|
Height = 414
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 690
|
Width = 692
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ShowSeparators = False
|
ShowSeparators = False
|
||||||
|
Loading…
Reference in New Issue
Block a user