sl@0: //------------------------------------------------------------------------------
sl@0: //
sl@0: // This code was generated by a tool.
StephaneLenclud@127: // Runtime Version:4.0.30319.34209
sl@0: //
sl@0: // Changes to this file may cause incorrect behavior and will be lost if
sl@0: // the code is regenerated.
sl@0: //
sl@0: //------------------------------------------------------------------------------
sl@0:
sl@43: namespace SharpDisplayManager.Properties {
sl@43: using System;
sl@43:
sl@43:
sl@0: ///
sl@0: /// A strongly-typed resource class, for looking up localized strings, etc.
sl@0: ///
sl@0: // This class was auto-generated by the StronglyTypedResourceBuilder
sl@0: // class via a tool like ResGen or Visual Studio.
sl@0: // To add or remove a member, edit your .ResX file then rerun ResGen
sl@0: // with the /str option, or rebuild your VS project.
sl@0: [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
sl@0: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@0: [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@43: internal class Resources {
sl@43:
sl@0: private static global::System.Resources.ResourceManager resourceMan;
sl@43:
sl@0: private static global::System.Globalization.CultureInfo resourceCulture;
sl@43:
sl@0: [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
sl@43: internal Resources() {
sl@0: }
sl@43:
sl@0: ///
sl@0: /// Returns the cached ResourceManager instance used by this class.
sl@0: ///
sl@0: [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@43: internal static global::System.Resources.ResourceManager ResourceManager {
sl@43: get {
sl@43: if (object.ReferenceEquals(resourceMan, null)) {
sl@0: global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayManager.Properties.Resources", typeof(Resources).Assembly);
sl@0: resourceMan = temp;
sl@0: }
sl@0: return resourceMan;
sl@0: }
sl@0: }
sl@43:
sl@0: ///
sl@0: /// Overrides the current thread's CurrentUICulture property for all
sl@0: /// resource lookups using this strongly typed resource class.
sl@0: ///
sl@0: [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
sl@43: internal static global::System.Globalization.CultureInfo Culture {
sl@43: get {
sl@0: return resourceCulture;
sl@0: }
sl@43: set {
sl@0: resourceCulture = value;
sl@0: }
sl@0: }
sl@0: }
sl@0: }