
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(55,121,589,296,1,'FTP Request')
Flood_Fill(194,136,9)
Shadow_Text(204,152,15,0,2,'Enter Address ( Example: ftp.winsock.com )')
Entry_Field(74,171,0,80,0,'')
Shadow_Text(114,206,15,0,2,'Enter file name including path ( Example : /pub/win95/util/pkzip.exe )')
Entry_Field(74,231,0,80,0,'')
Draw_Button(294,261,60,35,1,4,'Okay')
Show_Mouse()
End_Screen()
