Componentes.Terceros.DevExp.../internal/x.44/1/ExpressQuantumGrid 4/Packages/cxGridUtilsC5.cpp

38 lines
1.3 KiB
C++
Raw Normal View History

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("cxGridUtilsC5.res");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("vcldb50.bpi");
USEPACKAGE("dxThemeC5.bpi");
USEPACKAGE("cxEditorsC5.bpi");
USEPACKAGE("cxLibraryVCLC5.bpi");
USEPACKAGE("cxDataC5.bpi");
USEPACKAGE("cxGridC5.bpi");
USEUNIT("cxGridCustomPopUpMenu.pas");
USEUNIT("cxGridFooterPopupMenuItems.pas");
USEUNIT("cxGridHeaderPopupMenuItems.pas");
USEUNIT("cxGridMenuOperations.pas");
USEUNIT("cxGridPopUpMenu.pas");
USEUNIT("cxGridPopupMenuConsts.pas");
USEUNIT("cxGridStdPopUpMenu.pas");
USEUNIT("cxGridUIBandedTableHelper.pas");
USEUNIT("cxGridUICardHelper.pas");
USEUNIT("cxGridUICustomTableHelper.pas");
USEUNIT("cxGridUIHelper.pas");
USEUNIT("cxGridUITableHelper.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------