Resources.Designer.cs 2.4 KB

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