home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
FRCLX.ZIP
/
SOURCE
/
FR_Const.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
2001-07-08
|
530b
|
27 lines
{******************************************}
{ }
{ FastReport CLX v2.4 }
{ Resource strings }
{ }
{ Copyright (c) 1998-2001 by Tzyganenko A. }
{ }
{******************************************}
unit FR_Const;
interface
{$I FR.inc}
resourcestring
{$I fr_lng1.rc}
{$I fr_lng2.rc}
{$I fr_lng3.rc}
{$I fr_lng4.rc}
implementation
end.