home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / mail_ord.dp_ / mail_ord.dp
Text File  |  1995-08-22  |  185b  |  13 lines

  1. program Mail_ord;
  2.  
  3. uses
  4.   Forms,
  5.   Umail in 'UMAIL.PAS' {MailOrderForm};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TMailOrderForm, MailOrderForm);
  11.   Application.Run;
  12. end.
  13.