mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:38:04 +02:00
132 lines
3.4 KiB
Plaintext
132 lines
3.4 KiB
Plaintext
object SearchResultsView: TSearchResultsView
|
|
Left = 247
|
|
Height = 229
|
|
Top = 353
|
|
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 = gbSearchPhraseInList
|
|
AnchorSideTop.Side = asrBottom
|
|
Height = 164
|
|
Top = 65
|
|
Width = 799
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft]
|
|
OnCloseTabClicked = ResultsNoteBookClosetabclicked
|
|
OnPageChanged = ResultsNoteBookPageChanged
|
|
Options = [nboShowCloseButtons, nboMultiLine]
|
|
TabOrder = 0
|
|
end
|
|
object btnSearchAgain: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ClosePageButton
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 23
|
|
Top = 21
|
|
Width = 90
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Search Again'
|
|
OnClick = btnSearchAgainClick
|
|
OnKeyDown = ListBoxKeyDown
|
|
TabOrder = 1
|
|
end
|
|
object gbSearchPhraseInList: TGroupBox
|
|
AnchorSideLeft.Control = ClosePageButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 216
|
|
Height = 53
|
|
Top = 6
|
|
Width = 577
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Search or Filter Phrases In List'
|
|
ClientHeight = 35
|
|
ClientWidth = 573
|
|
TabOrder = 2
|
|
object edSearchInList: TEdit
|
|
AnchorSideLeft.Control = gbSearchPhraseInList
|
|
AnchorSideTop.Control = gbSearchPhraseInList
|
|
AnchorSideRight.Control = bnFilter
|
|
Left = 6
|
|
Height = 23
|
|
Hint = 'Enter one or more phrases that you want'#10'to Search or Filter in the list,'#10'seperated by space ( '' '' ), or comma ( , )'
|
|
Top = 6
|
|
Width = 272
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
OnChange = edSearchInListChange
|
|
OnKeyDown = edSearchInListKeyDown
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object bnForwardSearch: TButton
|
|
Left = 350
|
|
Height = 23
|
|
Top = 6
|
|
Width = 110
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'bnForwardSearch'
|
|
OnClick = bnForwardSearchClick
|
|
TabOrder = 1
|
|
end
|
|
object bnResetResults: TButton
|
|
Left = 466
|
|
Height = 23
|
|
Top = 6
|
|
Width = 101
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'bnResetResults'
|
|
OnClick = bnResetResultsClick
|
|
TabOrder = 2
|
|
end
|
|
object bnFilter: TButton
|
|
Left = 284
|
|
Height = 23
|
|
Top = 6
|
|
Width = 60
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'bnFilter'
|
|
OnClick = bnFilterClick
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object ClosePageButton: TButton
|
|
AnchorSideLeft.Control = btnSearchAgain
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = gbSearchPhraseInList
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 102
|
|
Height = 23
|
|
Top = 21
|
|
Width = 108
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ClosePageButton'
|
|
OnClick = ClosePageButtonClick
|
|
TabOrder = 3
|
|
end
|
|
end
|