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@189: namespace SharpDisplayIdleClient.Properties
StephaneLenclud@189: {
StephaneLenclud@189:
StephaneLenclud@189:
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()]
StephaneLenclud@189: internal class Resources
StephaneLenclud@189: {
StephaneLenclud@189:
StephaneLenclud@189: private static global::System.Resources.ResourceManager resourceMan;
StephaneLenclud@189:
StephaneLenclud@189: private static global::System.Globalization.CultureInfo resourceCulture;
StephaneLenclud@189:
StephaneLenclud@189: [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
StephaneLenclud@189: internal Resources()
StephaneLenclud@189: {
StephaneLenclud@189: }
StephaneLenclud@189:
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)]
StephaneLenclud@189: internal static global::System.Resources.ResourceManager ResourceManager
StephaneLenclud@189: {
StephaneLenclud@189: get
StephaneLenclud@189: {
StephaneLenclud@189: if ((resourceMan == null))
StephaneLenclud@189: {
StephaneLenclud@189: global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayIdleClient.Properties.Resources", typeof(Resources).Assembly);
StephaneLenclud@189: resourceMan = temp;
StephaneLenclud@189: }
StephaneLenclud@189: return resourceMan;
StephaneLenclud@189: }
StephaneLenclud@189: }
StephaneLenclud@189:
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)]
StephaneLenclud@189: internal static global::System.Globalization.CultureInfo Culture
StephaneLenclud@189: {
StephaneLenclud@189: get
StephaneLenclud@189: {
StephaneLenclud@189: return resourceCulture;
StephaneLenclud@189: }
StephaneLenclud@189: set
StephaneLenclud@189: {
StephaneLenclud@189: resourceCulture = value;
StephaneLenclud@189: }
StephaneLenclud@189: }
StephaneLenclud@189: }
StephaneLenclud@189: }