lazarus/ide/componentlist.lfm
2013-06-27 16:04:25 +00:00

201 lines
5.2 KiB
Plaintext

object ComponentListForm: TComponentListForm
Left = 368
Height = 467
Top = 94
Width = 300
Caption = 'Components'
ClientHeight = 467
ClientWidth = 300
KeyPreview = True
OnClose = FormClose
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.1'
object PageControl: TPageControl
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FilterPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 1
Height = 409
Top = 28
Width = 298
ActivePage = TabSheetList
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 1
TabIndex = 0
TabOrder = 1
OnChange = PageControlChange
object TabSheetList: TTabSheet
Caption = 'List'
ClientHeight = 384
ClientWidth = 294
object Panel7: TPanel
Left = 0
Height = 384
Top = 0
Width = 294
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
ClientHeight = 384
ClientWidth = 294
TabOrder = 0
object ListTree: TTreeView
Left = 2
Height = 380
Top = 2
Width = 290
Align = alClient
DefaultItemHeight = 18
TabOrder = 0
OnClick = ComponentsClick
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = ComponentsDblClick
OnKeyDown = TreeKeyDown
end
end
end
object TabSheetPaletteTree: TTabSheet
Caption = 'Palette'
ClientHeight = 373
ClientWidth = 294
object Panel5: TPanel
Left = 0
Height = 366
Top = 0
Width = 294
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 366
ClientWidth = 294
TabOrder = 0
object PalletteTree: TTreeView
Left = 5
Height = 356
Top = 5
Width = 284
Align = alClient
ReadOnly = True
ShowLines = False
TabOrder = 0
OnClick = ComponentsClick
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = ComponentsDblClick
OnKeyDown = TreeKeyDown
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
end
end
end
object TabSheetInheritance: TTabSheet
Caption = 'Inheritance'
ClientHeight = 373
ClientWidth = 294
object Panel6: TPanel
Left = 0
Height = 366
Top = 0
Width = 294
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ClientHeight = 366
ClientWidth = 294
TabOrder = 0
object InheritanceTree: TTreeView
Left = 5
Height = 356
Top = 5
Width = 284
Align = alClient
ReadOnly = True
TabOrder = 0
OnClick = ComponentsClick
OnCustomDrawItem = TreeCustomDrawItem
OnDblClick = ComponentsDblClick
OnKeyDown = TreeKeyDown
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 = 77
BorderSpacing.Around = 6
Caption = 'LabelSearch'
ParentColor = False
end
object TreeFilterEd: TTreeFilterEdit
AnchorSideLeft.Control = LabelSearch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LabelSearch
AnchorSideTop.Side = asrCenter
Left = 89
Height = 25
Top = 1
Width = 184
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 0
FilteredTreeview = ListTree
end
end
object ButtonPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 29
Top = 438
Width = 300
Anchors = [akLeft, akRight, akBottom]
AutoSize = True
ClientHeight = 29
ClientWidth = 300
TabOrder = 2
object UseAndCloseButton: TBitBtn
AnchorSideTop.Control = ButtonPanel
AnchorSideRight.Control = ButtonPanel
AnchorSideRight.Side = asrBottom
Left = 158
Height = 27
Top = 1
Width = 132
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 9
Caption = 'Use and &Close'
Kind = bkOK
ModalResult = 1
OnClick = UseAndCloseButtonClick
TabOrder = 0
end
end
end