/CodeMaid/VSPackage.Designer.cs

https://bitbucket.org/s_cadwallader/codemaid · C# · 122 lines · 65 code · 14 blank · 43 comment · 1 complexity · d18fbb546c6a0974891093b3f0f34646 MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.18213
  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 SteveCadwallader.CodeMaid {
  11. using System;
  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 VSPackage {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal VSPackage() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SteveCadwallader.CodeMaid.VSPackage", typeof(VSPackage).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to CodeMaid.
  56. /// </summary>
  57. internal static string _110 {
  58. get {
  59. return ResourceManager.GetString("110", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to CodeMaid is an open source Visual Studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, XAML, XML, ASP, HTML, CSS, JavaScript and TypeScript coding.
  64. ///
  65. ///Written by Steve Cadwallader, for more information visit http://www.codemaid.net/.
  66. /// </summary>
  67. internal static string _112 {
  68. get {
  69. return ResourceManager.GetString("112", resourceCulture);
  70. }
  71. }
  72. /// <summary>
  73. /// Looks up a localized string similar to 0.6.2.
  74. /// </summary>
  75. internal static string _114 {
  76. get {
  77. return ResourceManager.GetString("114", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
  82. /// </summary>
  83. internal static System.Drawing.Icon _400 {
  84. get {
  85. object obj = ResourceManager.GetObject("400", resourceCulture);
  86. return ((System.Drawing.Icon)(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized resource of type System.Drawing.Bitmap.
  91. /// </summary>
  92. internal static System.Drawing.Bitmap _502 {
  93. get {
  94. object obj = ResourceManager.GetObject("502", resourceCulture);
  95. return ((System.Drawing.Bitmap)(obj));
  96. }
  97. }
  98. /// <summary>
  99. /// Looks up a localized resource of type System.Drawing.Bitmap.
  100. /// </summary>
  101. internal static System.Drawing.Bitmap _508 {
  102. get {
  103. object obj = ResourceManager.GetObject("508", resourceCulture);
  104. return ((System.Drawing.Bitmap)(obj));
  105. }
  106. }
  107. }
  108. }