home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / default.dpr < prev    next >
Text File  |  1997-08-05  |  311b  |  17 lines

  1. program <default>;
  2.  
  3. uses
  4.   ClassDict in '..\src\ClassDict.pas',    // For qualified associations
  5.   Forms
  6.   ;
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.Initialize;    
  12.   Application.Run;
  13. end.
  14.  
  15. // Do not delete this block -- regeneration marker -- start
  16. // Do not delete this block -- regeneration marker -- end
  17.