25 lines
1.0 KiB
C++
25 lines
1.0 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USERES("dcldxLayoutControlC5.res");
|
||
|
|
USERES("dxLayoutControlReg.dcr");
|
||
|
|
USEPACKAGE("vcl50.bpi");
|
||
|
|
USEPACKAGE("dxComnC5.bpi");
|
||
|
|
USEPACKAGE("dxLayoutControlC5.bpi");
|
||
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
||
|
|
USEPACKAGE("dclcxLibraryVCLC5.bpi");
|
||
|
|
USEUNIT("dxLayoutDesignCommon.pas");
|
||
|
|
USEFORMNS("dxLayoutDesignForm.pas", dxLayoutDesignForm, DesignForm);
|
||
|
|
USEFORMNS("dxLayoutLookAndFeelListDesignForm.pas", dxLayoutLookAndFeelListDesignForm, LookAndFeelListDesignForm);
|
||
|
|
USEUNIT("dxLayoutControlReg.pas");
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|