git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
39 lines
1.4 KiB
C++
39 lines
1.4 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dclcxExtEditorsVCLC6.res");
|
|
USERES("cxExtEditReg.dcr");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dcldb.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC6.bpi");
|
|
USEPACKAGE("dclcxEditorsVCLC6.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("vclx.bpi");
|
|
USEPACKAGE("dxThemeC6.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEPACKAGE("cxDataC6.bpi");
|
|
USEPACKAGE("cxEditorsVCLC6.bpi");
|
|
USEPACKAGE("cxExtEditorsVCLC6.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;
|
|
}
|
|
//---------------------------------------------------------------------------
|