mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Changed the "About Zone Builder..." icon
This commit is contained in:
parent
32f3fbbd70
commit
4b565d69ee
5 changed files with 15 additions and 1 deletions
|
@ -704,6 +704,7 @@
|
||||||
<None Include="Resources\ZBLogo.bmp" />
|
<None Include="Resources\ZBLogo.bmp" />
|
||||||
<None Include="Resources\ZBLogo.png" />
|
<None Include="Resources\ZBLogo.png" />
|
||||||
<None Include="Resources\axis1.png" />
|
<None Include="Resources\axis1.png" />
|
||||||
|
<None Include="Resources\ZB16.png" />
|
||||||
<Content Include="ZB.ico" />
|
<Content Include="ZB.ico" />
|
||||||
<None Include="Resources\zonebuilder.png" />
|
<None Include="Resources\zonebuilder.png" />
|
||||||
<None Include="Resources\ZoneBuilder.bmp" />
|
<None Include="Resources\ZoneBuilder.bmp" />
|
||||||
|
|
10
Source/Core/Properties/Resources.Designer.cs
generated
10
Source/Core/Properties/Resources.Designer.cs
generated
|
@ -1470,6 +1470,16 @@ namespace CodeImp.DoomBuilder.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap ZB16 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("ZB16", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -553,4 +553,7 @@
|
||||||
<data name="axis1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="axis1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\axis1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\axis1.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ZB16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\ZB16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
BIN
Source/Core/Resources/ZB16.png
Normal file
BIN
Source/Core/Resources/ZB16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 697 B |
2
Source/Core/Windows/MainForm.Designer.cs
generated
2
Source/Core/Windows/MainForm.Designer.cs
generated
|
@ -1207,7 +1207,7 @@ namespace CodeImp.DoomBuilder.Windows
|
||||||
//
|
//
|
||||||
// itemhelpabout
|
// itemhelpabout
|
||||||
//
|
//
|
||||||
this.itemhelpabout.Image = global::CodeImp.DoomBuilder.Properties.Resources.About;
|
this.itemhelpabout.Image = global::CodeImp.DoomBuilder.Properties.Resources.ZB16;
|
||||||
this.itemhelpabout.Name = "itemhelpabout";
|
this.itemhelpabout.Name = "itemhelpabout";
|
||||||
this.itemhelpabout.Size = new System.Drawing.Size(232, 22);
|
this.itemhelpabout.Size = new System.Drawing.Size(232, 22);
|
||||||
this.itemhelpabout.Text = "&About Zone Builder...";
|
this.itemhelpabout.Text = "&About Zone Builder...";
|
||||||
|
|
Loading…
Reference in a new issue