Clients/Idle/Properties/Resources.Designer.cs
author StephaneLenclud
Wed, 03 Feb 2016 13:02:48 +0100
changeset 190 60977f2b3ca7
child 197 c66ec88ed19d
permissions -rw-r--r--
Moving our test client around.
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@189
    11
namespace SharpDisplayIdleClient.Properties
StephaneLenclud@189
    12
{
StephaneLenclud@189
    13
StephaneLenclud@189
    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()]
StephaneLenclud@189
    25
    internal class Resources
StephaneLenclud@189
    26
    {
StephaneLenclud@189
    27
StephaneLenclud@189
    28
        private static global::System.Resources.ResourceManager resourceMan;
StephaneLenclud@189
    29
StephaneLenclud@189
    30
        private static global::System.Globalization.CultureInfo resourceCulture;
StephaneLenclud@189
    31
StephaneLenclud@189
    32
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
StephaneLenclud@189
    33
        internal Resources()
StephaneLenclud@189
    34
        {
StephaneLenclud@189
    35
        }
StephaneLenclud@189
    36
StephaneLenclud@189
    37
        /// <summary>
StephaneLenclud@189
    38
        ///   Returns the cached ResourceManager instance used by this class.
StephaneLenclud@189
    39
        /// </summary>
StephaneLenclud@189
    40
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
StephaneLenclud@189
    41
        internal static global::System.Resources.ResourceManager ResourceManager
StephaneLenclud@189
    42
        {
StephaneLenclud@189
    43
            get
StephaneLenclud@189
    44
            {
StephaneLenclud@189
    45
                if ((resourceMan == null))
StephaneLenclud@189
    46
                {
StephaneLenclud@189
    47
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayIdleClient.Properties.Resources", typeof(Resources).Assembly);
StephaneLenclud@189
    48
                    resourceMan = temp;
StephaneLenclud@189
    49
                }
StephaneLenclud@189
    50
                return resourceMan;
StephaneLenclud@189
    51
            }
StephaneLenclud@189
    52
        }
StephaneLenclud@189
    53
StephaneLenclud@189
    54
        /// <summary>
StephaneLenclud@189
    55
        ///   Overrides the current thread's CurrentUICulture property for all
StephaneLenclud@189
    56
        ///   resource lookups using this strongly typed resource class.
StephaneLenclud@189
    57
        /// </summary>
StephaneLenclud@189
    58
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
StephaneLenclud@189
    59
        internal static global::System.Globalization.CultureInfo Culture
StephaneLenclud@189
    60
        {
StephaneLenclud@189
    61
            get
StephaneLenclud@189
    62
            {
StephaneLenclud@189
    63
                return resourceCulture;
StephaneLenclud@189
    64
            }
StephaneLenclud@189
    65
            set
StephaneLenclud@189
    66
            {
StephaneLenclud@189
    67
                resourceCulture = value;
StephaneLenclud@189
    68
            }
StephaneLenclud@189
    69
        }
StephaneLenclud@189
    70
    }
StephaneLenclud@189
    71
}