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