[mapguide-commits] r4907 - sandbox/maestro-2.5/Maestro.Base

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 18 05:16:54 EDT 2010


Author: jng
Date: 2010-05-18 05:16:51 -0400 (Tue, 18 May 2010)
New Revision: 4907

Modified:
   sandbox/maestro-2.5/Maestro.Base/Maestro.Base.addin
   sandbox/maestro-2.5/Maestro.Base/ZonedContainer.Designer.cs
Log:
 - Fix up view activation logic.

Modified: sandbox/maestro-2.5/Maestro.Base/Maestro.Base.addin
===================================================================
--- sandbox/maestro-2.5/Maestro.Base/Maestro.Base.addin	2010-05-18 08:59:24 UTC (rev 4906)
+++ sandbox/maestro-2.5/Maestro.Base/Maestro.Base.addin	2010-05-18 09:16:51 UTC (rev 4907)
@@ -122,7 +122,7 @@
                      icon="plug__plus"
                      label="${res:Menu_File_Connect}"
                      tooltip="${res:Menu_File_Connect}"
-                     class="Maestro.Base.Commands.NotImplementedCommand" />
+                     class="Maestro.Base.Commands.LoginCommand" />
         <ToolbarItem id="NewItem"
                      icon="document__plus"
                      label="${res:Menu_File_NewResource}"

Modified: sandbox/maestro-2.5/Maestro.Base/ZonedContainer.Designer.cs
===================================================================
--- sandbox/maestro-2.5/Maestro.Base/ZonedContainer.Designer.cs	2010-05-18 08:59:24 UTC (rev 4906)
+++ sandbox/maestro-2.5/Maestro.Base/ZonedContainer.Designer.cs	2010-05-18 09:16:51 UTC (rev 4907)
@@ -86,6 +86,7 @@
             this.leftZone.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ZoneDrawItem);
             this.leftZone.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ZoneMouseClick);
             this.leftZone.TabIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
+            this.leftZone.SelectedIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
             // 
             // leftImgList
             // 
@@ -153,6 +154,7 @@
             this.documentTabs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ZoneDrawItem);
             this.documentTabs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ZoneMouseClick);
             this.documentTabs.TabIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
+            this.documentTabs.SelectedIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
             // 
             // docImgList
             // 
@@ -176,6 +178,7 @@
             this.bottomZone.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ZoneDrawItem);
             this.bottomZone.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ZoneMouseClick);
             this.bottomZone.TabIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
+            this.bottomZone.SelectedIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
             // 
             // bottomImgList
             // 
@@ -199,6 +202,7 @@
             this.rightZone.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ZoneDrawItem);
             this.rightZone.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ZoneMouseClick);
             this.rightZone.TabIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
+            this.rightZone.SelectedIndexChanged += new System.EventHandler(this.ZoneTabSelectedIndexChanged);
             // 
             // rightImgList
             // 



More information about the mapguide-commits mailing list