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