diff options
| author | lempamo <[email protected]> | 2017-02-27 16:31:55 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-27 16:32:29 -0500 |
| commit | 7525f0a0d08479043ab467cacd3fd18cbc2a9259 (patch) | |
| tree | 8b7f9a914f695b27f0e4d7a64a5e8d1da6a54cb2 /ShiftOS.WinForms/Properties/Resources.Designer.cs | |
| parent | 4dbe7bd2c66394128fd9336cccf9438492fd461b (diff) | |
| download | shiftos_thereturn-7525f0a0d08479043ab467cacd3fd18cbc2a9259.tar.gz shiftos_thereturn-7525f0a0d08479043ab467cacd3fd18cbc2a9259.tar.bz2 shiftos_thereturn-7525f0a0d08479043ab467cacd3fd18cbc2a9259.zip | |
Set up grid system for snakey
Diffstat (limited to 'ShiftOS.WinForms/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 128 |
1 files changed, 102 insertions, 26 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index 43b445c..289c980 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 @@ -946,7 +922,7 @@ namespace ShiftOS.WinForms.Properties { /// }, /// { /// Name: "AL Calculator", - /// Cost: 350, + /// Cost: 150, /// Dependencies: "calculator;app_launcher", /// Description: "Add an App Launcher Entry for the Calculator!" /// }, @@ -973,6 +949,106 @@ namespace ShiftOS.WinForms.Properties { } /// <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); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyBody { + get { + object obj = ResourceManager.GetObject("SnakeyBody", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyHeadD { + get { + object obj = ResourceManager.GetObject("SnakeyHeadD", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyHeadL { + get { + object obj = ResourceManager.GetObject("SnakeyHeadL", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyHeadR { + get { + object obj = ResourceManager.GetObject("SnakeyHeadR", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyHeadU { + get { + object obj = ResourceManager.GetObject("SnakeyHeadU", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyTailD { + get { + object obj = ResourceManager.GetObject("SnakeyTailD", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyTailL { + get { + object obj = ResourceManager.GetObject("SnakeyTailL", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyTailR { + get { + object obj = ResourceManager.GetObject("SnakeyTailR", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + internal static System.Drawing.Bitmap SnakeyTailU { + get { + object obj = ResourceManager.GetObject("SnakeyTailU", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// <summary> /// Looks up a localized string similar to [ /// "http://downloads.michaeltheshifter.me/music/blockride.mp3", /// "http://downloads.michaeltheshifter.me/music/nightcoding.mp3" |
