Componentes.Terceros.DevExp.../official/x.44/ExpressLayout Control 2/Packages/dxLayoutControlC12.cpp

33 lines
1.2 KiB
C++
Raw Permalink Normal View History

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxLayoutControlC12.res");
USEPACKAGE("rtl.bpi");
USEPACKAGE("dxComnC12.bpi");
USEPACKAGE("cxLibraryC12.bpi");
USEPACKAGE("cxPageControlC12.bpi");
USEPACKAGE("vcl.bpi");
USEPACKAGE("vclx.bpi");
USEPACKAGE("dxCoreC12.bpi");
USEPACKAGE("dxGDIPlusC12.bpi");
USEPACKAGE("dxThemeC12.bpi");
USEUNIT("dxLayoutLookAndFeels.pas");
USEUNIT("dxLayoutControl.pas");
USEUNIT("dxLayoutControlAdapters.pas");
USEUNIT("dxLayoutCustomizeForm.pas");
USEUNIT("dxLayoutEditForm.pas");
USEUNIT("dxLayoutCommon.pas");
USEFORMNS("dxLayoutCustomizeForm.pas", dxLayoutCustomizeForm, dxLayoutControlCustomizeForm);
USEFORMNS("dxLayoutEditForm.pas", dxLayoutEditForm, LayoutEditForm);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------