Componentes.Terceros.DevExp.../internal/x.44/1/ExpressQuantumGrid 4/Packages/dclcxGridD5.dpk
2009-06-29 12:09:02 +00:00

56 lines
1.0 KiB
ObjectPascal

package dclcxGridD5;
{$R *.RES}
{$R cxGridReg.dcr}
{$ALIGN ON}
{$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 'ExpressQuantumGrid 4 (VCL Edition) by Developer Express Inc.'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
vcl50,
cxGridD5,
dsnide50,
dclcxLibraryVCLD5,
dclcxEditorsD5;
contains
cxGridStructureNavigator,
cxBandedTableViewEditor,
cxCardViewEditor,
cxCustomTableViewEditor,
cxGridEditor,
cxTableViewEditor,
cxViewEditor,
cxGridReg,
cxGridImportDialog,
cxDBGridConverter,
cxDXGridConverter,
cxWWGridConverter,
cxGridStyleSheetsPreview,
cxGridPredefinedStyles,
cxGridViewLayoutEditor,
cxGridConverter;
end.