Add the image for the shapes button

This commit is contained in:
Tim Young 2018-02-26 16:26:28 -06:00
parent 4f59f3c3a6
commit 1825f2badf
4 changed files with 14 additions and 0 deletions

View File

@ -414,6 +414,7 @@
</FileAssociation>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Shapes.png" />
<None Include="Resources\tree.png" />
<None Include="Resources\WAP.png" />
<None Include="Resources\tablet.png" />

View File

@ -1240,6 +1240,16 @@ namespace EduNetworkBuilder.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Shapes {
get {
object obj = ResourceManager.GetObject("Shapes", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -505,6 +505,9 @@
<data name="Level0_Frozen" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level0_Frozen.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Shapes" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Shapes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="tree" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\tree.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB