git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
25 lines
950 B
C++
25 lines
950 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxMasterViewC5.res");
|
|
USEPACKAGE("VCL50.bpi");
|
|
USEPACKAGE("VCLX50.bpi");
|
|
USEPACKAGE("vcldb50.bpi");
|
|
USEPACKAGE("dxcomnc5.bpi");
|
|
USEPACKAGE("dxMasterViewc5.bpi");
|
|
USEUNIT("dxMasterViewColumnClassEditor.pas");
|
|
USEUNIT("dxMasterViewDesigner.pas");
|
|
USEUNIT("dxMasterViewImageColumnEditor.pas");
|
|
USEUNIT("dxMasterViewReg.pas");
|
|
USERES("dxMasterViewReg.dcr");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|