
Start_Screen()
Hide_Mouse()
Put_Image(1,21,'BACK.PCX')
Draw_Window(135,81,450,241,1,'Rename File')
Flood_Fill(395,96,4)
Flood_Fill(320,136,7)
Shadow_Text(180,141,15,0,3,'Old File Name ')
Shadow_Text(180,181,15,0,3,'New File Name')
Entry_Field(295,136,0,12,1,'')
Entry_Field(295,176,0,12,1,'')
Draw_Button(270,211,60,35,1,4,'Okay')
Show_Mouse()
End_Screen()
