IDE: fixed layout

git-svn-id: trunk@42083 -
This commit is contained in:
mattias 2013-07-13 21:37:11 +00:00
parent 28d682021c
commit 094b0b1351

View File

@ -9,15 +9,15 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
ClientWidth = 503 ClientWidth = 503
OnCreate = FormCreate OnCreate = FormCreate
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.29' LCLVersion = '1.1'
object UnitsTreeView: TTreeView object UnitsTreeView: TTreeView
Left = 6 Left = 6
Height = 291 Height = 289
Top = 6 Top = 6
Width = 491 Width = 491
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
DefaultItemHeight = 17 DefaultItemHeight = 18
MultiSelect = True MultiSelect = True
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
@ -27,23 +27,24 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
end end
object Panel1: TPanel object Panel1: TPanel
Left = 0 Left = 0
Height = 40 Height = 42
Top = 303 Top = 301
Width = 503 Width = 503
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
ChildSizing.LeftRightSpacing = 6 ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6 ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 10 ChildSizing.HorizontalSpacing = 10
ClientHeight = 40 ClientHeight = 42
ClientWidth = 503 ClientWidth = 503
TabOrder = 1 TabOrder = 1
object CancelBitBtn: TBitBtn object CancelBitBtn: TBitBtn
Left = 421 Left = 421
Height = 26 Height = 28
Top = 7 Top = 7
Width = 75 Width = 75
Align = alRight Align = alRight
AutoSize = True
Cancel = True Cancel = True
Caption = 'Cancel' Caption = 'Cancel'
Constraints.MinWidth = 75 Constraints.MinWidth = 75
@ -53,10 +54,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
TabOrder = 0 TabOrder = 0
end end
object RemoveSelectedBitBtn: TBitBtn object RemoveSelectedBitBtn: TBitBtn
Left = 266 Left = 270
Height = 26 Height = 28
Top = 7 Top = 7
Width = 145 Width = 141
Align = alRight Align = alRight
AutoSize = True AutoSize = True
Caption = 'RemoveSelectedBitBtn' Caption = 'RemoveSelectedBitBtn'
@ -66,10 +67,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
TabOrder = 1 TabOrder = 1
end end
object RemoveAllBitBtn: TBitBtn object RemoveAllBitBtn: TBitBtn
Left = 141 Left = 153
Height = 26 Height = 28
Top = 7 Top = 7
Width = 115 Width = 107
Align = alRight Align = alRight
AutoSize = True AutoSize = True
Caption = 'RemoveAllBitBtn' Caption = 'RemoveAllBitBtn'