home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / Info / Extras / Jpeg / jconsts.pas next >
Encoding:
Pascal/Delphi Source File  |  1999-08-11  |  627 b   |  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.