Componentes.Terceros.DevExp.../official/x.38/ExpressLayout Control/Packages/dxLayoutControldxEditAdaptersC6.cpp
2008-08-27 11:56:15 +00:00

21 lines
821 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControldxEditAdaptersC6.res");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxComnC6.bpi");
USEPACKAGE("cxLibraryVCLC6.bpi");
USEPACKAGE("dxLayoutControlC6.bpi");
USEPACKAGE("dxEdtrC6.bpi");
USEUNIT("dxLayoutdxEditAdapters.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------