nothing to see here
This commit is contained in:
parent
0ee999dde4
commit
0a00eb0de2
|
@ -169,6 +169,16 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
pictureBox1.Image = Properties.Resources.alt_about_image;
|
||||
}
|
||||
|
||||
if (DateTime.Now.Month == 2)
|
||||
{
|
||||
if (DateTime.Now.Day >= 7 && DateTime.Now.Day <= 14)
|
||||
{
|
||||
pictureBox1.Image = Properties.Resources.HawkInLove;
|
||||
pictureBox1.Location = new Point(pictureBox1.Location.X - 40, pictureBox1.Location.Y);
|
||||
pictureBox1.Width = pictureBox1.Width + 80;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void Close_Click(object sender, EventArgs e)
|
||||
|
|
|
@ -1552,6 +1552,7 @@
|
|||
<None Include="config\ControllerImages\GENController.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\HawkInLove.png" />
|
||||
<None Include="images\Circle.png" />
|
||||
<None Include="images\Cross.png" />
|
||||
<None Include="images\Square.png" />
|
||||
|
@ -1855,6 +1856,7 @@
|
|||
<None Include="images\alt_about_image.png" />
|
||||
<None Include="images\connect_16x16.png" />
|
||||
<None Include="images\add.png" />
|
||||
<None Include="images\HawkInLove.png" />
|
||||
<Content Include="images\logo.ico" />
|
||||
<None Include="images\Paste.png" />
|
||||
<None Include="images\reboot.png" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -640,6 +640,16 @@ namespace BizHawk.Client.EmuHawk.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap HawkInLove {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("HawkInLove", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -1488,4 +1488,7 @@
|
|||
<data name="PSX_Original_Controller" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\config\ControllerImages\PSX-Original-Controller.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="HawkInLove" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\HawkInLove.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: 190 KiB |
Loading…
Reference in New Issue