Resources.Designer.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. namespace Measure.Properties {
  2. using System;
  3. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
  4. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  5. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  6. internal class Resources {
  7. private static global::System.Resources.ResourceManager resourceMan;
  8. private static global::System.Globalization.CultureInfo resourceCulture;
  9. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  10. internal Resources() {
  11. }
  12. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  13. internal static global::System.Resources.ResourceManager ResourceManager {
  14. get {
  15. if (object.ReferenceEquals(resourceMan, null)) {
  16. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Measure.Properties.Resources", typeof(Resources).Assembly);
  17. resourceMan = temp;
  18. }
  19. return resourceMan;
  20. }
  21. }
  22. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  23. internal static global::System.Globalization.CultureInfo Culture {
  24. get {
  25. return resourceCulture;
  26. }
  27. set {
  28. resourceCulture = value;
  29. }
  30. }
  31. }
  32. }