home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1999 #5
/
1999 CD 5 (black).iso
/
Delphi3
/
INFO
/
EXTRAS
/
JPEG
/
JCONSTS.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1997-03-08
|
171 b
|
12 lines
unit jconsts;
interface
resourcestring
sChangeJPGSize = 'Cannot change the size of a JPEG image';
sJPEGError = 'JPEG error #%d';
implementation
end.