home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
RX275D6.ZIP
/
Units
/
dclrx6.dpk
< prev
next >
Wrap
Text File
|
2001-06-24
|
2KB
|
64 lines
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{ }
{ Copyright (c) 1998 Master-Bank }
{ }
{*******************************************************}
package DclRx6;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'RX Library Controls and Tools'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
RxCtl6,
dclsmp,
dclstd,
designide;
contains
RxLConst in 'RxLConst.pas',
HintProp in 'HintProp.pas',
CheckItm in 'CheckItm.pas',
StrLEdit in 'StrLEdit.pas',
RxColors in 'RxColors.pas',
RxDsgn in 'RxDsgn.pas',
PresrDsn in 'PresrDsn.pas',
MinMaxEd in 'MinMaxEd.pas',
SbEdit in 'SbEdit.pas',
PgMngrEd in 'PgMngrEd.pas',
TimLstEd in 'TimLstEd.pas',
IcoLEdit in 'IcoLEdit.pas',
RxResExp in 'RxResExp.pas',
PictEdit in 'PictEdit.pas',
RxDirFrm in 'RxDirFrm.pas',
GradEdit in 'GradEdit.pas',
RxCtlReg in 'RxCtlReg.pas',
RxTooReg in 'RxTooReg.pas';
end.