git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
32 lines
1.3 KiB
C++
32 lines
1.3 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dclcxTreeListC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vclx50.bpi");
|
|
USEPACKAGE("dsnide50.bpi");
|
|
USEPACKAGE("cxEditorsC5.bpi");
|
|
USEPACKAGE("cxExportC5.bpi");
|
|
USEPACKAGE("cxTreeListC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC5.bpi");
|
|
USEPACKAGE("cxDataC5.bpi");
|
|
USEPACKAGE("dclcxEditorsC5.bpi");
|
|
USEUNIT("cxDXTLConverter.pas");
|
|
USEUNIT("cxTLConverter.pas");
|
|
USEFORMNS("cxTLDsgnEdtrs.pas", Cxtldsgnedtrs, cxTreeListBandColumnDesigner);
|
|
USEFORMNS("cxTLItemsEdtr.pas", Cxtlitemsedtr, frmItemsEditor);
|
|
USEFORMNS("cxTLPredefinedStyles.pas", Cxtlpredefinedstyles, cxdmTreeListPredefinedStyles); /* TDataModule: DesignClass */
|
|
USEUNIT("cxTLReg.pas");
|
|
USERES("cxTLReg.dcr");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|