[mapguide-commits] r6805 - in trunk/Tools/Maestro/Maestro.Editors: . Properties Resources
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jun 25 06:35:33 PDT 2012
Author: jng
Date: 2012-06-25 06:35:33 -0700 (Mon, 25 Jun 2012)
New Revision: 6805
Added:
trunk/Tools/Maestro/Maestro.Editors/Resources/water.png
Modified:
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
trunk/Tools/Maestro/Maestro.Editors/RepositoryIcons.cs
Log:
Update watermark resource icon in the Resource Picker
Modified: trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj 2012-06-25 13:26:33 UTC (rev 6804)
+++ trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj 2012-06-25 13:35:33 UTC (rev 6805)
@@ -2319,6 +2319,7 @@
<Content Include="OdbcDriverMap.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <None Include="Resources\water.png" />
<None Include="Resources\magnifier-left.png" />
<None Include="Resources\icon_maptip_disabled.gif" />
<None Include="Resources\icon_maptip.gif" />
Modified: trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs 2012-06-25 13:26:33 UTC (rev 6804)
+++ trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.Designer.cs 2012-06-25 13:35:33 UTC (rev 6805)
@@ -3532,6 +3532,13 @@
}
}
+ internal static System.Drawing.Bitmap water {
+ get {
+ object obj = ResourceManager.GetObject("water", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
/// <summary>
/// Looks up a localized string similar to A widget named {0} already exists.
/// </summary>
Modified: trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx 2012-06-25 13:26:33 UTC (rev 6804)
+++ trunk/Tools/Maestro/Maestro.Editors/Properties/Resources.resx 2012-06-25 13:35:33 UTC (rev 6805)
@@ -5701,4 +5701,7 @@
<data name="TextLoading" xml:space="preserve">
<value>Loading</value>
</data>
+ <data name="water" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Resources\water.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root>
\ No newline at end of file
Modified: trunk/Tools/Maestro/Maestro.Editors/RepositoryIcons.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/RepositoryIcons.cs 2012-06-25 13:26:33 UTC (rev 6804)
+++ trunk/Tools/Maestro/Maestro.Editors/RepositoryIcons.cs 2012-06-25 13:35:33 UTC (rev 6805)
@@ -155,7 +155,7 @@
imgList.Images.Add(Properties.Resources.blueprints);
imgList.Images.Add(Properties.Resources.applications_stack);
imgList.Images.Add(Properties.Resources.marker);
- imgList.Images.Add(Properties.Resources.edit);
+ imgList.Images.Add(Properties.Resources.water);
imgList.Images.Add(Properties.Resources.script__arrow);
imgList.Images.Add(Properties.Resources.server);
imgList.Images.Add(Properties.Resources.folder_horizontal);
Added: trunk/Tools/Maestro/Maestro.Editors/Resources/water.png
===================================================================
(Binary files differ)
Property changes on: trunk/Tools/Maestro/Maestro.Editors/Resources/water.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the mapguide-commits
mailing list