IDE: improved layout build laz dialog

git-svn-id: trunk@23951 -
This commit is contained in:
mattias 2010-03-11 20:57:43 +00:00
parent 11242b1bc4
commit b14c713a33

View File

@ -14,7 +14,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '0.9.27'
LCLVersion = '0.9.29'
object CBLDBtnPanel: TPanel
AnchorSideLeft.Control = Notebook
AnchorSideTop.Control = Notebook
@ -22,21 +22,21 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Control = Notebook
AnchorSideRight.Side = asrBottom
Left = 0
Height = 38
Top = 524
Height = 44
Top = 518
Width = 489
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 38
ClientHeight = 44
ClientWidth = 489
TabOrder = 0
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
Left = 406
Height = 26
Left = 405
Height = 32
Top = 6
Width = 77
Width = 78
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
@ -49,10 +49,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
end
object SaveSettingsButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 309
Height = 26
Left = 297
Height = 32
Top = 6
Width = 91
Width = 102
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
@ -63,10 +63,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
end
object CompileButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 240
Height = 26
Left = 224
Height = 32
Top = 6
Width = 63
Width = 67
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
@ -77,9 +77,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
end
object HelpButton: TBitBtn
Left = 6
Height = 26
Height = 32
Top = 6
Width = 66
Width = 64
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
@ -97,24 +97,24 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CBLDBtnPanel
Left = 0
Height = 524
Height = 518
Top = 0
Width = 489
Anchors = [akTop, akLeft, akRight, akBottom]
OnEnter = NotebookPageChanged
OnPageChanged = NotebookPageChanged
PageIndex = 1
PageIndex = 0
TabOrder = 1
object QuickBuildOptionsPage: TPage
AnchorSideBottom.Side = asrBottom
Caption = 'QuickBuildOptions'
ClientWidth = 481
ClientHeight = 488
ClientWidth = 487
ClientHeight = 491
object QuickLCLInterfaceComboLabel: TLabel
AnchorSideLeft.Control = QuickBuildOptionsRadioGroup
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 286
Left = 240
Height = 18
Top = 44
Width = 195
@ -126,7 +126,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideLeft.Control = QuickLCLInterfaceComboLabel
AnchorSideRight.Control = QuickBuildOptionsPage
AnchorSideRight.Side = asrBottom
Left = 286
Left = 240
Height = 18
Top = 84
Width = 40
@ -137,7 +137,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
object IDELCLLabel: TLabel
AnchorSideLeft.Control = QuickLCLInterfaceComboLabel
AnchorSideRight.Side = asrBottom
Left = 286
Left = 240
Height = 18
Top = 132
Width = 22
@ -148,16 +148,14 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
object AppLCLInterfaceComboBox: TComboBox
AnchorSideRight.Control = QuickBuildOptionsPage
AnchorSideRight.Side = asrBottom
Left = 357
Height = 21
Left = 363
Height = 29
Top = 76
Width = 100
Anchors = [akTop, akRight]
AutoComplete = False
BorderSpacing.Right = 24
Enabled = False
ItemHeight = 13
ItemWidth = 0
ItemHeight = 0
OnChange = AppLCLInterfaceComboBoxChange
TabOrder = 0
Text = '(none)'
@ -165,16 +163,14 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
object IDELCLInterfaceComboBox: TComboBox
AnchorSideRight.Control = QuickBuildOptionsPage
AnchorSideRight.Side = asrBottom
Left = 357
Height = 21
Left = 363
Height = 29
Top = 124
Width = 100
Anchors = [akTop, akRight]
AutoComplete = False
BorderSpacing.Right = 24
Enabled = False
ItemHeight = 13
ItemWidth = 0
ItemHeight = 0
OnChange = AppLCLInterfaceComboBoxChange
TabOrder = 1
Text = '(none)'
@ -182,10 +178,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
object QuickBuildOptionsRadioGroup: TRadioGroup
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 264
Height = 163
Top = 4
Width = 256
Width = 210
AutoFill = True
AutoSize = True
BorderSpacing.Right = 24
Caption = 'QuickBuildOptionsRadioGroup'
ChildSizing.LeftRightSpacing = 6
@ -196,8 +193,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 246
ClientWidth = 252
ClientHeight = 144
ClientWidth = 206
ItemIndex = 5
Items.Strings = (
'Build LCL'
@ -213,15 +210,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
end
object AdvancedBuildOptionsPage: TPage
Caption = 'AdvancedBuildOptions'
ClientWidth = 481
ClientHeight = 498
ClientWidth = 487
ClientHeight = 491
object OptionsLabel: TLabel
AnchorSideTop.Control = ItemsListBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 14
Top = 296
Width = 38
Height = 18
Top = 289
Width = 50
BorderSpacing.Top = 19
Caption = 'Options'
ParentColor = False
@ -230,9 +227,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideLeft.Control = OptionsLabel
AnchorSideTop.Control = TargetOsEdit
Left = 6
Height = 14
Top = 325
Width = 50
Height = 18
Top = 322
Width = 63
Caption = 'Target OS'
ParentColor = False
end
@ -240,9 +237,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideLeft.Control = TargetOSLabel
AnchorSideTop.Control = TargetDirectoryComboBox
Left = 6
Height = 14
Top = 354
Width = 80
Height = 18
Top = 355
Width = 102
Caption = 'Target Directory'
ParentColor = False
end
@ -250,9 +247,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideLeft.Control = TargetDirectoryLabel
AnchorSideTop.Control = TargetCPUComboBox
Left = 6
Height = 14
Top = 381
Width = 56
Height = 18
Top = 390
Width = 71
Caption = 'Target CPU'
ParentColor = False
end
@ -274,9 +271,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CleanAllCheckBox
Left = 320
Height = 215
Height = 198
Top = 6
Width = 155
Width = 161
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True
BorderSpacing.Around = 6
@ -297,9 +294,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = WithStaticPackagesCheckBox
Left = 320
Height = 17
Top = 237
Width = 59
Height = 22
Top = 220
Width = 79
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 16
BorderSpacing.Bottom = 6
@ -313,9 +310,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideBottom.Control = ItemsListBox
AnchorSideBottom.Side = asrBottom
Left = 320
Height = 17
Top = 260
Width = 164
Height = 22
Top = 248
Width = 211
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 6
Caption = 'WithStaticPackagesCheckBox'
@ -327,7 +324,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Control = ItemListHeader
AnchorSideRight.Side = asrBottom
Left = 6
Height = 249
Height = 242
Top = 28
Width = 308
Anchors = [akTop, akLeft, akRight, akBottom]
@ -340,17 +337,17 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
ShowHint = True
Style = lbOwnerDrawFixed
TabOrder = 3
TopIndex = -1
end
object OptionsEdit: TEdit
AnchorSideTop.Control = OptionsLabel
AnchorSideRight.Control = AdvancedBuildOptionsPage
AnchorSideRight.Side = asrBottom
Left = 156
Height = 23
Top = 296
Width = 319
Height = 27
Top = 289
Width = 325
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Right = 6
TabOrder = 4
end
@ -360,11 +357,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Control = AdvancedBuildOptionsPage
AnchorSideRight.Side = asrBottom
Left = 156
Height = 23
Top = 325
Width = 319
Height = 27
Top = 322
Width = 325
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
TabOrder = 5
end
@ -374,13 +370,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = TargetDirectoryButton
Left = 156
Height = 21
Top = 354
Width = 291
Height = 29
Top = 355
Width = 295
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
ItemHeight = 13
ItemWidth = 0
ItemHeight = 0
TabOrder = 6
end
object TargetCPUComboBox: TComboBox
@ -390,14 +384,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Control = TargetDirectoryComboBox
AnchorSideRight.Side = asrBottom
Left = 156
Height = 21
Top = 381
Width = 291
Height = 29
Top = 390
Width = 295
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Top = 6
ItemHeight = 13
ItemWidth = 0
ItemHeight = 0
TabOrder = 7
end
object TargetDirectoryButton: TButton
@ -406,10 +398,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TargetDirectoryComboBox
AnchorSideBottom.Side = asrBottom
Left = 453
Height = 21
Top = 354
Width = 22
Left = 457
Height = 29
Top = 355
Width = 24
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
@ -422,9 +414,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 412
Width = 146
Height = 22
Top = 429
Width = 194
BorderSpacing.Top = 10
BorderSpacing.Bottom = 6
Caption = 'RestartAfterBuildCheckBox'
@ -435,9 +427,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
AnchorSideTop.Control = RestartAfterBuildCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 435
Width = 125
Height = 22
Top = 457
Width = 168
BorderSpacing.Top = 6
Caption = 'ConfirmBuildCheckBox'
TabOrder = 10