home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / add123 / prlotus.dpr < prev    next >
Encoding:
Text File  |  1995-12-22  |  184 b   |  14 lines

  1. program Prlotus;
  2.  
  3. uses
  4.   Forms,
  5.   Prlmain in 'PRLMAIN.PAS' {FPrl},
  6.   U123 in 'U123.PAS';
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TFPrl, FPrl);
  12.   Application.Run;
  13. end.
  14.