lazarus/ide/searchresultview.lfm
mattias 2d193b48c1 prepared IDE units for split
git-svn-id: trunk@4822 -
2003-11-22 15:14:12 +00:00

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