git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
25 lines
1.0 KiB
C++
25 lines
1.0 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxLayoutControlC12.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC12.bpi");
|
|
USEPACKAGE("dxComnC12.bpi");
|
|
USEPACKAGE("cxLibraryC12.bpi");
|
|
USEUNIT("dxLayoutCommon.pas");
|
|
USEUNIT("dxLayoutControl.pas");
|
|
USEUNIT("dxLayoutControlAdapters.pas");
|
|
USEFORMNS("dxLayoutCustomizeForm.pas", dxLayoutCustomizeForm, LayoutCustomizeForm);
|
|
USEFORMNS("dxLayoutEditForm.pas", dxLayoutEditForm, LayoutEditForm);
|
|
USEUNIT("dxLayoutLookAndFeels.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|