Adding two more images, one which will be adding a burned-mark onto items which have burned out. The other is a set of initial animations which we will eventually use for showing something burning or sparking.

This commit is contained in:
Tim Young 2018-02-14 11:03:38 +00:00
parent f00ce5e965
commit 78c9c5472f
5 changed files with 33 additions and 5 deletions

View File

@ -443,6 +443,8 @@
<None Include="Resources\click.wav" />
<None Include="Resources\gpl.txt" />
<None Include="Resources\CaptionBtn.png" />
<None Include="Resources\Animations.png" />
<None Include="Resources\BurnMark.png" />
<Content Include="Resources\NBIco.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@ -19,7 +19,7 @@ namespace EduNetworkBuilder.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@ -61,8 +61,8 @@ namespace EduNetworkBuilder.Properties {
}
/// <summary>
/// Looks up a localized string similar to {\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 00000000000000000000}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
///{\f39\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 00000000000000000000}Times New [rest of string was truncated]&quot;;.
/// Looks up a localized string similar to {\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
///{\f39\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New [rest of string was truncated]&quot;;.
/// </summary>
internal static string about {
get {
@ -70,6 +70,26 @@ namespace EduNetworkBuilder.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Animations {
get {
object obj = ResourceManager.GetObject("Animations", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap BurnMark {
get {
object obj = ResourceManager.GetObject("BurnMark", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@ -1234,12 +1254,12 @@ namespace EduNetworkBuilder.Properties {
/// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
///&lt;ArrayOfHelpURL xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;
/// &lt;HelpURL&gt;
/// &lt;URL&gt;https://www.youtube.com/watch?v=YZbbWZqfC-Y&lt;/URL&gt;
/// &lt;URL&gt;https://youtu.be/AIeb9vPah9A&lt;/URL&gt;
/// &lt;LangTag&gt;en&lt;/LangTag&gt;
/// &lt;HelpTopicString&gt;DHCP&lt;/HelpTopicString&gt;
/// &lt;/HelpURL&gt;
/// &lt;HelpURL&gt;
/// &lt;URL&gt;https://www.youtube.com/watch?v=YZbbWZqfC-Y&lt;/URL&gt;
/// &lt;URL&gt;https://youtu.be/_D4GpaQd17o&lt;/URL&gt;
/// &lt;LangTag&gt;en&lt;/LangTag&gt;
/// &lt;HelpTopicString&gt;DHCPServer&lt;/HelpTopicString&gt;
/// &lt;/HelpURL&gt;

View File

@ -490,4 +490,10 @@
<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>
<data name="Animations" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Animations.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="BurnMark" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\BurnMark.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: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB