home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Info
/
Extras
/
Jpeg
/
JCONSTS.PAS
next >
Wrap
Pascal/Delphi Source File
|
1999-08-11
|
627b
|
22 lines
{*******************************************************}
{ }
{ Borland Delphi Runtime Library }
{ }
{ Copyright (c) 1997,99 Inprise Corporation }
{ }
{*******************************************************}
unit jconsts;
interface
resourcestring
sChangeJPGSize = 'Cannot change the size of a JPEG image';
sJPEGError = 'JPEG error #%d';
sJPEGImageFile = 'JPEG Image File';
implementation
end.