mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 13:12:37 +02:00
34 lines
763 B
Plaintext
34 lines
763 B
Plaintext
object SearchResultsView: TSearchResultsView
|
|
CAPTION = 'SearchResultsView'
|
|
CLIENTHEIGHT = 229
|
|
CLIENTWIDTH = 799
|
|
ONCREATE = Form1Create
|
|
ONDESTROY = SearchResultsViewDestroy
|
|
HORZSCROLLBAR.PAGE = 800
|
|
VERTSCROLLBAR.PAGE = 230
|
|
LEFT = 151
|
|
HEIGHT = 229
|
|
TOP = 481
|
|
WIDTH = 799
|
|
object ResultsNoteBook: TNOTEBOOK
|
|
ALIGN = albottom
|
|
ANCHORS = [aktop, akleft]
|
|
ONCLOSETABCLICKED = ResultsNoteBookClosetabclicked
|
|
OPTIONS = [nboshowclosebuttons, nbomultiline]
|
|
HEIGHT = 189
|
|
TOP = 40
|
|
WIDTH = 799
|
|
end
|
|
object btnSearchAgain: TBUTTON
|
|
ANCHORS = [aktop, akleft]
|
|
CAPTION = 'Search Again'
|
|
TABSTOP = True
|
|
TABORDER = 1
|
|
ONCLICK = btnSearchAgainClick
|
|
LEFT = 8
|
|
HEIGHT = 25
|
|
TOP = 8
|
|
WIDTH = 115
|
|
end
|
|
end
|