Componentes.Terceros.DevExp.../official/x.48/ExpressPrinting System 4/Packages/dxPScxExtCommonC12.cpp

42 lines
1.5 KiB
C++
Raw Normal View History

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("dxPScxExtCommonC12.res");
USEPACKAGE("cxEditorsC12.bpi");
USEPACKAGE("rtl.bpi");
USEPACKAGE("dxPScxCommonC12.bpi");
USEPACKAGE("cxPageControlC12.bpi");
USEPACKAGE("cxExtEditorsC12.bpi");
USEPACKAGE("dbrtl.bpi");
USEPACKAGE("vcl.bpi");
USEPACKAGE("vcldb.bpi");
USEPACKAGE("vclimg.bpi");
USEPACKAGE("dxThemeC12.bpi");
USEPACKAGE("dxCoreC12.bpi");
USEPACKAGE("cxDataC12.bpi");
USEPACKAGE("vclx.bpi");
USEPACKAGE("dxGDIPlusC12.bpi");
USEPACKAGE("cxLibraryC12.bpi");
USEPACKAGE("dxComnC12.bpi");
USEPACKAGE("dxPSCoreC12.bpi");
USEPACKAGE("dxPSLnksC12.bpi");
USEUNIT("dxPScxCheckListBoxLnk.pas");
USEUNIT("dxPScxExtComCtrlsLnk.pas");
USEUNIT("dxPScxExtCommon.pas");
USEUNIT("dxPScxExtDBEditorLnks.pas");
USEUNIT("dxPScxExtEditorProducers.pas");
USEUNIT("dxPScxMCListBoxLnk.pas");
USEFORMNS("dxPScxCheckListBoxLnk.pas", dxPScxCheckListBoxLnk, cxfmCheckListBoxDesignWindow);
USEFORMNS("dxPScxMCListBoxLnk.pas", dxPScxMCListBoxLnk, cxfmMCListBoxDesignWindow);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------