diff options
| author | Michael <[email protected]> | 2017-06-11 08:21:41 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-11 08:21:47 -0400 |
| commit | 7ec048fe8536c9757eda47801af07956b826466d (patch) | |
| tree | bcc0588ae5509ede6d7e916118040eae828e4600 /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | 997a81457ebb6d6523c36ca552cee143e0d92244 (diff) | |
| download | shiftos_thereturn-7ec048fe8536c9757eda47801af07956b826466d.tar.gz shiftos_thereturn-7ec048fe8536c9757eda47801af07956b826466d.tar.bz2 shiftos_thereturn-7ec048fe8536c9757eda47801af07956b826466d.zip | |
More menu work.
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 0386237..137db4b 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1092,9 +1092,9 @@ namespace ShiftOS.WinForms.Properties { /// { /// Company: "Shiftcast", /// Name: "NetXtreme Hyper Edition", - /// CostPerMonth: 1500, + /// CostPerMonth: 150, /// DownloadSpeed: 524288, //512 kb/s - /// Description: "It's time to supercharge your Shif [rest of string was truncated]";. + /// Description: "It's time to supercharge your Shift [rest of string was truncated]";. /// </summary> internal static string ShiftnetServices { get { @@ -1113,9 +1113,10 @@ namespace ShiftOS.WinForms.Properties { /// Category: "Enhancements", /// }, /// { - /// Name: "Shift Progress Bar", - /// Cost: 150, - /// Description: "Want to customize the look of all ShiftOS Progress Bars? Buy this upgrade today and you'll get the ability to set the foreground an [rest of string was truncated]";. + /// Name: "Icon Manager", + /// Cost: 450, + /// Description: "This tool allows you to add and edit application icons within ShiftOS for the small prive of 450 Codepoints!", + /// Dependencies: "skinning [rest of string was truncated]";. /// </summary> internal static string Shiftorium { get { @@ -1136,6 +1137,16 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + internal static System.Drawing.Bitmap ShiftOSFull { + get { + object obj = ResourceManager.GetObject("ShiftOSFull", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap SnakeyBG { get { object obj = ResourceManager.GetObject("SnakeyBG", resourceCulture); |
