git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@25 05c56307-c608-d34a-929d-697000501d7a
39 lines
1.3 KiB
C++
39 lines
1.3 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dclcxEditorsC10.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("dclcxLibraryC10.bpi");
|
|
USEPACKAGE("cxEditorsC10.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("vclx.bpi");
|
|
USEPACKAGE("dxThemeC10.bpi");
|
|
USEPACKAGE("cxLibraryC10.bpi");
|
|
USEPACKAGE("cxDataC10.bpi");
|
|
USEUNIT("cxEditPropEditors.pas");
|
|
USEUNIT("cxEditReg.pas");
|
|
USERES("cxEditReg.dcr");
|
|
USEFORMNS("cxMaskEditTextEditor.pas", Cxmaskedittexteditor, cxMaskEditTextEditorDlg);
|
|
USEFORMNS("cxSelectEditRepositoryItem.pas", Cxselecteditrepositoryitem, cxSelectRepositoryItem);
|
|
USEUNIT("cxEditRepositoryEditor.pas");
|
|
USEUNIT("cxFilterControlReg.pas");
|
|
USEUNIT("cxInplaceContainerReg.pas");
|
|
USERES("cxFilterControlReg.dcr");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|