diff options
| author | Michael <[email protected]> | 2017-02-25 20:54:43 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-25 20:54:43 -0500 |
| commit | fed3801060be44b4a2ebad7c9d12605fb6954a13 (patch) | |
| tree | 48c9200ddbf62ac8b916896eab0bad8d35cc2f24 /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | 0b3873bb9413d91fee3484c9dc2aea9729e61500 (diff) | |
| download | shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.tar.gz shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.tar.bz2 shiftos_thereturn-fed3801060be44b4a2ebad7c9d12605fb6954a13.zip | |
Add about box and fix desktop panel transparency bug
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 61 |
1 files changed, 24 insertions, 37 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 8472f1d..767d75d 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1,28 +1,4 @@ -/* - * 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. - */ - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 @@ -884,6 +860,16 @@ namespace ShiftOS.WinForms.Properties { } /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap justthes { + get { + object obj = ResourceManager.GetObject("justthes", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized string similar to [ /// "english" /// "deutsch - in beta" @@ -907,23 +893,24 @@ namespace ShiftOS.WinForms.Properties { /// <summary> /// Looks up a localized string similar to [ + ///// CALCULATOR UPGRADES /// { - /// Name: "MUD Fundamentals", - /// Cost: 50, - /// Description: "Some basic commands for the terminal that'll help you out in the multi-user domain.", - /// Dependencies: null + /// Name: "Calculator", + /// Cost: 1000, + /// Dependencies: "wm_free_placement;desktop", + /// Description: "Crazy math problems getting you down? Well, this calculator will take care of that!" /// }, /// { - /// Name: "AL Notifications", - /// Cost: 125, - /// Dependencies: "app_launcher", - /// Description: "Want to open the Notifications application from within the App Launcher? This upgrade is for you." + /// Name: "AL Calculator", + /// Cost: 350, + /// Dependencies: "calculator;app_launcher", + /// Description: "Add an App Launcher Entry for the Calculator!" /// }, /// { - /// Name: "Guess the Word", - /// Cost: 150, - /// Dependencies: null, - /// Description: "Sick and tired of playing Pong? Buy this upgrade [rest of string was truncated]";. + /// Name: "Calc Equals Button", + /// Cost: 600, + /// Dependencies: "calculator", + /// Description: "Right now, you can only type numbers, [rest of string was truncated]";. /// </summary> internal static string Shiftorium { get { |
