home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / default.dpr < prev    next >
Text File  |  1997-04-18  |  318b  |  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.