diff options
| author | AShifter <[email protected]> | 2017-03-07 20:04:59 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-07 20:04:59 -0700 |
| commit | 369aefc5e81eba25e31d52c1031f3e8ec750cb04 (patch) | |
| tree | 8aac88c9012bd54affe05de3941236847375fcb6 /ShiftOS.WinForms/Properties | |
| parent | ed26b419631065bd743598a249d58589d2eda646 (diff) | |
| download | shiftos_thereturn-369aefc5e81eba25e31d52c1031f3e8ec750cb04.tar.gz shiftos_thereturn-369aefc5e81eba25e31d52c1031f3e8ec750cb04.tar.bz2 shiftos_thereturn-369aefc5e81eba25e31d52c1031f3e8ec750cb04.zip | |
Added ShiftLotto Icon
I added a ShiftLotto Icon (and probably did other stuff)
Diffstat (limited to 'ShiftOS.WinForms/Properties')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 24 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.resx | 3 |
2 files changed, 18 insertions, 9 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 2df6f11..6628f0b 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -732,6 +732,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> internal static System.Drawing.Bitmap iconShiftnet { get { object obj = ResourceManager.GetObject("iconShiftnet", resourceCulture); @@ -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 { diff --git a/ShiftOS.WinForms/Properties/Resources.resx b/ShiftOS.WinForms/Properties/Resources.resx index 5100329..bef4f99 100644 --- a/ShiftOS.WinForms/Properties/Resources.resx +++ b/ShiftOS.WinForms/Properties/Resources.resx @@ -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>
\ No newline at end of file |
