//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dclcxExtEditorsVCLC6.res"); USERES("cxExtEditReg.dcr"); USEPACKAGE("vcl.bpi"); USEPACKAGE("rtl.bpi"); USEPACKAGE("dcldb.bpi"); USEPACKAGE("dxCoreC6.bpi"); USEPACKAGE("dcldxCoreC6.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("dclcxLibraryVCLC6.bpi"); USEPACKAGE("dclcxEditorsVCLC6.bpi"); USEPACKAGE("vcldb.bpi"); USEPACKAGE("dbrtl.bpi"); USEPACKAGE("vclx.bpi"); USEPACKAGE("dxThemeC6.bpi"); USEPACKAGE("cxLibraryVCLC6.bpi"); USEPACKAGE("cxDataC6.bpi"); USEPACKAGE("cxEditorsVCLC6.bpi"); USEPACKAGE("cxExtEditorsVCLC6.bpi"); USEUNIT("cxExtEditReg.pas"); USEUNIT("cxShellEditorsReg.pas"); USEFORMNS("cxHintEditor.pas", Cxhinteditor, cxHintStyleEditor); USEFORMNS("cxSplitterEditor.pas", Cxsplittereditor, cxSplitEditor); USEFORMNS("cxCheckGroupStatesEditor.pas", Cxcheckgroupstateseditor, cxCheckGroupStatesEditorDlg); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- #pragma argsused int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------