lazarus/ide/componentlist.lfm

222 lines
5.8 KiB
Plaintext

object ComponentListForm: TComponentListForm
Left = 667
Height = 467
Top = 292
Width = 300
Caption = 'Components'
ClientHeight = 467
ClientWidth = 300
KeyPreview = True
OnActivate = FormActivate
OnClose = FormClose
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.5'
object PageControl: TPageControl
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FilterPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 0
Height = 400
Top = 27
Width = 300
ActivePage = TabSheetList
Anchors = [akTop, akLeft, akRight, akBottom]
TabIndex = 0
TabOrder = 1
OnChange = PageControlChange
object TabSheetList: TTabSheet
Caption = 'List'
ClientHeight = 375
ClientWidth = 296
object Panel7: TPanel
Left = 0
Height = 375
Top = 0
Width = 296
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
ClientHeight = 375
ClientWidth = 296
TabOrder = 0
object ListTree: TTreeView
Left = 2
Height = 371
Top = 2
Width = 292
Align = alClient
DefaultItemHeight = 18
ReadOnly = True
TabOrder = 0
OnClick = ComponentsClick
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = ComponentsDblClick
OnKeyPress = TreeKeyPress
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
end
object TabSheetPaletteTree: TTabSheet
Caption = 'Palette'
ClientHeight = 374
ClientWidth = 292
object pnPaletteTree: TPanel
Left = 0
Height = 374
Top = 0
Width = 292
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 374
ClientWidth = 292
TabOrder = 0
object PalletteTree: TTreeView
Left = 5
Height = 364
Top = 5
Width = 282
Align = alClient
DefaultItemHeight = 27
Images = imPalette
PopupMenu = pmPalette
ReadOnly = True
RightClickSelect = True
RowSelect = True
ShowLines = False
TabOrder = 0
OnClick = ComponentsClick
OnDblClick = ComponentsDblClick
OnKeyPress = TreeKeyPress
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowRoot, tvoToolTips]
end
end
end
object TabSheetInheritance: TTabSheet
Caption = 'Inheritance'
ClientHeight = 374
ClientWidth = 292
object Panel6: TPanel
Left = 0
Height = 374
Top = 0
Width = 292
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 374
ClientWidth = 292
TabOrder = 0
object InheritanceTree: TTreeView
Left = 5
Height = 364
Top = 5
Width = 282
Align = alClient
ReadOnly = True
TabOrder = 0
OnClick = ComponentsClick
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = ComponentsDblClick
OnKeyPress = TreeKeyPress
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
end
end
end
end
object FilterPanel: TPanel
AnchorSideRight.Side = asrBottom
Left = 1
Height = 27
Top = 0
Width = 300
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 27
ClientWidth = 300
TabOrder = 0
object LabelSearch: TLabel
AnchorSideLeft.Control = FilterPanel
AnchorSideTop.Control = FilterPanel
Left = 6
Height = 15
Top = 6
Width = 74
BorderSpacing.Around = 6
Caption = 'LabelSearch'
ParentColor = False
end
object TreeFilterEd: TTreeFilterEdit
AnchorSideLeft.Control = LabelSearch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LabelSearch
AnchorSideTop.Side = asrCenter
Left = 86
Height = 21
Top = 3
Width = 210
OnAfterFilter = TreeFilterEdAfterFilter
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 0
FilteredTreeview = ListTree
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 28
Top = 433
Width = 288
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 2
ShowButtons = [pbOK]
ShowBevel = False
end
object imPalette: TImageList
Height = 25
Width = 25
left = 84
top = 124
end
object pmPalette: TPopupMenu
left = 148
top = 124
object miExpand: TMenuItem
Caption = 'Expand'
OnClick = miExpandClick
end
object miExpandAll: TMenuItem
Caption = 'Expand All'
OnClick = miExpandAllClick
end
object MenuItem1: TMenuItem
Caption = '-'
end
object miCollapse: TMenuItem
Caption = 'Collapse'
OnClick = miCollapseClick
end
object miCollapseAll: TMenuItem
Caption = 'Collapse All'
OnClick = miCollapseAllClick
end
end
end