28 lines
1.0 KiB
C++
28 lines
1.0 KiB
C++
|
|
//---------------------------------------------------------------------------
|
||
|
|
#include <vcl.h>
|
||
|
|
#pragma hdrstop
|
||
|
|
USERES("dcldxMasterViewC10.res");
|
||
|
|
USEPACKAGE("rtl.bpi");
|
||
|
|
USEPACKAGE("designide.bpi");
|
||
|
|
USEPACKAGE("vcl.bpi");
|
||
|
|
USEPACKAGE("VCLX.bpi");
|
||
|
|
USEPACKAGE("dbrtl.bpi");
|
||
|
|
USEPACKAGE("vcldb.bpi");
|
||
|
|
USEPACKAGE("dxcomnC10.bpi");
|
||
|
|
USEPACKAGE("dxMasterViewC10.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;
|
||
|
|
}
|
||
|
|
//---------------------------------------------------------------------------
|