mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 19:52:35 +02:00
117 lines
3.0 KiB
Plaintext
117 lines
3.0 KiB
Plaintext
object SearchResultsView: TSearchResultsView
|
|
Left = 236
|
|
Height = 229
|
|
Top = 483
|
|
Width = 799
|
|
HorzScrollBar.Page = 798
|
|
VertScrollBar.Page = 228
|
|
ActiveControl = btnSearchAgain
|
|
Caption = 'SearchResultsView'
|
|
ClientHeight = 229
|
|
ClientWidth = 799
|
|
OnCreate = Form1Create
|
|
OnDestroy = SearchResultsViewDestroy
|
|
OnKeyDown = ListBoxKeyDown
|
|
Position = poScreenCenter
|
|
object ResultsNoteBook: TNotebook
|
|
AnchorSideTop.Control = btnSearchAgain
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 191
|
|
Top = 38
|
|
Width = 799
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft]
|
|
OnCloseTabClicked = ResultsNoteBookClosetabclicked
|
|
OnPageChanged = ResultsNoteBookPageChanged
|
|
Options = [nboShowCloseButtons, nboMultiLine]
|
|
end
|
|
object btnSearchAgain: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 26
|
|
Top = 6
|
|
Width = 91
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Search Again'
|
|
OnClick = btnSearchAgainClick
|
|
OnKeyDown = ListBoxKeyDown
|
|
TabOrder = 1
|
|
end
|
|
object gbSearchPhraseInList: TGroupBox
|
|
Left = 237
|
|
Height = 38
|
|
Width = 562
|
|
Align = alRight
|
|
AutoSize = True
|
|
Caption = 'Search or Filter Phrases In List'
|
|
ClientHeight = 21
|
|
ClientWidth = 558
|
|
TabOrder = 2
|
|
object edSearchInList: TEdit
|
|
Height = 21
|
|
Hint = 'Enter one or more phrases that you want'#10'to Search or Filter in the list,'#10'seperated by space ( '' '' ), or comma ( , )'
|
|
Width = 306
|
|
Align = alClient
|
|
OnChange = edSearchInListChange
|
|
OnKeyDown = edSearchInListKeyDown
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object bnForwardSearch: TButton
|
|
Left = 348
|
|
Height = 21
|
|
Width = 104
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Forward Search'
|
|
OnClick = bnForwardSearchClick
|
|
TabOrder = 1
|
|
end
|
|
object bnResetResults: TButton
|
|
Left = 452
|
|
Height = 21
|
|
Width = 106
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Reset Result List'
|
|
OnClick = bnResetResultsClick
|
|
TabOrder = 2
|
|
end
|
|
object bnFilter: TButton
|
|
Left = 306
|
|
Height = 21
|
|
Width = 42
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Filter'
|
|
OnClick = bnFilterClick
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ClosePageButton: TButton
|
|
AnchorSideLeft.Control = btnSearchAgain
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = btnSearchAgain
|
|
AnchorSideBottom.Control = btnSearchAgain
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 103
|
|
Height = 26
|
|
Top = 6
|
|
Width = 110
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'ClosePageButton'
|
|
OnClick = ClosePageButtonClick
|
|
TabOrder = 3
|
|
end
|
|
end
|