home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / full / delphi / INFO / EXTRAS / JPEG / JCONSTS.PAS next >
Encoding:
Pascal/Delphi Source File  |  1997-03-08  |  171 b   |  12 lines

  1. unit jconsts;
  2.  
  3. interface
  4.  
  5. resourcestring
  6.   sChangeJPGSize = 'Cannot change the size of a JPEG image';
  7.   sJPEGError = 'JPEG error #%d';
  8.   
  9. implementation
  10.  
  11. end.
  12.