[mapguide-commits] r5633 - trunk/Tools/Maestro/Maestro.Base/Editor

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 16 07:10:20 EDT 2011


Author: jng
Date: 2011-03-16 04:10:20 -0700 (Wed, 16 Mar 2011)
New Revision: 5633

Modified:
   trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.Designer.cs
   trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.cs
   trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.resx
Log:
Disable the resource upgrade button as resource upgrading is not currently implemented


Modified: trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.Designer.cs	2011-03-16 11:04:41 UTC (rev 5632)
+++ trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.Designer.cs	2011-03-16 11:10:20 UTC (rev 5633)
@@ -54,6 +54,7 @@
             resources.ApplyResources(this.btnUpgrade, "btnUpgrade");
             this.btnUpgrade.Name = "btnUpgrade";
             this.btnUpgrade.UseVisualStyleBackColor = true;
+            this.btnUpgrade.Click += new System.EventHandler(this.btnUpgrade_Click);
             // 
             // panelBody
             // 

Modified: trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.cs	2011-03-16 11:04:41 UTC (rev 5632)
+++ trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.cs	2011-03-16 11:10:20 UTC (rev 5633)
@@ -266,5 +266,10 @@
             this.DiscardChangesOnClose = discardChanges;
             base.Close();
         }
+
+        private void btnUpgrade_Click(object sender, EventArgs e)
+        {
+
+        }
     }
 }

Modified: trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.resx	2011-03-16 11:04:41 UTC (rev 5632)
+++ trunk/Tools/Maestro/Maestro.Base/Editor/EditorContentBase.resx	2011-03-16 11:10:20 UTC (rev 5633)
@@ -150,6 +150,9 @@
   <data name="btnUpgrade.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
     <value>Top, Right</value>
   </data>
+  <data name="btnUpgrade.Enabled" type="System.Boolean, mscorlib">
+    <value>False</value>
+  </data>
   <data name="btnUpgrade.Location" type="System.Drawing.Point, System.Drawing">
     <value>526, 8</value>
   </data>
@@ -232,6 +235,6 @@
     <value>EditorContentBase</value>
   </data>
   <data name="&gt;&gt;$this.Type" xml:space="preserve">
-    <value>Maestro.Base.ViewContentBase, Maestro.Base, Version=3.0.0.5334, Culture=neutral, PublicKeyToken=null</value>
+    <value>Maestro.Base.ViewContentBase, Maestro.Base, Version=3.0.0.5610, Culture=neutral, PublicKeyToken=null</value>
   </data>
 </root>
\ No newline at end of file



More information about the mapguide-commits mailing list