Componentes.Terceros.DevExp.../official/x.48/ExpressPrinting System 4/Packages/dcldxPScxVGridLnkC14.cpp
2010-01-18 18:33:24 +00:00

44 lines
1.6 KiB
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dcldxPScxVGridLnkC14.res");
USEPACKAGE("designide.bpi");
USEPACKAGE("dclcxLibraryC14.bpi");
USEPACKAGE("dxPScxVGridLnkC14.bpi");
USEPACKAGE("rtl.bpi");
USEPACKAGE("vcl.bpi");
USEPACKAGE("dxCoreC14.bpi");
USEPACKAGE("dcldxCoreC14.bpi");
USEPACKAGE("vclx.bpi");
USEPACKAGE("dxGDIPlusC14.bpi");
USEPACKAGE("dxThemeC14.bpi");
USEPACKAGE("cxLibraryC14.bpi");
USEPACKAGE("dbrtl.bpi");
USEPACKAGE("vcldb.bpi");
USEPACKAGE("vclimg.bpi");
USEPACKAGE("cxDataC14.bpi");
USEPACKAGE("cxEditorsC14.bpi");
USEPACKAGE("cxExtEditorsC14.bpi");
USEPACKAGE("cxPageControlC14.bpi");
USEPACKAGE("dxComnC14.bpi");
USEPACKAGE("dxPSCoreC14.bpi");
USEPACKAGE("dxPSLnksC14.bpi");
USEPACKAGE("dxPScxCommonC14.bpi");
USEPACKAGE("cxExportC14.bpi");
USEPACKAGE("cxVerticalGridC14.bpi");
USEPACKAGE("dcldxPSCoreC14.bpi");
USEUNIT("dxPScxVGridLnkPredefinedStyleSheets.pas");
USEUNIT("dxPScxVGridLnkReg.pas");
USEFORMNS("dxPScxVGridLnkPredefinedStyleSheets.pas", dxPScxVGridLnkPredefinedStyleSheets, cxdmPScxVGridLnkPredefinedStyles);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------