mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
IDE: Tweak the Build Mode manager GUI a little more.
git-svn-id: trunk@47576 -
This commit is contained in:
parent
205a10bfc3
commit
63e79c85cd
@ -20,20 +20,20 @@ object BuildModesForm: TBuildModesForm
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'BuildModesGroupBox'
|
||||
ClientHeight = 280
|
||||
ClientHeight = 286
|
||||
ClientWidth = 596
|
||||
TabOrder = 0
|
||||
object BuildModesStringGrid: TStringGrid
|
||||
AnchorSideTop.Control = AddSpeedButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 251
|
||||
Top = 29
|
||||
Height = 254
|
||||
Top = 32
|
||||
Width = 596
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
AutoFillColumns = True
|
||||
BorderSpacing.Top = 7
|
||||
BorderSpacing.Top = 10
|
||||
ColCount = 3
|
||||
Columns = <
|
||||
item
|
||||
@ -131,17 +131,17 @@ object BuildModesForm: TBuildModesForm
|
||||
AnchorSideTop.Control = DiffSpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 160
|
||||
Height = 20
|
||||
Top = 1
|
||||
Width = 69
|
||||
Height = 15
|
||||
Top = 4
|
||||
Width = 62
|
||||
Caption = 'NoteLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object btnCreateDefaultModes: TButton
|
||||
Left = 339
|
||||
Height = 30
|
||||
Top = -7
|
||||
Width = 251
|
||||
Left = 374
|
||||
Height = 27
|
||||
Top = -3
|
||||
Width = 216
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
Caption = 'Create Debug and Release modes'
|
||||
@ -151,8 +151,8 @@ object BuildModesForm: TBuildModesForm
|
||||
end
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 38
|
||||
Top = 322
|
||||
Height = 36
|
||||
Top = 324
|
||||
Width = 600
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.DefaultCaption = True
|
||||
|
Loading…
Reference in New Issue
Block a user