Componentes.Terceros.DevExp.../official/x.26/ExpressLayout Control/Packages/dxLayoutControldxEditAdaptersC5.cpp
2007-09-09 11:27:27 +00:00

21 lines
823 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControldxEditAdaptersC5.res");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("dxComnC5.bpi");
USEPACKAGE("cxLibraryVCLC5.bpi");
USEPACKAGE("dxLayoutControlC5.bpi");
USEPACKAGE("dxEdtrC5.bpi");
USEUNIT("dxLayoutdxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------