home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Info / Extras / Jpeg / JCONSTS.PAS next >
Pascal/Delphi Source File  |  1999-08-11  |  627b  |  22 lines

  1.  
  2. {*******************************************************}
  3. {                                                       }
  4. {       Borland Delphi Runtime Library                  }
  5. {                                                       }
  6. {       Copyright (c) 1997,99 Inprise Corporation       }
  7. {                                                       }
  8. {*******************************************************}
  9.  
  10. unit jconsts;
  11.  
  12. interface
  13.  
  14. resourcestring
  15.   sChangeJPGSize = 'Cannot change the size of a JPEG image';
  16.   sJPEGError = 'JPEG error #%d';
  17.   sJPEGImageFile = 'JPEG Image File';
  18.   
  19. implementation
  20.  
  21. end.
  22.