Componentes.Terceros.DevExp.../official/x.42/ExpressQuantumGrid 3/Packages/EQGridC5.cpp
2009-02-27 12:02:10 +00:00

28 lines
922 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("EQGridC5.res");
USEPACKAGE("VCL50.bpi");
USEPACKAGE("vcldb50.bpi");
USEPACKAGE("dxEdtrC5.bpi");
USEPACKAGE("EQTLC5.bpi");
USEPACKAGE("ECQDBCC5.bpi");
USEUNIT("dxDBGrid.pas");
USEUNIT("dxGrClms.pas");
USEUNIT("dxGrExpt.pas");
USEUNIT("dxFilter.pas");
USEUNIT("dxGrFltr.pas");
USEUNIT("dxLayout.pas");
USEUNIT("dxGrFDlg.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------