lazarus/ide/projectinspector.lfm
2011-07-03 13:38:54 +00:00

150 lines
3.5 KiB
Plaintext

object ProjectInspectorForm: TProjectInspectorForm
Left = 389
Height = 474
Top = 328
Width = 400
ActiveControl = ItemsTreeView
Caption = 'ProjectInspectorForm'
ClientHeight = 474
ClientWidth = 400
OnShow = ProjectInspectorFormShow
LCLVersion = '0.9.31'
object ItemsTreeView: TTreeView
Left = 0
Height = 448
Top = 26
Width = 400
Align = alClient
BorderSpacing.Top = 2
DefaultItemHeight = 15
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 = 24
Top = 0
Width = 400
Align = alTop
AutoSize = True
ClientHeight = 24
ClientWidth = 400
TabOrder = 1
object DummySpeedButton: TSpeedButton
Left = 161
Height = 22
Top = 1
Width = 15
Align = alLeft
NumGlyphs = 0
end
object OpenBitBtn: TSpeedButton
Left = 1
Height = 22
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 = 22
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 = 22
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 = 22
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 = 22
Top = 1
Width = 25
Align = alLeft
AllowAllUp = True
AutoSize = True
GroupIndex = 1
NumGlyphs = 0
OnClick = DirectoryHierarchySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object SortAlphabeticallySpeedButton: TSpeedButton
Left = 201
Height = 22
Top = 1
Width = 25
Align = alLeft
AllowAllUp = True
AutoSize = True
GroupIndex = 2
NumGlyphs = 0
OnClick = SortAlphabeticallySpeedButtonClick
ShowHint = True
ParentShowHint = False
end
object FilterEdit: TListFilterEdit
AnchorSideLeft.Control = SortAlphabeticallySpeedButton
AnchorSideLeft.Side = asrBottom
Left = 226
Height = 20
Top = 3
Width = 154
FilteredTreeview = ItemsTreeView
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akLeft, akRight]
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 0
end
end
object ItemsPopupMenu: TPopupMenu
OnPopup = ItemsPopupMenuPopup
left = 65
top = 59
end
end