37 lines
1.2 KiB
C++
37 lines
1.2 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USERES("dclcxEditorsC5.res");
|
||
|
|
USEPACKAGE("vcl50.bpi");
|
||
|
|
USEPACKAGE("dcldb50.bpi");
|
||
|
|
USEPACKAGE("dsnide50.bpi");
|
||
|
|
USEUNIT("cxEditPropEditors.pas");
|
||
|
|
USEUNIT("cxEditReg.pas");
|
||
|
|
USEUNIT("cxInplaceContainerReg.pas");
|
||
|
|
USERES("cxEditReg.dcr");
|
||
|
|
USEFORMNS("cxSelectEditRepositoryItem.pas", Cxselecteditrepositoryitem, cxSelectRepositoryItem);
|
||
|
|
USEUNIT("cxEditRepositoryEditor.pas");
|
||
|
|
USEPACKAGE("dclcxLibraryVCLC5.bpi");
|
||
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
||
|
|
USEPACKAGE("vcldb50.bpi");
|
||
|
|
USEPACKAGE("vclx50.bpi");
|
||
|
|
USEPACKAGE("dxThemeC5.bpi");
|
||
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
||
|
|
USEPACKAGE("cxDataC5.bpi");
|
||
|
|
USEUNIT("cxFilterControlReg.pas");
|
||
|
|
USERES("cxFilterControlReg.dcr");
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#pragma package(smart_init)
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
|
||
|
|
// Package source.
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
|
||
|
|
#pragma argsused
|
||
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
||
|
|
{
|
||
|
|
return 1;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|