git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
36 lines
1.3 KiB
C++
36 lines
1.3 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dclcxExtEditorsC5.res");
|
|
USERES("cxExtEditReg.dcr");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC5.bpi");
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
|
USEPACKAGE("cxExtEditorsC5.bpi");
|
|
USEPACKAGE("dclcxEditorsC5.bpi");
|
|
USEPACKAGE("vcldb50.bpi");
|
|
USEPACKAGE("dcldb50.bpi");
|
|
USEPACKAGE("vclx50.bpi");
|
|
USEPACKAGE("dxThemeC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
USEPACKAGE("cxDataC5.bpi");
|
|
USEUNIT("cxExtEditReg.pas");
|
|
USEUNIT("cxShellEditorsReg.pas");
|
|
USEFORMNS("cxHintEditor.pas", Cxhinteditor, cxHintStyleEditor);
|
|
USEFORMNS("cxSplitterEditor.pas", Cxsplittereditor, cxSplitEditor);
|
|
USEFORMNS("cxCheckGroupStatesEditor.pas", Cxcheckgroupstateseditor, cxCheckGroupStatesEditorDlg);
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|