2
0

jconsts.pas 160 B

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