mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:19:20 +02:00
IDE, Configure Build Lazarus dialog: improve layout and localization
git-svn-id: trunk@28114 -
This commit is contained in:
parent
48a20553d3
commit
341b1368b7
@ -4,7 +4,6 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
Top = 113
|
Top = 113
|
||||||
Width = 620
|
Width = 620
|
||||||
VertScrollBar.Visible = False
|
VertScrollBar.Visible = False
|
||||||
ActiveControl = DetailsPanel
|
|
||||||
BorderIcons = [biSystemMenu]
|
BorderIcons = [biSystemMenu]
|
||||||
Caption = 'ConfigureBuildLazarusDlg'
|
Caption = 'ConfigureBuildLazarusDlg'
|
||||||
ClientHeight = 529
|
ClientHeight = 529
|
||||||
@ -18,19 +17,19 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.29'
|
||||||
object DetailsPanel: TPanel
|
object DetailsPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 486
|
Height = 491
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 620
|
Width = 620
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ClientHeight = 486
|
ClientHeight = 491
|
||||||
ClientWidth = 620
|
ClientWidth = 620
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object BuildProfileLabel: TLabel
|
object BuildProfileLabel: TLabel
|
||||||
AnchorSideTop.Control = DetailsPanel
|
AnchorSideTop.Control = DetailsPanel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 72
|
Width = 56
|
||||||
BorderSpacing.Top = 5
|
BorderSpacing.Top = 5
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Build Profile'
|
Caption = 'Build Profile'
|
||||||
@ -42,7 +41,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 24
|
||||||
Top = 38
|
Top = 36
|
||||||
Width = 354
|
Width = 354
|
||||||
DragReorder = False
|
DragReorder = False
|
||||||
Sections = <>
|
Sections = <>
|
||||||
@ -57,8 +56,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = MakeModeListHeader
|
AnchorSideRight.Control = MakeModeListHeader
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 176
|
Height = 183
|
||||||
Top = 62
|
Top = 60
|
||||||
Width = 356
|
Width = 356
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -72,19 +71,20 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object BuildProfileComboBox: TComboBox
|
object BuildProfileComboBox: TComboBox
|
||||||
|
AnchorSideLeft.Control = BuildProfileLabel
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = BuildProfileLabel
|
AnchorSideTop.Control = BuildProfileLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = BuildProfileButton
|
AnchorSideRight.Control = BuildProfileButton
|
||||||
Left = 120
|
Left = 70
|
||||||
Height = 24
|
Height = 21
|
||||||
Hint = 'Name of the active profile.'
|
Hint = 'Name of the active profile.'
|
||||||
Top = 8
|
Top = 9
|
||||||
Width = 454
|
Width = 499
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
OnSelect = BuildProfileComboBoxSelect
|
OnSelect = BuildProfileComboBoxSelect
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -97,12 +97,13 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Control = DetailsPanel
|
AnchorSideRight.Control = DetailsPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 580
|
Left = 575
|
||||||
Height = 25
|
Height = 23
|
||||||
Hint = 'Manage profiles'
|
Hint = 'Manage profiles'
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 33
|
Width = 38
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
@ -115,9 +116,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
||||||
AnchorSideTop.Control = OptionsMemo
|
AnchorSideTop.Control = OptionsMemo
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 278
|
Top = 280
|
||||||
Width = 49
|
Width = 38
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
@ -130,11 +131,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = BuildProfileButton
|
AnchorSideRight.Control = BuildProfileButton
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 133
|
Left = 120
|
||||||
Height = 56
|
Height = 56
|
||||||
Hint = 'Options passed to compiler'
|
Hint = 'Options passed to compiler'
|
||||||
Top = 274
|
Top = 276
|
||||||
Width = 480
|
Width = 493
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
@ -152,9 +153,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = MakeModeListHeader
|
AnchorSideTop.Control = MakeModeListHeader
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 367
|
Left = 367
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 42
|
Top = 41
|
||||||
Width = 47
|
Width = 37
|
||||||
BorderSpacing.Left = 7
|
BorderSpacing.Left = 7
|
||||||
Caption = 'Defines'
|
Caption = 'Defines'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -168,9 +169,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideBottom.Control = MakeModeListBox
|
AnchorSideBottom.Control = MakeModeListBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 367
|
Left = 367
|
||||||
Height = 178
|
Height = 186
|
||||||
Hint = 'Defines without -d'
|
Hint = 'Defines without -d'
|
||||||
Top = 60
|
Top = 57
|
||||||
Width = 246
|
Width = 246
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
@ -185,25 +186,26 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = LCLWidgetTypeComboBox
|
AnchorSideTop.Control = LCLWidgetTypeComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 248
|
Top = 252
|
||||||
Width = 102
|
Width = 82
|
||||||
BorderSpacing.Left = 5
|
BorderSpacing.Left = 5
|
||||||
Caption = 'LCL Widget Type'
|
Caption = 'LCL Widget Type'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object LCLWidgetTypeComboBox: TComboBox
|
object LCLWidgetTypeComboBox: TComboBox
|
||||||
AnchorSideLeft.Control = BuildProfileComboBox
|
AnchorSideLeft.Control = LCLWidgetTypeLabel
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MakeModeListBox
|
AnchorSideTop.Control = MakeModeListBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 133
|
Left = 120
|
||||||
Height = 24
|
Height = 21
|
||||||
Top = 244
|
Top = 249
|
||||||
Width = 163
|
Width = 163
|
||||||
BorderSpacing.Left = 13
|
BorderSpacing.Left = 32
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
@ -212,9 +214,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = TargetDirectoryComboBox
|
AnchorSideTop.Control = TargetDirectoryComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 339
|
Top = 341
|
||||||
Width = 102
|
Width = 80
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
Caption = 'Target Directory'
|
Caption = 'Target Directory'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -224,14 +226,14 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = OptionsMemo
|
AnchorSideTop.Control = OptionsMemo
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = TargetDirectoryButton
|
AnchorSideRight.Control = TargetDirectoryButton
|
||||||
Left = 133
|
Left = 120
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 336
|
Top = 338
|
||||||
Width = 441
|
Width = 449
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
end
|
end
|
||||||
object TargetOSLabel: TLabel
|
object TargetOSLabel: TLabel
|
||||||
@ -239,9 +241,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = TargetOSComboBox
|
AnchorSideTop.Control = TargetOSComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 368
|
Top = 368
|
||||||
Width = 63
|
Width = 50
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
Caption = 'Target OS'
|
Caption = 'Target OS'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -251,22 +253,25 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = TargetCPUComboBox
|
AnchorSideTop.Control = TargetCPUComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 14
|
||||||
Top = 397
|
Top = 395
|
||||||
Width = 69
|
Width = 56
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
Caption = 'Target CPU'
|
Caption = 'Target CPU'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object UpdateRevisionIncCheckBox: TCheckBox
|
object UpdateRevisionIncCheckBox: TCheckBox
|
||||||
|
AnchorSideLeft.Control = CleanAllCheckBox
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = CleanAllCheckBox
|
AnchorSideTop.Control = CleanAllCheckBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 437
|
Left = 417
|
||||||
Height = 21
|
Height = 17
|
||||||
Hint = 'Increment revision? (ToDo: get a better hint)'
|
Hint = 'Increment revision? (ToDo: get a better hint)'
|
||||||
Top = 366
|
Top = 367
|
||||||
Width = 199
|
Width = 155
|
||||||
|
BorderSpacing.Left = 12
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'UpdateRevisionIncCheckBox'
|
Caption = 'UpdateRevisionIncCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -279,11 +284,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = TargetOSComboBox
|
AnchorSideTop.Control = TargetOSComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 315
|
Left = 302
|
||||||
Height = 21
|
Height = 17
|
||||||
Hint = 'Like "make clean" on cmd line'
|
Hint = 'Like "make clean" on cmd line'
|
||||||
Top = 366
|
Top = 367
|
||||||
Width = 133
|
Width = 103
|
||||||
BorderSpacing.Left = 19
|
BorderSpacing.Left = 19
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'CleanAllCheckBox'
|
Caption = 'CleanAllCheckBox'
|
||||||
@ -297,13 +302,13 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = TargetOSComboBox
|
AnchorSideRight.Control = TargetOSComboBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 133
|
Left = 120
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 394
|
Top = 392
|
||||||
Width = 163
|
Width = 163
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
TabOrder = 10
|
TabOrder = 10
|
||||||
end
|
end
|
||||||
object WithStaticPackagesCheckBox: TCheckBox
|
object WithStaticPackagesCheckBox: TCheckBox
|
||||||
@ -311,11 +316,11 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = CleanAllCheckBox
|
AnchorSideTop.Control = CleanAllCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 315
|
Left = 302
|
||||||
Height = 21
|
Height = 17
|
||||||
Hint = 'Compile selected static packages into Lazarus binary'
|
Hint = 'Compile selected static packages into Lazarus binary'
|
||||||
Top = 393
|
Top = 390
|
||||||
Width = 207
|
Width = 159
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'WithStaticPackagesCheckBox'
|
Caption = 'WithStaticPackagesCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -328,7 +333,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 17
|
Height = 17
|
||||||
Top = 426
|
Top = 422
|
||||||
Width = 606
|
Width = 606
|
||||||
Caption = 'CommonsDividerBevel'
|
Caption = 'CommonsDividerBevel'
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -341,10 +346,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = CommonsDividerBevel
|
AnchorSideTop.Control = CommonsDividerBevel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 21
|
Height = 17
|
||||||
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 = 447
|
Top = 443
|
||||||
Width = 190
|
Width = 148
|
||||||
BorderSpacing.Left = 7
|
BorderSpacing.Left = 7
|
||||||
BorderSpacing.Top = 4
|
BorderSpacing.Top = 4
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -354,13 +359,15 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 12
|
TabOrder = 12
|
||||||
end
|
end
|
||||||
object ConfirmBuildCheckBox: TCheckBox
|
object ConfirmBuildCheckBox: TCheckBox
|
||||||
|
AnchorSideLeft.Control = RestartAfterBuildCheckBox
|
||||||
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||||
Left = 240
|
Left = 188
|
||||||
Height = 21
|
Height = 17
|
||||||
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
Hint = 'Show confirmation dialog when building directly from Tools menu'
|
||||||
Top = 447
|
Top = 443
|
||||||
Width = 160
|
Width = 124
|
||||||
BorderSpacing.Left = 220
|
BorderSpacing.Left = 32
|
||||||
Caption = 'ConfirmBuildCheckBox'
|
Caption = 'ConfirmBuildCheckBox'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -370,14 +377,14 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
AnchorSideTop.Control = RestartAfterBuildCheckBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = DefinesListBox
|
AnchorSideRight.Control = DefinesListBox
|
||||||
AnchorSideRight.Side = asrCenter
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 437
|
Left = 530
|
||||||
Height = 25
|
Height = 23
|
||||||
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 = 445
|
Top = 440
|
||||||
Width = 106
|
Width = 83
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.Top = 2
|
AutoSize = True
|
||||||
Caption = 'Edit Defines'
|
Caption = 'Edit Defines'
|
||||||
OnClick = DefinesButtonClick
|
OnClick = DefinesButtonClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -392,11 +399,12 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = TargetDirectoryComboBox
|
AnchorSideBottom.Control = TargetDirectoryComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 580
|
Left = 575
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 336
|
Top = 337
|
||||||
Width = 33
|
Width = 38
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
@ -409,33 +417,33 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
AnchorSideRight.Control = LCLWidgetTypeComboBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 133
|
Left = 120
|
||||||
Height = 23
|
Height = 21
|
||||||
Top = 365
|
Top = 365
|
||||||
Width = 163
|
Width = 163
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
TabOrder = 16
|
TabOrder = 16
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object CBLDBtnPanel: TPanel
|
object CBLDBtnPanel: TPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 43
|
Height = 38
|
||||||
Top = 486
|
Top = 491
|
||||||
Width = 620
|
Width = 620
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 43
|
ClientHeight = 38
|
||||||
ClientWidth = 620
|
ClientWidth = 620
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object CancelButton: TBitBtn
|
object CancelButton: TBitBtn
|
||||||
Left = 519
|
Left = 537
|
||||||
Height = 31
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 95
|
Width = 77
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -447,10 +455,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object SaveSettingsButton: TBitBtn
|
object SaveSettingsButton: TBitBtn
|
||||||
Left = 402
|
Left = 440
|
||||||
Height = 31
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 111
|
Width = 91
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -460,10 +468,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object CompileButton: TBitBtn
|
object CompileButton: TBitBtn
|
||||||
Left = 175
|
Left = 251
|
||||||
Height = 31
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 75
|
Width = 63
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -474,9 +482,9 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
end
|
end
|
||||||
object HelpButton: TBitBtn
|
object HelpButton: TBitBtn
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 31
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 82
|
Width = 66
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -487,10 +495,10 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object CompileAdvancedButton: TBitBtn
|
object CompileAdvancedButton: TBitBtn
|
||||||
Left = 256
|
Left = 320
|
||||||
Height = 31
|
Height = 26
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 140
|
Width = 114
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
@ -778,12 +778,15 @@ begin
|
|||||||
RestartAfterBuildCheckBox.Caption := lisLazBuildRestartAfterBuild;
|
RestartAfterBuildCheckBox.Caption := lisLazBuildRestartAfterBuild;
|
||||||
ConfirmBuildCheckBox.Caption := lisLazBuildConfirmBuild;
|
ConfirmBuildCheckBox.Caption := lisLazBuildConfirmBuild;
|
||||||
|
|
||||||
CompileButton.Caption := lisLazBuildBuild;
|
CompileButton.Caption := lisLazBuildBuild2;
|
||||||
CompileAdvancedButton.Caption := lisLazBuildBuildAdvanced;
|
CompileAdvancedButton.Caption := lisLazBuildBuildAdvanced;
|
||||||
SaveSettingsButton.Caption := lisLazBuildSaveSettings;
|
SaveSettingsButton.Caption := lisLazBuildSaveSettings;
|
||||||
CancelButton.Caption := lisLazBuildCancel;
|
CancelButton.Caption := lisLazBuildCancel;
|
||||||
HelpButton.Caption := lisMenuHelp;
|
HelpButton.Caption := lisMenuHelp;
|
||||||
|
|
||||||
|
DefinesLabel.Caption := lisLazBuildDefines;
|
||||||
|
DefinesButton.Caption := lisLazBuildEditDefines;
|
||||||
|
|
||||||
CompileButton.LoadGlyphFromLazarusResource('menu_build');
|
CompileButton.LoadGlyphFromLazarusResource('menu_build');
|
||||||
CompileAdvancedButton.LoadGlyphFromLazarusResource('menu_build_all');
|
CompileAdvancedButton.LoadGlyphFromLazarusResource('menu_build_all');
|
||||||
SaveSettingsButton.LoadGlyphFromStock(idButtonSave);
|
SaveSettingsButton.LoadGlyphFromStock(idButtonSave);
|
||||||
|
@ -2797,6 +2797,7 @@ resourcestring
|
|||||||
lisLazBuildCancel = 'Cancel';
|
lisLazBuildCancel = 'Cancel';
|
||||||
lisLazBuildNone = 'None';
|
lisLazBuildNone = 'None';
|
||||||
lisLazBuildBuild = 'Build';
|
lisLazBuildBuild = 'Build';
|
||||||
|
lisLazBuildBuild2 = 'Build';
|
||||||
lisLazBuildBuildAdvanced = 'Build Advanced';
|
lisLazBuildBuildAdvanced = 'Build Advanced';
|
||||||
lisLazBuildCleanBuild = 'Clean+Build';
|
lisLazBuildCleanBuild = 'Clean+Build';
|
||||||
lisLazBuildManageProfiles ='Manage Build Profiles';
|
lisLazBuildManageProfiles ='Manage Build Profiles';
|
||||||
@ -2813,6 +2814,8 @@ resourcestring
|
|||||||
lisLazBuildABOPart = 'Part';
|
lisLazBuildABOPart = 'Part';
|
||||||
lisLazBuildABOAction = 'Action';
|
lisLazBuildABOAction = 'Action';
|
||||||
lisLazBuildABOChooseOutputDir = 'Choose output directory of the IDE executable ';
|
lisLazBuildABOChooseOutputDir = 'Choose output directory of the IDE executable ';
|
||||||
|
lisLazBuildDefines = 'Defines';
|
||||||
|
lisLazBuildEditDefines = 'Edit Defines';
|
||||||
|
|
||||||
// compiler
|
// compiler
|
||||||
lisCompilerErrorInvalidCompiler = 'Error: invalid compiler: %s';
|
lisCompilerErrorInvalidCompiler = 'Error: invalid compiler: %s';
|
||||||
|
Loading…
Reference in New Issue
Block a user