git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
73 lines
1.4 KiB
ObjectPascal
73 lines
1.4 KiB
ObjectPascal
package cxGridVCLD7;
|
|
|
|
{$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 'ExpressQuantumGrid 5 (VCL Edition) by Developer Express Inc.'}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
cxEditorsVCLD7,
|
|
cxExportVCLD7,
|
|
cxExtEditorsVCLD7,
|
|
cxPageControlVCLD7;
|
|
|
|
contains
|
|
cxDBExtLookupComboBox,
|
|
cxExportGrid4Link,
|
|
cxFilterDialog,
|
|
cxGrid,
|
|
cxGridBandedTableView,
|
|
cxGridCardView,
|
|
cxGridChartView,
|
|
cxGridCommon,
|
|
cxGridCustomPopupMenu,
|
|
cxGridCustomTableView,
|
|
cxGridCustomView,
|
|
cxGridDBBandedTableView,
|
|
cxGridDBCardView,
|
|
cxGridDBChartView,
|
|
cxGridDBDataDefinitions,
|
|
cxGridDBTableView,
|
|
cxGridDetailsSite,
|
|
cxGridFilterHelpers,
|
|
cxGridFooterPopupMenuItems,
|
|
cxGridHeaderPopupMenuItems,
|
|
cxGridLevel,
|
|
cxGridMenuOperations,
|
|
cxGridPopupMenu,
|
|
cxGridPopupMenuConsts,
|
|
cxGridRows,
|
|
cxGridStdPopupMenu,
|
|
cxGridStrs,
|
|
cxGridTableView,
|
|
cxGridUIBandedTableHelper,
|
|
cxGridUICardHelper,
|
|
cxGridUICustomTableHelper,
|
|
cxGridUIHelper,
|
|
cxGridUITableHelper,
|
|
cxGridViewData;
|
|
|
|
end.
|