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