//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dxNavBarC5.res"); USEPACKAGE("vcl50.bpi"); USEPACKAGE("vcljpg50.bpi"); USEUNIT("dxNavBarXPViews.pas"); USEUNIT("dxNavBar.pas"); USEUNIT("dxNavBarBase.pas"); USEUNIT("dxNavBarBaseViews.pas"); USEUNIT("dxNavBarCollns.pas"); USEUNIT("dxNavBarConsts.pas"); USEUNIT("dxNavBarExplorerViews.pas"); USEUNIT("dxNavBarGraphics.pas"); USEUNIT("dxNavBarOfficeViews.pas"); USEUNIT("dxNavBarStyles.pas"); USEUNIT("dxNavBarViewsFact.pas"); USEUNIT("dxNavBarVSToolBoxViews.pas"); USEUNIT("dxNavBarOffice11Views.pas"); USEPACKAGE("dxThemeC5.bpi"); USEPACKAGE("dxGDIPlusC5.bpi"); USEPACKAGE("cxLibraryVCLC5.bpi"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------