mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 21:14:01 +02:00
179 lines
4.6 KiB
Plaintext
179 lines
4.6 KiB
Plaintext
object ComponentListForm: TComponentListForm
|
|
Left = 542
|
|
Height = 556
|
|
Top = 269
|
|
Width = 224
|
|
ActiveControl = PatternEdit
|
|
Caption = 'Components'
|
|
ClientHeight = 556
|
|
ClientWidth = 224
|
|
KeyPreview = True
|
|
OnKeyDown = FormKeyDown
|
|
OnShow = FormShow
|
|
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 = 57
|
|
Width = 212
|
|
ActivePage = TabSheetListBox
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabIndex = 0
|
|
TabOrder = 1
|
|
object TabSheetListBox: TTabSheet
|
|
Caption = 'List'
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
object Panel7: TPanel
|
|
Left = 0
|
|
Height = 425
|
|
Top = 0
|
|
Width = 208
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
BorderWidth = 5
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
TabOrder = 0
|
|
object ListboxComponents: TListBox
|
|
Left = 5
|
|
Height = 415
|
|
Top = 5
|
|
Width = 198
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
OnDblClick = ListboxComponentsDblClick
|
|
OnKeyDown = ListboxComponentsKeyDown
|
|
Sorted = True
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
object TabSheetPaletteTree: TTabSheet
|
|
Caption = 'Palette'
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
object Panel5: TPanel
|
|
Left = 0
|
|
Height = 425
|
|
Top = 0
|
|
Width = 208
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
BorderWidth = 5
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
TabOrder = 0
|
|
object TreePallette: TTreeView
|
|
Left = 5
|
|
Height = 415
|
|
Top = 5
|
|
Width = 198
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
ReadOnly = True
|
|
ShowLines = False
|
|
TabOrder = 0
|
|
OnDblClick = TreePalletteDblClick
|
|
OnKeyDown = TreePalletteKeyDown
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
|
|
end
|
|
end
|
|
end
|
|
object TabSheetInheritance: TTabSheet
|
|
Caption = 'Inheritance'
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
object Panel6: TPanel
|
|
Left = 0
|
|
Height = 425
|
|
Top = 0
|
|
Width = 208
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
BorderWidth = 5
|
|
ClientHeight = 425
|
|
ClientWidth = 208
|
|
TabOrder = 0
|
|
object TreeInheritance: TTreeView
|
|
Left = 5
|
|
Height = 415
|
|
Top = 5
|
|
Width = 198
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnDblClick = TreeInheritanceDblClick
|
|
OnKeyDown = TreeInheritanceKeyDown
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object Panel3: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 51
|
|
Top = 0
|
|
Width = 224
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
BorderWidth = 8
|
|
ClientHeight = 51
|
|
ClientWidth = 224
|
|
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 PatternEdit: TEdit
|
|
AnchorSideLeft.Control = LabelSearch
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Panel3
|
|
AnchorSideRight.Control = Panel3
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 100
|
|
Height = 23
|
|
Top = 14
|
|
Width = 110
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
OnChange = PatternEditChange
|
|
OnKeyDown = PatternEditKeyDown
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 35
|
|
Top = 515
|
|
Width = 212
|
|
OKButton.Name = 'OKButton'
|
|
HelpButton.Name = 'HelpButton'
|
|
CloseButton.Name = 'CloseButton'
|
|
CancelButton.Name = 'CancelButton'
|
|
TabOrder = 2
|
|
ShowButtons = [pbClose]
|
|
end
|
|
end
|