repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/GuiDLLs/FileLog/FileLogExample/Properties/Resources.Designer.cs@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | //------------------------------------------------------------------------------ |
darienf | 20:6d2af70c92ab | 2 | // <auto-generated> |
darienf | 20:6d2af70c92ab | 3 | // This code was generated by a tool. |
darienf | 20:6d2af70c92ab | 4 | // Runtime Version:4.0.30319.18444 |
darienf | 20:6d2af70c92ab | 5 | // |
darienf | 20:6d2af70c92ab | 6 | // Changes to this file may cause incorrect behavior and will be lost if |
darienf | 20:6d2af70c92ab | 7 | // the code is regenerated. |
darienf | 20:6d2af70c92ab | 8 | // </auto-generated> |
darienf | 20:6d2af70c92ab | 9 | //------------------------------------------------------------------------------ |
darienf | 20:6d2af70c92ab | 10 | |
darienf | 20:6d2af70c92ab | 11 | namespace FileLogExample.Properties |
darienf | 20:6d2af70c92ab | 12 | { |
darienf | 20:6d2af70c92ab | 13 | |
darienf | 20:6d2af70c92ab | 14 | |
darienf | 20:6d2af70c92ab | 15 | /// <summary> |
darienf | 20:6d2af70c92ab | 16 | /// A strongly-typed resource class, for looking up localized strings, etc. |
darienf | 20:6d2af70c92ab | 17 | /// </summary> |
darienf | 20:6d2af70c92ab | 18 | // This class was auto-generated by the StronglyTypedResourceBuilder |
darienf | 20:6d2af70c92ab | 19 | // class via a tool like ResGen or Visual Studio. |
darienf | 20:6d2af70c92ab | 20 | // To add or remove a member, edit your .ResX file then rerun ResGen |
darienf | 20:6d2af70c92ab | 21 | // with the /str option, or rebuild your VS project. |
darienf | 20:6d2af70c92ab | 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] |
darienf | 20:6d2af70c92ab | 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
darienf | 20:6d2af70c92ab | 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
darienf | 20:6d2af70c92ab | 25 | internal class Resources |
darienf | 20:6d2af70c92ab | 26 | { |
darienf | 20:6d2af70c92ab | 27 | |
darienf | 20:6d2af70c92ab | 28 | private static global::System.Resources.ResourceManager resourceMan; |
darienf | 20:6d2af70c92ab | 29 | |
darienf | 20:6d2af70c92ab | 30 | private static global::System.Globalization.CultureInfo resourceCulture; |
darienf | 20:6d2af70c92ab | 31 | |
darienf | 20:6d2af70c92ab | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
darienf | 20:6d2af70c92ab | 33 | internal Resources() |
darienf | 20:6d2af70c92ab | 34 | { |
darienf | 20:6d2af70c92ab | 35 | } |
darienf | 20:6d2af70c92ab | 36 | |
darienf | 20:6d2af70c92ab | 37 | /// <summary> |
darienf | 20:6d2af70c92ab | 38 | /// Returns the cached ResourceManager instance used by this class. |
darienf | 20:6d2af70c92ab | 39 | /// </summary> |
darienf | 20:6d2af70c92ab | 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
darienf | 20:6d2af70c92ab | 41 | internal static global::System.Resources.ResourceManager ResourceManager |
darienf | 20:6d2af70c92ab | 42 | { |
darienf | 20:6d2af70c92ab | 43 | get |
darienf | 20:6d2af70c92ab | 44 | { |
darienf | 20:6d2af70c92ab | 45 | if ((resourceMan == null)) |
darienf | 20:6d2af70c92ab | 46 | { |
darienf | 20:6d2af70c92ab | 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FileLogExample.Properties.Resources", typeof(Resources).Assembly); |
darienf | 20:6d2af70c92ab | 48 | resourceMan = temp; |
darienf | 20:6d2af70c92ab | 49 | } |
darienf | 20:6d2af70c92ab | 50 | return resourceMan; |
darienf | 20:6d2af70c92ab | 51 | } |
darienf | 20:6d2af70c92ab | 52 | } |
darienf | 20:6d2af70c92ab | 53 | |
darienf | 20:6d2af70c92ab | 54 | /// <summary> |
darienf | 20:6d2af70c92ab | 55 | /// Overrides the current thread's CurrentUICulture property for all |
darienf | 20:6d2af70c92ab | 56 | /// resource lookups using this strongly typed resource class. |
darienf | 20:6d2af70c92ab | 57 | /// </summary> |
darienf | 20:6d2af70c92ab | 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
darienf | 20:6d2af70c92ab | 59 | internal static global::System.Globalization.CultureInfo Culture |
darienf | 20:6d2af70c92ab | 60 | { |
darienf | 20:6d2af70c92ab | 61 | get |
darienf | 20:6d2af70c92ab | 62 | { |
darienf | 20:6d2af70c92ab | 63 | return resourceCulture; |
darienf | 20:6d2af70c92ab | 64 | } |
darienf | 20:6d2af70c92ab | 65 | set |
darienf | 20:6d2af70c92ab | 66 | { |
darienf | 20:6d2af70c92ab | 67 | resourceCulture = value; |
darienf | 20:6d2af70c92ab | 68 | } |
darienf | 20:6d2af70c92ab | 69 | } |
darienf | 20:6d2af70c92ab | 70 | } |
darienf | 20:6d2af70c92ab | 71 | } |