mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:20:24 +02:00
Build Lazarus dialog: leave space at bottom to prevent clipping.
git-svn-id: trunk@28069 -
This commit is contained in:
parent
3ccc0e702d
commit
9eee5d1c46
@ -1,12 +1,13 @@
|
||||
object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
Left = 333
|
||||
Height = 559
|
||||
Height = 572
|
||||
Top = 113
|
||||
Width = 611
|
||||
VertScrollBar.Visible = False
|
||||
ActiveControl = DetailsPanel
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'ConfigureBuildLazarusDlg'
|
||||
ClientHeight = 559
|
||||
ClientHeight = 572
|
||||
ClientWidth = 611
|
||||
Constraints.MinHeight = 400
|
||||
Constraints.MinWidth = 305
|
||||
@ -17,11 +18,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
LCLVersion = '0.9.29'
|
||||
object DetailsPanel: TPanel
|
||||
Left = 0
|
||||
Height = 515
|
||||
Height = 534
|
||||
Top = 0
|
||||
Width = 611
|
||||
Align = alClient
|
||||
ClientHeight = 515
|
||||
ClientHeight = 534
|
||||
ClientWidth = 611
|
||||
TabOrder = 0
|
||||
object BuildProfileLabel: TLabel
|
||||
@ -45,7 +46,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 398
|
||||
Height = 199
|
||||
Top = 36
|
||||
Top = 38
|
||||
Width = 212
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFill = True
|
||||
@ -65,12 +66,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object DetailSettingPanel: TPanel
|
||||
Left = 1
|
||||
Height = 273
|
||||
Top = 241
|
||||
Height = 290
|
||||
Top = 243
|
||||
Width = 609
|
||||
Align = alBottom
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 273
|
||||
ClientHeight = 290
|
||||
ClientWidth = 609
|
||||
TabOrder = 4
|
||||
object OptionsLabel: TLabel
|
||||
@ -79,7 +80,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 5
|
||||
Height = 16
|
||||
Top = 113
|
||||
Top = 122
|
||||
Width = 49
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Top = 11
|
||||
@ -93,7 +94,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 5
|
||||
Height = 16
|
||||
Top = 30
|
||||
Top = 33
|
||||
Width = 63
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Target OS'
|
||||
@ -105,7 +106,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 5
|
||||
Height = 16
|
||||
Top = 3
|
||||
Top = 4
|
||||
Width = 102
|
||||
Alignment = taRightJustify
|
||||
BorderSpacing.Left = 5
|
||||
@ -118,7 +119,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 5
|
||||
Height = 16
|
||||
Top = 57
|
||||
Top = 62
|
||||
Width = 69
|
||||
Alignment = taRightJustify
|
||||
Caption = 'Target CPU'
|
||||
@ -127,7 +128,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object TargetDirectoryComboBox: TComboBox
|
||||
AnchorSideTop.Control = DetailSettingPanel
|
||||
Left = 127
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 1
|
||||
Width = 416
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -146,7 +147,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 555
|
||||
Height = 23
|
||||
Top = 0
|
||||
Top = 1
|
||||
Width = 44
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Right = 6
|
||||
@ -160,8 +161,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 127
|
||||
Height = 21
|
||||
Top = 55
|
||||
Height = 23
|
||||
Top = 59
|
||||
Width = 248
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -173,10 +174,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = CommonsDividerBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 20
|
||||
Height = 23
|
||||
Hint = 'Restart Lazarus automatically after building the IDE. Has no effect when building other parts'
|
||||
Top = 232
|
||||
Width = 189
|
||||
Top = 241
|
||||
Width = 190
|
||||
BorderSpacing.Left = 7
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -189,10 +190,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideLeft.Control = DetailSettingPanel
|
||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||
Left = 220
|
||||
Height = 20
|
||||
Height = 23
|
||||
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
||||
Top = 232
|
||||
Width = 159
|
||||
Top = 241
|
||||
Width = 160
|
||||
BorderSpacing.Left = 220
|
||||
Caption = 'ConfirmBuildCheckBox'
|
||||
ParentShowHint = False
|
||||
@ -204,10 +205,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = UpdateRevisionIncCheckBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 220
|
||||
Height = 20
|
||||
Height = 23
|
||||
Hint = 'Like "make clean" on cmd line'
|
||||
Top = 82
|
||||
Width = 132
|
||||
Top = 88
|
||||
Width = 133
|
||||
BorderSpacing.Left = 220
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'CleanAllCheckBox'
|
||||
@ -221,10 +222,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 220
|
||||
Height = 20
|
||||
Height = 23
|
||||
Hint = 'Compile selected static packages into Lazarus binary'
|
||||
Top = 108
|
||||
Width = 206
|
||||
Top = 117
|
||||
Width = 207
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'WithStaticPackagesCheckBox'
|
||||
ParentShowHint = False
|
||||
@ -237,8 +238,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 127
|
||||
Height = 21
|
||||
Top = 28
|
||||
Height = 23
|
||||
Top = 30
|
||||
Width = 248
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -251,10 +252,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 20
|
||||
Height = 23
|
||||
Hint = 'Increment revision? (ToDo: get a better hint)'
|
||||
Top = 82
|
||||
Width = 198
|
||||
Top = 88
|
||||
Width = 199
|
||||
BorderSpacing.Left = 7
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'UpdateRevisionIncCheckBox'
|
||||
@ -268,7 +269,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 7
|
||||
Height = 17
|
||||
Top = 211
|
||||
Top = 220
|
||||
Width = 594
|
||||
Caption = 'CommonsDividerBevel'
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -284,7 +285,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
Left = 5
|
||||
Height = 73
|
||||
Hint = 'Options passed to compiler'
|
||||
Top = 131
|
||||
Top = 140
|
||||
Width = 370
|
||||
BorderSpacing.Top = 2
|
||||
Lines.Strings = (
|
||||
@ -303,9 +304,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideBottom.Control = OptionsMemo
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 399
|
||||
Height = 161
|
||||
Height = 168
|
||||
Hint = 'Defines without -d'
|
||||
Top = 43
|
||||
Top = 45
|
||||
Width = 202
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 2
|
||||
@ -314,13 +315,14 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
PopupMenu = OptionsPopupMenu
|
||||
ShowHint = True
|
||||
TabOrder = 8
|
||||
TopIndex = -1
|
||||
end
|
||||
object DefinesLabel: TLabel
|
||||
AnchorSideTop.Control = TargetDirectoryComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 399
|
||||
Height = 16
|
||||
Top = 25
|
||||
Top = 27
|
||||
Width = 47
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'Defines'
|
||||
@ -334,7 +336,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
Left = 447
|
||||
Height = 25
|
||||
Hint = 'Edit list of defines which can be used by any profile'
|
||||
Top = 230
|
||||
Top = 240
|
||||
Width = 106
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
@ -350,7 +352,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Control = LCLInterfaceRadioGroup
|
||||
Left = 4
|
||||
Height = 24
|
||||
Top = 37
|
||||
Top = 39
|
||||
Width = 388
|
||||
DragReorder = False
|
||||
Sections = <>
|
||||
@ -367,7 +369,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideBottom.Control = DetailSettingPanel
|
||||
Left = 1
|
||||
Height = 174
|
||||
Top = 61
|
||||
Top = 63
|
||||
Width = 391
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -379,6 +381,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ShowHint = True
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 2
|
||||
TopIndex = -1
|
||||
end
|
||||
object BuildProfileComboBox: TComboBox
|
||||
AnchorSideLeft.Control = BuildProfileLabel
|
||||
@ -387,10 +390,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = BuildProfileButton
|
||||
Left = 86
|
||||
Height = 21
|
||||
Height = 25
|
||||
Hint = 'Name of the active profile.'
|
||||
Top = 10
|
||||
Width = 437
|
||||
Top = 8
|
||||
Width = 489
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
@ -407,11 +410,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AnchorSideRight.Control = DetailsPanel
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 529
|
||||
Left = 581
|
||||
Height = 25
|
||||
Hint = 'Manage profiles'
|
||||
Top = 8
|
||||
Width = 75
|
||||
Width = 23
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -426,20 +429,20 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
object CBLDBtnPanel: TPanel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 44
|
||||
Top = 515
|
||||
Height = 38
|
||||
Top = 534
|
||||
Width = 611
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 44
|
||||
ClientHeight = 38
|
||||
ClientWidth = 611
|
||||
TabOrder = 1
|
||||
object CancelButton: TBitBtn
|
||||
Left = 528
|
||||
Height = 32
|
||||
Left = 531
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 77
|
||||
Width = 74
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -451,10 +454,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 4
|
||||
end
|
||||
object SaveSettingsButton: TBitBtn
|
||||
Left = 427
|
||||
Height = 32
|
||||
Left = 423
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 95
|
||||
Width = 102
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -464,10 +467,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 3
|
||||
end
|
||||
object CompileButton: TBitBtn
|
||||
Left = 216
|
||||
Height = 32
|
||||
Left = 214
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
Width = 66
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -478,9 +481,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
Left = 6
|
||||
Height = 32
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
Width = 61
|
||||
Align = alLeft
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -491,10 +494,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
TabOrder = 0
|
||||
end
|
||||
object CompileAdvancedButton: TBitBtn
|
||||
Left = 297
|
||||
Height = 32
|
||||
Left = 286
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 124
|
||||
Width = 131
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
Loading…
Reference in New Issue
Block a user