示例#1
0
        protected override LoadReturnCode OnLoad(ref string errorMessage)
        {
            MRhinoDockBarManager.CreateRhinoDockBar(
                this, UIContiner, true,
                MRhinoUiDockBar.DockLocation.floating,
                MRhinoUiDockBar.DockStyle.any,
                new System.Drawing.Point(200, 200));

            MRhinoDockBarManager.CreateRhinoDockBar(
                this, UIContiner_serialport, true,
                MRhinoUiDockBar.DockLocation.floating,
                MRhinoUiDockBar.DockStyle.any,
                new System.Drawing.Point(200, 200));

            return(base.OnLoad(ref errorMessage));
        }