git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
28 lines
1.0 KiB
C++
28 lines
1.0 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxMasterViewC6.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("VCLX.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("vcldb.bpi");
|
|
USEPACKAGE("dxcomnC6.bpi");
|
|
USEPACKAGE("dxMasterViewC6.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;
|
|
}
|
|
//---------------------------------------------------------------------------
|