jconsts.pas 157 B

1234567891011
  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.