//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dxLayoutControlReg.dcr"); USERES("dcldxLayoutControlC10.res"); USEPACKAGE("rtl.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("dxComnC10.bpi"); USEPACKAGE("dxLayoutControlC10.bpi"); USEPACKAGE("cxLibraryC10.bpi"); USEPACKAGE("dclcxLibraryC10.bpi"); USEUNIT("dxLayoutDesignCommon.pas"); USEFORMNS("dxLayoutDesignForm.pas", dxLayoutDesignForm, DesignForm); USEFORMNS("dxLayoutLookAndFeelListDesignForm.pas", dxLayoutLookAndFeelListDesignForm, LookAndFeelListDesignForm); USEUNIT("dxLayoutControlReg.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------