mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
changed achievements icon
This commit is contained in:
parent
717f7caf67
commit
71ccea956d
5 changed files with 15 additions and 1 deletions
10
TimeHACK.Main/Properties/Resources.Designer.cs
generated
10
TimeHACK.Main/Properties/Resources.Designer.cs
generated
|
@ -1111,6 +1111,16 @@ internal static System.Drawing.Bitmap WinClassicEndings {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap WinClassicEndingsIcon {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicEndingsIcon", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -693,4 +693,7 @@
|
|||
<data name="WinClassicMinesweeper" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicMinesweeper.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicEndingsIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicEndingsIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png
Normal file
BIN
TimeHACK.Main/Resources/WinClassic/WinClassicEndingsIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 469 B |
|
@ -603,6 +603,7 @@
|
|||
<Content Include="Resources\WinClassic\WinClassicDocuments.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicEndings.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicEndingsLocked.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicEndingsIcon.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicFind.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicFolder.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" />
|
||||
|
|
2
TimeHACK.Main/TitleScreen.Designer.cs
generated
2
TimeHACK.Main/TitleScreen.Designer.cs
generated
|
@ -288,7 +288,7 @@ private void InitializeComponent()
|
|||
//
|
||||
// achievementsToolStripMenuItem
|
||||
//
|
||||
this.achievementsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicEndings;
|
||||
this.achievementsToolStripMenuItem.Image = global::TimeHACK.Properties.Resources.WinClassicEndingsIcon;
|
||||
this.achievementsToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.achievementsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.achievementsToolStripMenuItem.Name = "achievementsToolStripMenuItem";
|
||||
|
|
Loading…
Reference in a new issue