mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Added ShiftLotto Icon
I added a ShiftLotto Icon (and probably did other stuff)
This commit is contained in:
parent
ed26b41963
commit
369aefc5e8
6 changed files with 45 additions and 10 deletions
26
ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
generated
26
ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
generated
|
@ -1,4 +1,28 @@
|
|||
namespace ShiftOS.WinForms.Applications
|
||||
/*
|
||||
* MIT License
|
||||
*
|
||||
* Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
partial class ShiftLotto
|
||||
{
|
||||
|
|
|
@ -35,6 +35,7 @@ using ShiftOS.Engine;
|
|||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[Launcher("ShiftLotto", true, "al_shiftlotto", "Games")]
|
||||
[DefaultIcon("iconShiftLotto")]
|
||||
[RequiresUpgrade("shiftlotto")]
|
||||
[WinOpen("shiftlotto")]
|
||||
public partial class ShiftLotto : UserControl, IShiftOSWindow
|
||||
|
|
24
ShiftOS.WinForms/Properties/Resources.Designer.cs
generated
24
ShiftOS.WinForms/Properties/Resources.Designer.cs
generated
|
@ -729,6 +729,16 @@ namespace ShiftOS.WinForms.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap iconShiftLotto {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("iconShiftLotto", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -923,15 +933,11 @@ namespace ShiftOS.WinForms.Properties {
|
|||
/// Company: "ShiftSoft"
|
||||
/// },
|
||||
/// {
|
||||
/// Company: ""
|
||||
/// },
|
||||
/// {
|
||||
///
|
||||
/// },
|
||||
/// {
|
||||
///
|
||||
/// },
|
||||
///].
|
||||
/// Company: "Shiftcast",
|
||||
/// Name: "NetXtreme Hyper Edition",
|
||||
/// CostPerMonth: 1500,
|
||||
/// DownloadSpeed: 524288, //512 kb/s
|
||||
/// Description: "It's time to supercharge your Shif [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string ShiftnetServices {
|
||||
get {
|
||||
|
|
|
@ -475,4 +475,7 @@
|
|||
<data name="ShiftnetServices" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ShiftnetServices.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
<data name="iconShiftLotto" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\systemicons\iconshiftlotto.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
|
@ -609,6 +609,7 @@
|
|||
<Content Include="SystemIcons\iconPong.png" />
|
||||
<Content Include="SystemIcons\iconShifter.png" />
|
||||
<None Include="SystemIcons\iconShiftLetters.png" />
|
||||
<Content Include="SystemIcons\iconShiftLotto.png" />
|
||||
<Content Include="SystemIcons\iconShiftnet.png" />
|
||||
<Content Include="SystemIcons\iconShiftorium.png" />
|
||||
<None Include="SystemIcons\iconShiftSweeper.png" />
|
||||
|
|
BIN
ShiftOS.WinForms/SystemIcons/iconShiftLotto.png
Normal file
BIN
ShiftOS.WinForms/SystemIcons/iconShiftLotto.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 299 B |
Loading…
Reference in a new issue