lazarus/ide/componentlist.lfm
mattias d273b4fcd8 IDE: component list: select and close
git-svn-id: trunk@35064 -
2012-01-31 14:49:31 +00:00

202 lines
5.2 KiB
Plaintext

object ComponentListForm: TComponentListForm
Left = 320
Height = 556
Top = 307
Width = 338
ActiveControl = ListFilterEd
Caption = 'Components'
ClientHeight = 556
ClientWidth = 338
KeyPreview = True
OnClose = FormClose
OnKeyDown = FormKeyDown
Position = poScreenCenter
LCLVersion = '0.9.31'
object PageControl: TPageControl
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 6
Height = 452
Top = 52
Width = 326
ActivePage = TabSheetListBox
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
TabIndex = 0
TabOrder = 1
OnChange = PageControlChange
object TabSheetListBox: TTabSheet
Caption = 'List'
ClientHeight = 425
ClientWidth = 324
object Panel7: TPanel
Left = 0
Height = 425
Top = 0
Width = 324
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 425
ClientWidth = 324
TabOrder = 0
object ComponentsListbox: TListBox
Left = 5
Height = 415
Top = 5
Width = 314
Align = alClient
ItemHeight = 0
OnDblClick = ComponentsListboxDblClick
OnDrawItem = ComponentsListboxDrawItem
OnKeyDown = ComponentsListboxKeyDown
ScrollWidth = 312
Sorted = True
Style = lbOwnerDrawFixed
TabOrder = 0
TopIndex = -1
end
end
end
object TabSheetPaletteTree: TTabSheet
Caption = 'Palette'
ClientHeight = 425
ClientWidth = 324
object Panel5: TPanel
Left = 0
Height = 419
Top = 0
Width = 322
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 419
ClientWidth = 322
TabOrder = 0
object PalletteTree: TTreeView
Left = 5
Height = 409
Top = 5
Width = 312
Align = alClient
ReadOnly = True
ShowLines = False
TabOrder = 0
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = PalletteTreeDblClick
OnKeyDown = PalletteTreeKeyDown
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
end
end
end
object TabSheetInheritance: TTabSheet
Caption = 'Inheritance'
ClientHeight = 425
ClientWidth = 324
object Panel6: TPanel
Left = 0
Height = 410
Top = 0
Width = 208
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 410
ClientWidth = 208
TabOrder = 0
object InheritanceTree: TTreeView
Left = 5
Height = 400
Top = 5
Width = 198
Align = alClient
ReadOnly = True
TabOrder = 0
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = InheritanceTreeDblClick
OnKeyDown = InheritanceTreeKeyDown
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
end
end
end
end
object Panel3: TPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 46
Top = 0
Width = 338
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
BorderWidth = 8
ClientHeight = 46
ClientWidth = 338
TabOrder = 0
object LabelSearch: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = Panel3
Left = 14
Height = 18
Top = 14
Width = 80
BorderSpacing.Around = 6
Caption = 'LabelSearch'
ParentColor = False
end
object ListFilterEd: TListFilterEdit
AnchorSideLeft.Control = LabelSearch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LabelSearch
AnchorSideTop.Side = asrCenter
Left = 100
Height = 27
Top = 10
Width = 169
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Left = 5
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 0
FilteredListbox = ComponentsListbox
end
object TreeFilterEd: TTreeFilterEdit
AnchorSideLeft.Control = LabelSearch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LabelSearch
AnchorSideTop.Side = asrCenter
Left = 100
Height = 27
Top = 10
Width = 169
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 1
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 40
Top = 510
Width = 326
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 2
ShowButtons = [pbOK, pbClose]
end
end