mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:17:59 +02:00
124 lines
2.9 KiB
Plaintext
124 lines
2.9 KiB
Plaintext
object SearchResultsView: TSearchResultsView
|
|
Left = 344
|
|
Height = 273
|
|
Top = 327
|
|
Width = 799
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'SearchResultsView'
|
|
ClientHeight = 273
|
|
ClientWidth = 799
|
|
KeyPreview = True
|
|
OnClose = FormClose
|
|
OnCreate = Form1Create
|
|
OnKeyDown = FormKeyDown
|
|
LCLVersion = '1.5'
|
|
object ResultsNoteBook: TPageControl
|
|
AnchorSideTop.Control = ToolBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 249
|
|
Top = 24
|
|
Width = 799
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
MultiLine = True
|
|
TabOrder = 1
|
|
OnChange = ResultsNoteBookPageChanged
|
|
OnCloseTabClicked = ResultsNoteBookClosetabclicked
|
|
OnMouseDown = ResultsNoteBookMouseDown
|
|
Options = [nboShowCloseButtons, nboMultiLine]
|
|
end
|
|
object ToolBar: TToolBar
|
|
Left = 0
|
|
Height = 24
|
|
Top = 0
|
|
Width = 57
|
|
Align = alNone
|
|
AutoSize = True
|
|
EdgeBorders = []
|
|
TabOrder = 2
|
|
object SearchAgainButton: TToolButton
|
|
Left = 1
|
|
Top = 2
|
|
Caption = 'SearchAgainButton'
|
|
OnClick = SearchAgainButtonClick
|
|
end
|
|
object ClosePageButton: TToolButton
|
|
Left = 24
|
|
Top = 2
|
|
Caption = 'ClosePageButton'
|
|
OnClick = ClosePageButtonClick
|
|
end
|
|
object ToolButton3: TToolButton
|
|
Left = 47
|
|
Height = 22
|
|
Top = 2
|
|
Width = 10
|
|
Caption = 'ToolButton3'
|
|
Style = tbsSeparator
|
|
end
|
|
end
|
|
object SearchInListEdit: TTreeFilterEdit
|
|
AnchorSideLeft.Control = ToolBar
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ToolBar
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 63
|
|
Height = 23
|
|
Top = 1
|
|
Width = 296
|
|
UseFormActivate = True
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
BorderSpacing.Left = 6
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
OnChange = SearchInListChange
|
|
end
|
|
object popList: TPopupMenu
|
|
left = 190
|
|
top = 133
|
|
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 = 93
|
|
top = 133
|
|
object actClosePage: TAction
|
|
OnExecute = ClosePageButtonClick
|
|
ShortCut = 16499
|
|
end
|
|
object actNextPage: TAction
|
|
OnExecute = actNextPageExecute
|
|
ShortCut = 16393
|
|
end
|
|
object actPrevPage: TAction
|
|
OnExecute = actPrevPageExecute
|
|
ShortCut = 24585
|
|
end
|
|
end
|
|
end
|