about box tweak

This commit is contained in:
adelikat 2013-12-18 22:58:24 +00:00
parent 09d515682b
commit 1fa16cfaeb
5 changed files with 19 additions and 1 deletions

View File

@ -164,7 +164,11 @@ namespace BizHawk.Client.EmuHawk
#else
Text = "BizHawk Interim Build (RELEASE MODE) SVN r" + SubWCRev.SVN_REV;
#endif
}
if (DateTime.Now > DateTime.Parse("12/17/2013") && DateTime.Now <= DateTime.Parse("12/25/2013"))
{
pictureBox1.Image = Properties.Resources.alt_about_image;
}
}
private void Close_Click(object sender, EventArgs e)
{

View File

@ -1277,6 +1277,7 @@
<Content Include="config\ControllerImages\N64.png" />
<Content Include="config\ControllerImages\SaturnController.jpg" />
<None Include="images\addWatch.ico" />
<None Include="images\alt_about_image.gif" />
<Content Include="images\logo.ico" />
<None Include="images\Paste.png" />
<None Include="images\reboot.png" />

View File

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

View File

@ -879,4 +879,7 @@
<data name="watch" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\watch.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="alt_about_image" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\alt_about_image.gif;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: 991 KiB