41 lines
1.5 KiB
C++
41 lines
1.5 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USERES("dcldxLayoutControlC14.res");
|
||
|
|
USERES("dxLayoutControlReg.dcr.res");
|
||
|
|
USEPACKAGE("rtl.bpi");
|
||
|
|
USEPACKAGE("designide.bpi");
|
||
|
|
USEPACKAGE("dxLayoutControlC14.bpi");
|
||
|
|
USEPACKAGE("dclcxLibraryC14.bpi");
|
||
|
|
USEPACKAGE("vcl.bpi");
|
||
|
|
USEPACKAGE("dxComnC14.bpi");
|
||
|
|
USEPACKAGE("vclx.bpi");
|
||
|
|
USEPACKAGE("dxCoreC14.bpi");
|
||
|
|
USEPACKAGE("dxGDIPlusC14.bpi");
|
||
|
|
USEPACKAGE("dxThemeC14.bpi");
|
||
|
|
USEPACKAGE("cxLibraryC14.bpi");
|
||
|
|
USEPACKAGE("dbrtl.bpi");
|
||
|
|
USEPACKAGE("vcldb.bpi");
|
||
|
|
USEPACKAGE("vclimg.bpi");
|
||
|
|
USEPACKAGE("cxDataC14.bpi");
|
||
|
|
USEPACKAGE("cxEditorsC14.bpi");
|
||
|
|
USEPACKAGE("cxExtEditorsC14.bpi");
|
||
|
|
USEPACKAGE("cxPageControlC14.bpi");
|
||
|
|
USEPACKAGE("dcldxCoreC14.bpi");
|
||
|
|
USEUNIT("dxLayoutLookAndFeelListDesignForm.pas");
|
||
|
|
USEUNIT("dxLayoutImport.pas");
|
||
|
|
USEUNIT("dxLayoutControlReg.pas");
|
||
|
|
USEFORMNS("dxLayoutLookAndFeelListDesignForm.pas", dxLayoutLookAndFeelListDesignForm, dxLayoutLookAndFeelListDesignForm);
|
||
|
|
USEFORMNS("dxLayoutImport.pas", dxLayoutImport, fmImport);
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma argsused
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|