//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dcldxPScxGrid6LnkC14.res"); USEPACKAGE("designide.bpi"); USEPACKAGE("dclcxLibraryC14.bpi"); USEPACKAGE("dxPScxGrid6LnkC14.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("dxComnC14.bpi"); USEPACKAGE("cxDataC14.bpi"); USEPACKAGE("cxEditorsC14.bpi"); USEPACKAGE("cxExtEditorsC14.bpi"); USEPACKAGE("cxPageControlC14.bpi"); USEPACKAGE("dxPSCoreC14.bpi"); USEPACKAGE("dxPSLnksC14.bpi"); USEPACKAGE("dxPScxCommonC14.bpi"); USEPACKAGE("cxExportC14.bpi"); USEPACKAGE("cxGridC14.bpi"); USEPACKAGE("dcldxPSCoreC14.bpi"); USEUNIT("dxPScxGrid6LnkPredefinedStyleSheets.pas"); USEUNIT("dxPScxGrid6LnkReg.pas"); USEFORMNS("dxPScxGrid6LnkPredefinedStyleSheets.pas", dxPScxGrid6LnkPredefinedStyleSheets, dxdmPScxGridLnkPredefinedStyles); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- #pragma argsused int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------