Add cellphone and tablet images
This commit is contained in:
parent
a8637190fe
commit
fb4269ef3b
@ -328,6 +328,7 @@
|
||||
</FileAssociation>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\tablet.png" />
|
||||
<None Include="Resources\PC.png" />
|
||||
<None Include="Resources\WRepeater.png" />
|
||||
<None Include="Resources\WBridge.png" />
|
||||
@ -338,6 +339,7 @@
|
||||
<None Include="Resources\Copier.png" />
|
||||
<None Include="Resources\microwave.png" />
|
||||
<None Include="Resources\fluorescent.png" />
|
||||
<None Include="Resources\cellphone.png" />
|
||||
<Content Include="Resources\NBIco.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
30
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
30
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
@ -75,6 +75,16 @@ namespace EduNetworkBuilder.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap cellphone {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("cellphone", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@ -711,12 +721,10 @@ namespace EduNetworkBuilder.Properties {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
|
||||
///{\*\generator Riched20 6.3.9600}\viewkind4\uc1
|
||||
///\pard\sa200\sl276\slmult1\f0\fs22\lang9 Version 1.0.21\par
|
||||
///* Added a microwave and fluorescent light. They corrupt data when packets run close to them. \par
|
||||
///Version 1.0.20 08/12/2015\par
|
||||
///* wports do not display on tooltips or when printing the device info\par
|
||||
///* Added ctrl-s to quick-save a network we are working on\par
|
||||
///* commented out wireless devices for now - [rest of string was truncated]";.
|
||||
///\pard\sa200\sl276\slmult1\f0\fs22\lang9 Version 1.0.22\line Version 1.0.21 08/15/2015\par
|
||||
///* Added a microwave and fluorescent light. They corrupt data when packets run close to them.\par
|
||||
///* Added some packet corruption puzzles\par
|
||||
///* Fixed window resize-on-load issue where the help window popped up first, then the builder window resized over to hide the help windo [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string ReleaseNotes {
|
||||
get {
|
||||
@ -764,6 +772,16 @@ namespace EduNetworkBuilder.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap tablet {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("tablet", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
|
@ -346,4 +346,10 @@
|
||||
<data name="Level0_PacketCorruption2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Level0_PacketCorruption2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="cellphone" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cellphone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="tablet" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\tablet.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
EduNetworkBuilder/Resources/cellphone.png
Normal file
BIN
EduNetworkBuilder/Resources/cellphone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
EduNetworkBuilder/Resources/tablet.png
Normal file
BIN
EduNetworkBuilder/Resources/tablet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue
Block a user