IDE: enlarge buttons in Project Inspector

git-svn-id: trunk@31680 -
This commit is contained in:
juha 2011-07-12 17:50:51 +00:00
parent ef6c622afb
commit b2189d01a7

View File

@ -2,21 +2,21 @@ object ProjectInspectorForm: TProjectInspectorForm
Left = 389 Left = 389
Height = 474 Height = 474
Top = 328 Top = 328
Width = 400 Width = 425
ActiveControl = ItemsTreeView ActiveControl = ItemsTreeView
Caption = 'ProjectInspectorForm' Caption = 'ProjectInspectorForm'
ClientHeight = 474 ClientHeight = 474
ClientWidth = 400 ClientWidth = 425
OnShow = ProjectInspectorFormShow OnShow = ProjectInspectorFormShow
LCLVersion = '0.9.31' LCLVersion = '0.9.31'
object ItemsTreeView: TTreeView object ItemsTreeView: TTreeView
Left = 0 Left = 0
Height = 448 Height = 444
Top = 26 Top = 30
Width = 400 Width = 425
Align = alClient Align = alClient
BorderSpacing.Top = 2 BorderSpacing.Top = 2
DefaultItemHeight = 15 DefaultItemHeight = 17
PopupMenu = ItemsPopupMenu PopupMenu = ItemsPopupMenu
ReadOnly = True ReadOnly = True
RightClickSelect = True RightClickSelect = True
@ -28,17 +28,16 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object BtnPanel: TPanel object BtnPanel: TPanel
Left = 0 Left = 0
Height = 24 Height = 28
Top = 0 Top = 0
Width = 400 Width = 425
Align = alTop Align = alTop
AutoSize = True ClientHeight = 28
ClientHeight = 24 ClientWidth = 425
ClientWidth = 400
TabOrder = 1 TabOrder = 1
object DummySpeedButton: TSpeedButton object DummySpeedButton: TSpeedButton
Left = 161 Left = 161
Height = 22 Height = 26
Top = 1 Top = 1
Width = 15 Width = 15
Align = alLeft Align = alLeft
@ -46,7 +45,7 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object OpenBitBtn: TSpeedButton object OpenBitBtn: TSpeedButton
Left = 1 Left = 1
Height = 22 Height = 26
Top = 1 Top = 1
Width = 40 Width = 40
Align = alLeft Align = alLeft
@ -59,7 +58,7 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object AddBitBtn: TSpeedButton object AddBitBtn: TSpeedButton
Left = 41 Left = 41
Height = 22 Height = 26
Top = 1 Top = 1
Width = 40 Width = 40
Align = alLeft Align = alLeft
@ -72,7 +71,7 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object RemoveBitBtn: TSpeedButton object RemoveBitBtn: TSpeedButton
Left = 81 Left = 81
Height = 22 Height = 26
Top = 1 Top = 1
Width = 40 Width = 40
Align = alLeft Align = alLeft
@ -85,7 +84,7 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object OptionsBitBtn: TSpeedButton object OptionsBitBtn: TSpeedButton
Left = 121 Left = 121
Height = 22 Height = 26
Top = 1 Top = 1
Width = 40 Width = 40
Align = alLeft Align = alLeft
@ -98,9 +97,9 @@ object ProjectInspectorForm: TProjectInspectorForm
end end
object DirectoryHierarchySpeedButton: TSpeedButton object DirectoryHierarchySpeedButton: TSpeedButton
Left = 176 Left = 176
Height = 22 Height = 26
Top = 1 Top = 1
Width = 25 Width = 30
Align = alLeft Align = alLeft
AllowAllUp = True AllowAllUp = True
AutoSize = True AutoSize = True
@ -111,10 +110,10 @@ object ProjectInspectorForm: TProjectInspectorForm
ParentShowHint = False ParentShowHint = False
end end
object SortAlphabeticallySpeedButton: TSpeedButton object SortAlphabeticallySpeedButton: TSpeedButton
Left = 201 Left = 206
Height = 22 Height = 26
Top = 1 Top = 1
Width = 25 Width = 30
Align = alLeft Align = alLeft
AllowAllUp = True AllowAllUp = True
AutoSize = True AutoSize = True
@ -127,14 +126,15 @@ object ProjectInspectorForm: TProjectInspectorForm
object FilterEdit: TListFilterEdit object FilterEdit: TListFilterEdit
AnchorSideLeft.Control = SortAlphabeticallySpeedButton AnchorSideLeft.Control = SortAlphabeticallySpeedButton
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
Left = 226 Left = 238
Height = 20 Height = 23
Top = 3 Top = 4
Width = 154 Width = 164
FilteredTreeview = ItemsTreeView FilteredTreeview = ItemsTreeView
ButtonWidth = 23 ButtonWidth = 23
NumGlyphs = 0 NumGlyphs = 0
Anchors = [akLeft, akRight] Anchors = [akLeft, akRight]
BorderSpacing.Left = 2
Font.Color = clBtnShadow Font.Color = clBtnShadow
MaxLength = 0 MaxLength = 0
ParentFont = False ParentFont = False