
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(10,31,590,396,1,'Search File System')
Flood_Fill(230,241,6)
Flood_Fill(325,41,1)
Shadow_Text(20,76,15,0,3,'You may use multiple words separated with |, &, and !')
Shadow_Text(20,96,15,0,3,'| means OR. Example  : Computer|Modem')
Shadow_Text(20,116,15,0,3,'& means AND. Example : Computer&Modem')
Shadow_Text(20,136,15,0,3,'! means NOT. Example : Computer!Modem')
Shadow_Text(20,161,15,0,3,'You can also include, last thing on the line, <XXX with xxx being the')
Shadow_Text(20,176,15,0,3,'number of days a file can be online before it is excluded from the')
Shadow_Text(20,191,15,0,3,'search. E.g. <60 means a file must be less than 60 days old or it is')
Shadow_Text(20,206,15,0,3,'excluded from the search.')
Shadow_Text(140,236,15,0,3,'Example : harddrive&seagate!conner<45')
Shadow_Text(20,266,15,0,3,'Meaning, find all files that have been on the system less than 45 days')
Shadow_Text(20,281,15,0,3,'that contain both harddrive and seagate but no the word conner in the')
Shadow_Text(20,296,15,0,3,'file name or the short description.')
Entry_Field(75,326,0,61,1,'')
Shadow_Text(20,331,15,0,2,'Look For')
Draw_Button(185,361,70,16,1,11,'Search')
Draw_Button(345,361,70,17,1,23,'Cancel')
Show_Mouse()
End_Screen()
