//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dcldxNavBarC12.res"); USEPACKAGE("vcl.bpi"); USEPACKAGE("rtl.bpi"); USEPACKAGE("dxCoreC12.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("dxNavBarC12.bpi"); USEPACKAGE("cxLibraryC12.bpi"); USEPACKAGE("dclLibraryC12.bpi"); USEUNIT("dxNavBarReg.pas"); USERES("dxNavBarReg.dcr"); USEUNIT("dxfmNavBarDsgnEditor.pas"); USEUNIT("dxNavBarDsgnConsts.pas"); USEUNIT("dxNavBarDsgnUtils.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------