git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
52 lines
996 B
ObjectPascal
52 lines
996 B
ObjectPascal
package cxGridUtilsD5;
|
|
|
|
{$R *.res}
|
|
{$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 OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$DESCRIPTION 'ExpressQuantumGrid 4 Utils (VCL Edition) by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
vcl50,
|
|
vcldb50,
|
|
cxLibraryVCLD5,
|
|
dxThemeD5,
|
|
cxDataD5,
|
|
cxEditorsD5,
|
|
cxGridD5;
|
|
|
|
contains
|
|
cxGridCustomPopupMenu,
|
|
cxGridFooterPopupMenuItems,
|
|
cxGridHeaderPopupMenuItems,
|
|
cxGridMenuOperations,
|
|
cxGridPopupMenu,
|
|
cxGridStdPopupMenu,
|
|
cxGridUIBandedTableHelper,
|
|
cxGridUICardHelper,
|
|
cxGridUICustomTableHelper,
|
|
cxGridUIHelper,
|
|
cxGridUITableHelper,
|
|
cxGridPopUpMenuConsts;
|
|
|
|
end.
|