[mapguide-commits] r5709 - in trunk/Tools/Maestro/Maestro.Editors: . Generic Properties Resources

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Apr 19 08:25:58 EDT 2011


Author: jng
Date: 2011-04-19 05:25:58 -0700 (Tue, 19 Apr 2011)
New Revision: 5709

Added:
   trunk/Tools/Maestro/Maestro.Editors/Resources/document-task.png
Modified:
   trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.Designer.cs
   trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.resx
   trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj
   trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs
   trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx
Log:
Icon update for XML editor control


Modified: trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.Designer.cs	2011-04-19 11:39:13 UTC (rev 5708)
+++ trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.Designer.cs	2011-04-19 12:25:58 UTC (rev 5709)
@@ -128,7 +128,7 @@
             // btnValidate
             // 
             this.btnValidate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
-            this.btnValidate.Image = global::Maestro.Editors.Properties.Resources.tick;
+            this.btnValidate.Image = global::Maestro.Editors.Properties.Resources.document_task;
             resources.ApplyResources(this.btnValidate, "btnValidate");
             this.btnValidate.Name = "btnValidate";
             this.btnValidate.Click += new System.EventHandler(this.btnValidate_Click);

Modified: trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.resx	2011-04-19 11:39:13 UTC (rev 5708)
+++ trunk/Tools/Maestro/Maestro.Editors/Generic/XmlEditorCtrl.resx	2011-04-19 12:25:58 UTC (rev 5709)
@@ -330,7 +330,7 @@
     <value>resDataCtrl</value>
   </data>
   <data name="&gt;&gt;resDataCtrl.Type" xml:space="preserve">
-    <value>Maestro.Editors.Generic.ResourceDataPanel, Maestro.Editors, Version=3.0.0.5610, Culture=neutral, PublicKeyToken=null</value>
+    <value>Maestro.Editors.Generic.ResourceDataPanel, Maestro.Editors, Version=3.0.0.5708, Culture=neutral, PublicKeyToken=null</value>
   </data>
   <data name="&gt;&gt;resDataCtrl.Parent" xml:space="preserve">
     <value>$this</value>
@@ -450,6 +450,6 @@
     <value>XmlEditorCtrl</value>
   </data>
   <data name="&gt;&gt;$this.Type" xml:space="preserve">
-    <value>Maestro.Editors.EditorBase, Maestro.Editors, Version=3.0.0.5610, Culture=neutral, PublicKeyToken=null</value>
+    <value>Maestro.Editors.EditorBase, Maestro.Editors, Version=3.0.0.5708, Culture=neutral, PublicKeyToken=null</value>
   </data>
 </root>
\ No newline at end of file

Modified: trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj	2011-04-19 11:39:13 UTC (rev 5708)
+++ trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj	2011-04-19 12:25:58 UTC (rev 5709)
@@ -1920,6 +1920,7 @@
     <Content Include="OdbcDriverMap.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
+    <None Include="Resources\document-task.png" />
     <None Include="Resources\document.png" />
     <None Include="Resources\ui-separator.png" />
     <None Include="Resources\gear--plus.png" />

Modified: trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs	2011-04-19 11:39:13 UTC (rev 5708)
+++ trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs	2011-04-19 12:25:58 UTC (rev 5709)
@@ -501,6 +501,13 @@
             }
         }
         
+        internal static System.Drawing.Bitmap document_task {
+            get {
+                object obj = ResourceManager.GetObject("document_task", resourceCulture);
+                return ((System.Drawing.Bitmap)(obj));
+            }
+        }
+        
         internal static System.Drawing.Bitmap drive_download {
             get {
                 object obj = ResourceManager.GetObject("drive-download", resourceCulture);

Modified: trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx	2011-04-19 11:39:13 UTC (rev 5708)
+++ trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx	2011-04-19 12:25:58 UTC (rev 5709)
@@ -1163,6 +1163,9 @@
   <data name="TitleQuestion" xml:space="preserve">
     <value>Question</value>
   </data>
+  <data name="document_task" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\Resources\document-task.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+  </data>
   <data name="InvalidConnection" xml:space="preserve">
     <value>This is not a valid connection: {0}</value>
   </data>

Added: trunk/Tools/Maestro/Maestro.Editors/Resources/document-task.png
===================================================================
(Binary files differ)


Property changes on: trunk/Tools/Maestro/Maestro.Editors/Resources/document-task.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the mapguide-commits mailing list