//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("cxVerticalGridC11.res"); USEPACKAGE("rtl.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("dxCoreC11.bpi"); USEPACKAGE("vclx.bpi"); USEPACKAGE("dbrtl.bpi"); USEPACKAGE("cxEditorsC11.bpi"); USEPACKAGE("cxExtEditorsC11.bpi"); USEPACKAGE("cxLibraryC11.bpi"); USEPACKAGE("cxExportC11.bpi"); USEPACKAGE("cxDataC11.bpi"); USEPACKAGE("dxThemeC11.bpi"); USEUNIT("cxDBVGrid.pas"); USEUNIT("cxExportVGLink.pas"); USEUNIT("cxOI.pas"); USEFORMNS("cxOICollectionEd.pas", Cxoicollectioned, cxCollectionEditor); USEFORMNS("cxOIPictureEd.pas", Cxoipictureed, cxfmPictureEditor); USEFORMNS("cxOIStringsEd.pas", Cxoistringsed, cxfmStringsEditor); USEUNIT("cxVGrid.pas"); USEUNIT("cxVGridConsts.pas"); USEFORMNS("cxVGridNewCategory.pas", Cxvgridnewcategory, fmCreateCategory); USEUNIT("cxVGridUtils.pas"); USEUNIT("cxVGridViewInfo.pas"); USEUNIT("cxVGridStyleSheetPreview.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------