mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
IDE: fixed anchors in buildlazdialog.
git-svn-id: trunk@45056 -
This commit is contained in:
parent
fe40c7c022
commit
40930242e8
@ -19,20 +19,20 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object CBLDBtnPanel: TPanel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 45
|
||||
Top = 435
|
||||
Height = 41
|
||||
Top = 439
|
||||
Width = 700
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 45
|
||||
ClientHeight = 41
|
||||
ClientWidth = 700
|
||||
TabOrder = 0
|
||||
object CancelButton: TBitBtn
|
||||
Left = 604
|
||||
Height = 33
|
||||
Left = 613
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 90
|
||||
Width = 81
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -43,10 +43,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 4
|
||||
end
|
||||
object SaveSettingsButton: TBitBtn
|
||||
Left = 499
|
||||
Height = 33
|
||||
Left = 507
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 99
|
||||
Width = 100
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -55,10 +55,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 3
|
||||
end
|
||||
object CompileButton: TBitBtn
|
||||
Left = 296
|
||||
Height = 33
|
||||
Left = 300
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 63
|
||||
Width = 64
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -68,9 +68,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
Left = 6
|
||||
Height = 33
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 76
|
||||
Width = 67
|
||||
Align = alLeft
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -80,10 +80,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 0
|
||||
end
|
||||
object CompileAdvancedButton: TBitBtn
|
||||
Left = 365
|
||||
Height = 33
|
||||
Left = 370
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 128
|
||||
Width = 131
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -94,7 +94,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object PageControl1: TPageControl
|
||||
Left = 0
|
||||
Height = 435
|
||||
Height = 439
|
||||
Top = 0
|
||||
Width = 700
|
||||
ActivePage = BuildTabSheet
|
||||
@ -103,17 +103,17 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 1
|
||||
object BuildTabSheet: TTabSheet
|
||||
Caption = 'BuildTabSheet'
|
||||
ClientHeight = 410
|
||||
ClientHeight = 412
|
||||
ClientWidth = 696
|
||||
object DetailsPanel: TPanel
|
||||
Left = 0
|
||||
Height = 410
|
||||
Height = 412
|
||||
Top = 0
|
||||
Width = 696
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 410
|
||||
ClientHeight = 412
|
||||
ClientWidth = 696
|
||||
TabOrder = 0
|
||||
object BuildProfileLabel: TLabel
|
||||
@ -121,9 +121,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = BuildProfileComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 11
|
||||
Width = 104
|
||||
Height = 17
|
||||
Top = 9
|
||||
Width = 109
|
||||
BorderSpacing.Top = 5
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Profile to Build'
|
||||
@ -136,11 +136,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = BuildProfileButton
|
||||
Left = 116
|
||||
Height = 25
|
||||
Left = 121
|
||||
Height = 23
|
||||
Hint = 'Name of the active profile.'
|
||||
Top = 6
|
||||
Width = 542
|
||||
Width = 539
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -157,11 +157,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = DetailsPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 664
|
||||
Height = 25
|
||||
Left = 666
|
||||
Height = 29
|
||||
Hint = 'Manage profiles'
|
||||
Top = 6
|
||||
Width = 26
|
||||
Top = 3
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -177,9 +177,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = LCLWidgetTypeComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 83
|
||||
Width = 48
|
||||
Height = 17
|
||||
Top = 81
|
||||
Width = 50
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Options'
|
||||
@ -212,9 +212,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = TargetDirectoryComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Height = 17
|
||||
Top = 206
|
||||
Width = 47
|
||||
Width = 49
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Defines'
|
||||
@ -225,12 +225,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = DefinesLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = CleanUpGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
AnchorSideBottom.Control = CommonsDividerBevel
|
||||
Left = 6
|
||||
Height = 110
|
||||
Height = 122
|
||||
Hint = 'Defines without -d'
|
||||
Top = 221
|
||||
Width = 473
|
||||
Top = 223
|
||||
Width = 465
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
ItemHeight = 0
|
||||
ParentShowHint = False
|
||||
@ -243,9 +243,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = BuildProfileComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Top = 37
|
||||
Width = 98
|
||||
Height = 17
|
||||
Top = 35
|
||||
Width = 102
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'LCL Widget Type'
|
||||
ParentColor = False
|
||||
@ -256,7 +256,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 23
|
||||
Top = 52
|
||||
Width = 209
|
||||
ItemHeight = 0
|
||||
@ -268,9 +268,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = OptionsMemo
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Height = 17
|
||||
Top = 160
|
||||
Width = 100
|
||||
Width = 103
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Target Directory'
|
||||
@ -282,9 +282,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = TargetDirectoryButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 175
|
||||
Width = 652
|
||||
Height = 23
|
||||
Top = 177
|
||||
Width = 654
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 0
|
||||
@ -296,9 +296,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = BuildProfileComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 221
|
||||
Height = 15
|
||||
Top = 37
|
||||
Width = 60
|
||||
Height = 17
|
||||
Top = 35
|
||||
Width = 62
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -311,9 +311,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = BuildProfileComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 451
|
||||
Height = 15
|
||||
Top = 37
|
||||
Width = 68
|
||||
Height = 17
|
||||
Top = 35
|
||||
Width = 70
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -325,11 +325,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ConfirmBuildCheckBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 481
|
||||
Height = 21
|
||||
Left = 494
|
||||
Height = 22
|
||||
Hint = 'Increment revision? (ToDo: get a better hint)'
|
||||
Top = 368
|
||||
Width = 198
|
||||
Top = 371
|
||||
Width = 204
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'UpdateRevisionIncCheckBox'
|
||||
ParentShowHint = False
|
||||
@ -343,7 +343,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = OptionsMemo
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 451
|
||||
Height = 25
|
||||
Height = 23
|
||||
Top = 52
|
||||
Width = 239
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -356,7 +356,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = DetailsPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 15
|
||||
Height = 17
|
||||
Top = 345
|
||||
Width = 684
|
||||
Caption = 'CommonsDividerBevel'
|
||||
@ -373,11 +373,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = DefinesButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 107
|
||||
Height = 21
|
||||
Left = 106
|
||||
Height = 22
|
||||
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
||||
Top = 368
|
||||
Width = 189
|
||||
Top = 371
|
||||
Width = 195
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Top = 7
|
||||
Caption = 'RestartAfterBuildCheckBox'
|
||||
@ -389,11 +389,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||
Left = 308
|
||||
Height = 21
|
||||
Left = 313
|
||||
Height = 22
|
||||
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
||||
Top = 368
|
||||
Width = 161
|
||||
Top = 371
|
||||
Width = 169
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'ConfirmBuildCheckBox'
|
||||
ParentShowHint = False
|
||||
@ -407,10 +407,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 25
|
||||
Height = 29
|
||||
Hint = 'Edit list of defines which can be used by any profile'
|
||||
Top = 366
|
||||
Width = 89
|
||||
Top = 368
|
||||
Width = 88
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'Edit Defines'
|
||||
@ -426,10 +426,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = DetailsPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 664
|
||||
Height = 25
|
||||
Top = 175
|
||||
Width = 26
|
||||
Left = 666
|
||||
Height = 29
|
||||
Top = 174
|
||||
Width = 24
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -445,7 +445,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 221
|
||||
Height = 25
|
||||
Height = 23
|
||||
Top = 52
|
||||
Width = 224
|
||||
ItemHeight = 0
|
||||
@ -458,11 +458,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = DetailsPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 485
|
||||
Height = 121
|
||||
AnchorSideBottom.Control = CommonsDividerBevel
|
||||
Left = 477
|
||||
Height = 139
|
||||
Top = 206
|
||||
Width = 205
|
||||
Anchors = [akTop, akRight]
|
||||
Width = 213
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -476,16 +477,16 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 102
|
||||
ClientWidth = 201
|
||||
ClientHeight = 118
|
||||
ClientWidth = 209
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 13
|
||||
object CleanAutoRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 189
|
||||
Width = 197
|
||||
Caption = 'CleanAutoRadioButton'
|
||||
Checked = True
|
||||
OnClick = CleanRadioButtonClick
|
||||
@ -494,27 +495,27 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object CleanCommonRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 27
|
||||
Width = 189
|
||||
Height = 26
|
||||
Top = 32
|
||||
Width = 197
|
||||
Caption = 'CleanCommonRadioButton'
|
||||
OnClick = CleanRadioButtonClick
|
||||
TabOrder = 1
|
||||
end
|
||||
object CleanAllRadioButton: TRadioButton
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 48
|
||||
Width = 189
|
||||
Height = 26
|
||||
Top = 58
|
||||
Width = 197
|
||||
Caption = 'CleanAllRadioButton'
|
||||
OnClick = CleanRadioButtonClick
|
||||
TabOrder = 2
|
||||
end
|
||||
object CleanOnceCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 75
|
||||
Width = 189
|
||||
Height = 22
|
||||
Top = 90
|
||||
Width = 197
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'CleanOnceCheckBox'
|
||||
TabOrder = 3
|
||||
@ -522,9 +523,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object CleanCommonCheckBox: TCheckBox
|
||||
AnchorSideTop.Control = CleanAutoRadioButton
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 22
|
||||
Top = 12
|
||||
Width = 173
|
||||
Width = 183
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'CleanCommonCheckBox'
|
||||
OnClick = CleanCommonCheckBoxClick
|
||||
|
Loading…
Reference in New Issue
Block a user