
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(200,91,505,271,1,'Delete File')
Shadow_Text(280,136,15,0,3,'Delete Which File?')
Entry_Field(290,176,0,13,1,'')
Draw_Button(280,221,60,35,1,4,'Okay')
Draw_Button(365,221,60,67,1,23,'Abort')
Flood_Fill(310,101,4)
Show_Mouse()
End_Screen()
