git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
41 lines
1.4 KiB
C++
41 lines
1.4 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxGridUtilsVCLC6.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("dxThemeC6.bpi");
|
|
USEPACKAGE("cxEditorsVCLC6.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEPACKAGE("cxDataC6.bpi");
|
|
USEPACKAGE("cxGridVCLC6.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;
|
|
}
|
|
//---------------------------------------------------------------------------
|