Add some icons for tastudio that we will eventually want to use

This commit is contained in:
adelikat 2014-09-03 01:22:57 +00:00
parent 5d754cf507
commit c84d8ec93c
6 changed files with 42 additions and 0 deletions

View File

@ -1471,6 +1471,9 @@
<None Include="config\ControllerImages\GENController.png" />
</ItemGroup>
<ItemGroup>
<None Include="images\tastudio\te_green_blue_arrow.bmp" />
<None Include="images\tastudio\te_green_arrow.bmp" />
<None Include="images\tastudio\te_arrow.bmp" />
<None Include="images\noconnect_16x16.png" />
<None Include="images\snes9x.png" />
<None Include="images\YellowUp.png" />

View File

@ -1209,6 +1209,36 @@ namespace BizHawk.Client.EmuHawk.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap te_arrow {
get {
object obj = ResourceManager.GetObject("te_arrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap te_green_arrow {
get {
object obj = ResourceManager.GetObject("te_green_arrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap te_green_blue_arrow {
get {
object obj = ResourceManager.GetObject("te_green_blue_arrow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -963,4 +963,13 @@
<data name="noconnect_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\noconnect_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="te_arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\tastudio\te_arrow.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="te_green_arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\tastudio\te_green_arrow.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="te_green_blue_arrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\tastudio\te_green_blue_arrow.bmp;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: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B