home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INFO / Extras / Jpeg / JConsts.pas next >
Encoding:
Pascal/Delphi Source File  |  2001-05-22  |  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.