Resources.Designer.cs 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  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 HTEXLabel.Properties {
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  19. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  20. internal class Resources {
  21. private static global::System.Resources.ResourceManager resourceMan;
  22. private static global::System.Globalization.CultureInfo resourceCulture;
  23. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  24. internal Resources() {
  25. }
  26. /// <summary>
  27. /// Returns the cached ResourceManager instance used by this class.
  28. /// </summary>
  29. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  30. internal static global::System.Resources.ResourceManager ResourceManager {
  31. get {
  32. if (object.ReferenceEquals(resourceMan, null)) {
  33. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HTEXLabel.Properties.Resources", typeof(Resources).Assembly);
  34. resourceMan = temp;
  35. }
  36. return resourceMan;
  37. }
  38. }
  39. /// <summary>
  40. /// Overrides the current thread's CurrentUICulture property for all
  41. /// resource lookups using this strongly typed resource class.
  42. /// </summary>
  43. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  44. internal static global::System.Globalization.CultureInfo Culture {
  45. get {
  46. return resourceCulture;
  47. }
  48. set {
  49. resourceCulture = value;
  50. }
  51. }
  52. }
  53. }