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