Add a fluorescent light image

This commit is contained in:
Tim Young 2015-08-13 18:02:51 -06:00
parent 7601935e16
commit 2633e08950
4 changed files with 14 additions and 0 deletions

View File

@ -335,6 +335,7 @@
<None Include="Resources\BellDing.wav" />
<None Include="Resources\Copier.png" />
<None Include="Resources\microwave.png" />
<None Include="Resources\fluorescent.png" />
<Content Include="Resources\NBIco.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

View File

@ -115,6 +115,16 @@ namespace EduNetworkBuilder.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap fluorescent {
get {
object obj = ResourceManager.GetObject("fluorescent", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <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 02020603050405020304}Times New Roman;}{\f2\fbidi \fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;}
///{\f2\fbidi \fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;}{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\f38\fbi [rest of string was truncated]&quot;;.

View File

@ -334,6 +334,9 @@
<data name="Level2_VPN_woes" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level2_VPN_woes.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="fluorescent" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\fluorescent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="microwave" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\microwave.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: 15 KiB