Componentes.Terceros.DevExp.../official/x.26/ExpressPrinting System/Packages/dxPScxGridLnkD11.dpk
2007-09-09 11:27:27 +00:00

49 lines
874 B
ObjectPascal

package dxPScxGridLnkD11;
{$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 ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'ExpressPrinting System ReportLink for ExpressQuantumGrid 5 by Developer Express Inc.'}
{$IMPLICITBUILD OFF}
requires
rtl,
designide,
vcljpg,
dbrtl,
vcldb,
cxLibraryD11,
dclcxLibraryD11,
dxThemeD11,
dxPSCoreD11,
dxPScxCommonD11,
cxDataD11,
cxEditorsD11,
cxGridD11;
contains
dxPScxGridLnkReg,
dxPScxGridLnkPredefinedStyleSheets,
dxPScxGridLnk;
end.