Darien Figueroa / Mbed 2 deprecated repo3

Dependencies:   mbed MAX14720 MAX30205 USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Resources.Designer.cs Source File

Resources.Designer.cs

00001 //------------------------------------------------------------------------------
00002 // <auto-generated>
00003 //     This code was generated by a tool.
00004 //     Runtime Version:4.0.30319.18444
00005 //
00006 //     Changes to this file may cause incorrect behavior and will be lost if
00007 //     the code is regenerated.
00008 // </auto-generated>
00009 //------------------------------------------------------------------------------
00010 
00011 namespace FileLogExample.Properties
00012 {
00013 
00014 
00015     /// <summary>
00016     ///   A strongly-typed resource class, for looking up localized strings, etc.
00017     /// </summary>
00018     // This class was auto-generated by the StronglyTypedResourceBuilder
00019     // class via a tool like ResGen or Visual Studio.
00020     // To add or remove a member, edit your .ResX file then rerun ResGen
00021     // with the /str option, or rebuild your VS project.
00022     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
00023     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
00024     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
00025     internal class Resources
00026     {
00027 
00028         private static global::System.Resources.ResourceManager resourceMan;
00029 
00030         private static global::System.Globalization.CultureInfo resourceCulture;
00031 
00032         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
00033         internal Resources()
00034         {
00035         }
00036 
00037         /// <summary>
00038         ///   Returns the cached ResourceManager instance used by this class.
00039         /// </summary>
00040         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00041         internal static global::System.Resources.ResourceManager ResourceManager
00042         {
00043             get
00044             {
00045                 if ((resourceMan == null))
00046                 {
00047                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileLogExample.Properties.Resources", typeof(Resources).Assembly);
00048                     resourceMan = temp;
00049                 }
00050                 return resourceMan;
00051             }
00052         }
00053 
00054         /// <summary>
00055         ///   Overrides the current thread's CurrentUICulture property for all
00056         ///   resource lookups using this strongly typed resource class.
00057         /// </summary>
00058         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
00059         internal static global::System.Globalization.CultureInfo Culture
00060         {
00061             get
00062             {
00063                 return resourceCulture;
00064             }
00065             set
00066             {
00067                 resourceCulture = value;
00068             }
00069         }
00070     }
00071 }