diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 17:12:24 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 17:12:24 -0500 |
| commit | ef26e9f3b20a3581a68388390c30f86a6fcb5740 (patch) | |
| tree | 1021b63be92f2fce6443d03588fae288353a4567 /Microbit/Properties | |
| parent | 97c66fb4ea00941c83bbf6c0778fced0daf37c9f (diff) | |
| download | Microbit-ef26e9f3b20a3581a68388390c30f86a6fcb5740.tar.gz Microbit-ef26e9f3b20a3581a68388390c30f86a6fcb5740.tar.bz2 Microbit-ef26e9f3b20a3581a68388390c30f86a6fcb5740.zip | |
Added the launcher menu, kernel project and added packages
Diffstat (limited to 'Microbit/Properties')
| -rw-r--r-- | Microbit/Properties/Resources.Designer.cs | 46 | ||||
| -rw-r--r-- | Microbit/Properties/Settings.Designer.cs | 22 |
2 files changed, 28 insertions, 40 deletions
diff --git a/Microbit/Properties/Resources.Designer.cs b/Microbit/Properties/Resources.Designer.cs index d6a2732..d0f55e2 100644 --- a/Microbit/Properties/Resources.Designer.cs +++ b/Microbit/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace Microbit.Properties -{ - - +namespace Microbit.Main.Properties { + using System; + + /// <summary> /// A strongly-typed resource class, for looking up localized strings, etc. /// </summary> @@ -19,51 +19,43 @@ namespace Microbit.Properties // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// <summary> /// Returns the cached ResourceManager instance used by this class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microbit.Properties.Resources", typeof(Resources).Assembly); + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microbit.Main.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// <summary> /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// </summary> [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Microbit/Properties/Settings.Designer.cs b/Microbit/Properties/Settings.Designer.cs index 052febf..566564d 100644 --- a/Microbit/Properties/Settings.Designer.cs +++ b/Microbit/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace Microbit.Properties -{ - - +namespace Microbit.Main.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } |
