Clients/Idle/Properties/Resources.Designer.cs
author StephaneLenclud
Thu, 28 Jul 2016 19:32:40 +0200
changeset 225 6ccaa430aa23
parent 197 c66ec88ed19d
child 230 8c5cf2228e9a
permissions -rw-r--r--
Adding support for Display Messages.
StephaneLenclud@189
     1
//------------------------------------------------------------------------------
StephaneLenclud@189
     2
// <auto-generated>
StephaneLenclud@189
     3
//     This code was generated by a tool.
StephaneLenclud@189
     4
//     Runtime Version:4.0.30319.42000
StephaneLenclud@189
     5
//
StephaneLenclud@189
     6
//     Changes to this file may cause incorrect behavior and will be lost if
StephaneLenclud@189
     7
//     the code is regenerated.
StephaneLenclud@189
     8
// </auto-generated>
StephaneLenclud@189
     9
//------------------------------------------------------------------------------
StephaneLenclud@189
    10
StephaneLenclud@225
    11
namespace SharpDisplayClientIdle.Properties {
Stephane@197
    12
    using System;
Stephane@197
    13
    
Stephane@197
    14
    
StephaneLenclud@189
    15
    /// <summary>
StephaneLenclud@189
    16
    ///   A strongly-typed resource class, for looking up localized strings, etc.
StephaneLenclud@189
    17
    /// </summary>
StephaneLenclud@189
    18
    // This class was auto-generated by the StronglyTypedResourceBuilder
StephaneLenclud@189
    19
    // class via a tool like ResGen or Visual Studio.
StephaneLenclud@189
    20
    // To add or remove a member, edit your .ResX file then rerun ResGen
StephaneLenclud@189
    21
    // with the /str option, or rebuild your VS project.
StephaneLenclud@189
    22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
StephaneLenclud@189
    23
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
StephaneLenclud@189
    24
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Stephane@197
    25
    internal class Resources {
Stephane@197
    26
        
StephaneLenclud@189
    27
        private static global::System.Resources.ResourceManager resourceMan;
Stephane@197
    28
        
StephaneLenclud@189
    29
        private static global::System.Globalization.CultureInfo resourceCulture;
Stephane@197
    30
        
StephaneLenclud@189
    31
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
Stephane@197
    32
        internal Resources() {
StephaneLenclud@189
    33
        }
Stephane@197
    34
        
StephaneLenclud@189
    35
        /// <summary>
StephaneLenclud@189
    36
        ///   Returns the cached ResourceManager instance used by this class.
StephaneLenclud@189
    37
        /// </summary>
StephaneLenclud@189
    38
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
Stephane@197
    39
        internal static global::System.Resources.ResourceManager ResourceManager {
Stephane@197
    40
            get {
Stephane@197
    41
                if (object.ReferenceEquals(resourceMan, null)) {
StephaneLenclud@189
    42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayIdleClient.Properties.Resources", typeof(Resources).Assembly);
StephaneLenclud@189
    43
                    resourceMan = temp;
StephaneLenclud@189
    44
                }
StephaneLenclud@189
    45
                return resourceMan;
StephaneLenclud@189
    46
            }
StephaneLenclud@189
    47
        }
Stephane@197
    48
        
StephaneLenclud@189
    49
        /// <summary>
StephaneLenclud@189
    50
        ///   Overrides the current thread's CurrentUICulture property for all
StephaneLenclud@189
    51
        ///   resource lookups using this strongly typed resource class.
StephaneLenclud@189
    52
        /// </summary>
StephaneLenclud@189
    53
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
Stephane@197
    54
        internal static global::System.Globalization.CultureInfo Culture {
Stephane@197
    55
            get {
StephaneLenclud@189
    56
                return resourceCulture;
StephaneLenclud@189
    57
            }
Stephane@197
    58
            set {
StephaneLenclud@189
    59
                resourceCulture = value;
StephaneLenclud@189
    60
            }
StephaneLenclud@189
    61
        }
StephaneLenclud@189
    62
    }
StephaneLenclud@189
    63
}