lazarus/ide/projectinspector.lfm
juha 9a304450fc Use new TreeFilterEdit where appropriate.
git-svn-id: trunk@31752 -
2011-07-19 22:21:26 +00:00

150 lines
3.5 KiB
Plaintext

object ProjectInspectorForm: TProjectInspectorForm
Left = 389
Height = 474
Top = 328
Width = 425
ActiveControl = ItemsTreeView
Caption = 'ProjectInspectorForm'
ClientHeight = 474
ClientWidth = 425
OnShow = ProjectInspectorFormShow
LCLVersion = '0.9.31'
object ItemsTreeView: TTreeView
Left = 0
Height = 444
Top = 30
Width = 425
Align = alClient
BorderSpacing.Top = 2
DefaultItemHeight = 17
PopupMenu = ItemsPopupMenu
ReadOnly = True
RightClickSelect = True
TabOrder = 0
OnDblClick = ItemsTreeViewDblClick
OnKeyDown = ItemsTreeViewKeyDown
OnSelectionChanged = ItemsTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object BtnPanel: TPanel
Left = 0
Height = 28
Top = 0
Width = 425
Align = alTop
ClientHeight = 28
ClientWidth = 425
TabOrder = 1
object DummySpeedButton: TSpeedButton
Left = 161
Height = 26
Top = 1
Width = 15
Align = alLeft
NumGlyphs = 0
end
object OpenBitBtn: TSpeedButton
Left = 1
Height = 26
Top = 1
Width = 40
Align = alLeft
AutoSize = True
Constraints.MinWidth = 25
NumGlyphs = 0
OnClick = OpenBitBtnClick
ShowHint = True
ParentShowHint = False
end
object AddBitBtn: TSpeedButton
Left = 41
Height = 26
Top = 1
Width = 40
Align = alLeft
AutoSize = True
Constraints.MinWidth = 25
NumGlyphs = 0
OnClick = AddBitBtnClick
ShowHint = True
ParentShowHint = False
end
object RemoveBitBtn: TSpeedButton
Left = 81
Height = 26
Top = 1
Width = 40
Align = alLeft
AutoSize = True
Constraints.MinWidth = 25
NumGlyphs = 0
OnClick = RemoveBitBtnClick
ShowHint = True
ParentShowHint = False
end
object OptionsBitBtn: TSpeedButton
Left = 121
Height = 26
Top = 1
Width = 40
Align = alLeft
AutoSize = True
Constraints.MinWidth = 25
NumGlyphs = 0
OnClick = OptionsBitBtnClick
ShowHint = True
ParentShowHint = False
end
object DirectoryHierarchySpeedButton: TSpeedButton
Left = 176
Height = 26
Top = 1
Width = 30
Align = alLeft
AllowAllUp = True
AutoSize = True
GroupIndex = 1
NumGlyphs = 0
OnClick = DirectoryHierarchySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object SortAlphabeticallySpeedButton: TSpeedButton
Left = 206
Height = 26
Top = 1
Width = 30
Align = alLeft
AllowAllUp = True
AutoSize = True
GroupIndex = 2
NumGlyphs = 0
OnClick = SortAlphabeticallySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object FilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = SortAlphabeticallySpeedButton
AnchorSideLeft.Side = asrBottom
Left = 238
Height = 23
Top = 4
Width = 164
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akLeft, akRight]
BorderSpacing.Left = 2
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 0
FilteredTreeview = ItemsTreeView
end
end
object ItemsPopupMenu: TPopupMenu
OnPopup = ItemsPopupMenuPopup
left = 65
top = 59
end
end