Add a video-play image

This commit is contained in:
Tim Young 2017-10-25 10:04:33 -05:00
parent e88fc8962a
commit db56e53268
4 changed files with 14 additions and 0 deletions

View File

@ -424,6 +424,7 @@
</FileAssociation>
</ItemGroup>
<ItemGroup>
<None Include="Resources\VidImage.png" />
<None Include="Resources\noBeep.wav" />
<None Include="Resources\tablet.png" />
<None Include="Resources\PC.png" />

View File

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

View File

@ -484,4 +484,7 @@
<data name="InternetHomeAndOffice" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\InternetHomeAndOffice.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="VidImage" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\VidImage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB