object SearchResultsView: TSearchResultsView Left = 344 Height = 275 Top = 327 Width = 722 BorderIcons = [biSystemMenu] Caption = 'SearchResultsView' ClientHeight = 275 ClientWidth = 722 Constraints.MinHeight = 100 Constraints.MinWidth = 400 KeyPreview = True OnClose = FormClose OnCreate = Form1Create OnKeyDown = FormKeyDown object ResultsNoteBook: TPageControl Left = 0 Height = 249 Top = 26 Width = 722 Align = alClient MultiLine = True TabOrder = 0 OnChange = ResultsNoteBookPageChanged OnCloseTabClicked = ResultsNoteBookClosetabclicked OnMouseDown = ResultsNoteBookMouseDown OnResize = ResultsNoteBookResize Options = [nboShowCloseButtons, nboMultiLine, nboDoChangeOnSetIndex] end object ControlBar1: TPanel Left = 0 Height = 26 Top = 0 Width = 722 Align = alTop BevelOuter = bvNone ClientHeight = 26 ClientWidth = 722 TabOrder = 1 TabStop = True object ToolBar: TToolBar Left = 3 Height = 22 Top = 2 Width = 47 Align = alNone Anchors = [akTop, akLeft, akBottom] AutoSize = True EdgeInner = esNone EdgeOuter = esNone TabOrder = 0 object SearchAgainButton: TToolButton Left = 1 Top = 0 AutoSize = True Caption = 'SearchAgainButton' ImageIndex = 0 OnClick = SearchAgainButtonClick end object ClosePageButton: TToolButton Left = 24 Top = 0 Caption = 'ClosePageButton' ImageIndex = 1 OnClick = ClosePageButtonClick end end object SearchInListEdit: TTreeFilterEdit Left = 53 Height = 23 Top = 2 Width = 550 ButtonWidth = 23 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Left = 2 BorderSpacing.Bottom = 1 BorderSpacing.Around = 2 AutoSize = False NumGlyphs = 1 MaxLength = 0 TabOrder = 1 OnChange = SearchInListChange end object CloseTabs: TToolBar Left = 616 Height = 22 Top = 3 Width = 102 Align = alNone Anchors = [akTop, akRight, akBottom] BorderSpacing.Around = 2 EdgeBorders = [] EdgeInner = esNone EdgeOuter = esNone Indent = 2 TabOrder = 2 Wrapable = False object tbbCloseLeft: TToolButton Left = 2 Top = 0 Action = actCloseLeft end object tbbCloseRight: TToolButton Left = 48 Top = 0 Action = actCloseRight end object tbbCloseOthers: TToolButton Left = 25 Top = 0 Action = actCloseOthers end object ToolButton3: TToolButton Left = 71 Height = 22 Top = 0 Style = tbsSeparator end object tbbCloseAll: TToolButton Left = 79 Top = 0 Action = actCloseAll end end end object popList: TPopupMenu left = 129 top = 48 object mniCopyItem: TMenuItem Caption = 'Copy Item' OnClick = mniCopyItemClick end object mniCopyAll: TMenuItem Caption = 'Copy All' OnClick = mniCopyAllClick end object mniCopySelected: TMenuItem Caption = 'Copy Selected' OnClick = mniCopySelectedClick end object MenuItem1: TMenuItem Caption = '-' end object mniExpandAll: TMenuItem Caption = 'Expand All' OnClick = mniExpandAllClick end object mniCollapseAll: TMenuItem Caption = 'Collapse All' OnClick = mniCollapseAllClick end end object ActionList: TActionList left = 32 top = 48 object actClosePage: TAction ImageIndex = 1 OnExecute = ClosePageButtonClick ShortCut = 16499 end object actNextPage: TAction OnExecute = actNextPageExecute ShortCut = 16393 end object actPrevPage: TAction OnExecute = actPrevPageExecute ShortCut = 24585 end object actCloseLeft: TAction ImageIndex = 5 OnExecute = tbbCloseLeftClick end object actCloseOthers: TAction ImageIndex = 6 OnExecute = tbbCloseOthersClick end object actCloseRight: TAction ImageIndex = 7 OnExecute = tbbCloseRightClick end object actCloseAll: TAction ImageIndex = 8 OnExecute = tbbCloseAllClick ShortCut = 24691 end end end