src/FingersDance.Control.SessionInput/Properties/Resources.Designer.cs
author sarias
Wed, 23 Sep 2009 17:11:43 +0200
changeset 91 0f29e2660bb7
parent 61 9e2f007b19b3
permissions -rw-r--r--
grisage sur le les controls
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     1
//------------------------------------------------------------------------------
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     2
// <auto-generated>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     3
//     This code was generated by a tool.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     4
//     Runtime Version:2.0.50727.3074
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     5
//
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     6
//     Changes to this file may cause incorrect behavior and will be lost if
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     7
//     the code is regenerated.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     8
// </auto-generated>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     9
//------------------------------------------------------------------------------
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    10
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    11
namespace FingersDance.Control.SessionInput.Properties
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    12
{
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    13
    using System;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    14
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    15
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    16
    /// <summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    17
    ///   A strongly-typed resource class, for looking up localized strings, etc.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    18
    /// </summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    19
    // This class was auto-generated by the StronglyTypedResourceBuilder
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    20
    // class via a tool like ResGen or Visual Studio.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    21
    // To add or remove a member, edit your .ResX file then rerun ResGen
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    22
    // with the /str option, or rebuild your VS project.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    23
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    24
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    25
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    26
    internal class Resources
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    27
    {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    28
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    29
        private static global::System.Resources.ResourceManager resourceMan;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    30
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    31
        private static global::System.Globalization.CultureInfo resourceCulture;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    32
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    33
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    34
        internal Resources()
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    35
        {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    36
        }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    37
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    38
        /// <summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    39
        ///   Returns the cached ResourceManager instance used by this class.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    40
        /// </summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    41
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    42
        internal static global::System.Resources.ResourceManager ResourceManager
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    43
        {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    44
            get
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    45
            {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    46
                if (object.ReferenceEquals(resourceMan, null))
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    47
                {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    48
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WPFAppTemplate.Properties.Resources", typeof(Resources).Assembly);
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    49
                    resourceMan = temp;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    50
                }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    51
                return resourceMan;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    52
            }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    53
        }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    54
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    55
        /// <summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    56
        ///   Overrides the current thread's CurrentUICulture property for all
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    57
        ///   resource lookups using this strongly typed resource class.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    58
        /// </summary>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    59
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    60
        internal static global::System.Globalization.CultureInfo Culture
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    61
        {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    62
            get
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    63
            {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    64
                return resourceCulture;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    65
            }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    66
            set
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    67
            {
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    68
                resourceCulture = value;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    69
            }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    70
        }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    71
    }
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    72
}