VSPackage.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // Este código fue generado por una herramienta.
4 // Versión de runtime:4.0.30319.42000
5 //
6 // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
7 // se vuelve a generar el código.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 
11 namespace sage.addons.components {
12  using System;
13 
14 
18  // StronglyTypedResourceBuilder generó automáticamente esta clase
19  // a través de una herramienta como ResGen o Visual Studio.
20  // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen
21  // con la opción /str o recompile su proyecto de VS.
22  [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
23  [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24  [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25  internal class VSPackage {
26 
27  private static global::System.Resources.ResourceManager resourceMan;
28 
29  private static global::System.Globalization.CultureInfo resourceCulture;
30 
31  [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32  internal VSPackage() {
33  }
34 
38  [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39  internal static global::System.Resources.ResourceManager ResourceManager {
40  get {
41  if (object.ReferenceEquals(resourceMan, null)) {
42  global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("sage.addons.components.VSPackage", typeof(VSPackage).Assembly);
43  resourceMan = temp;
44  }
45  return resourceMan;
46  }
47  }
48 
53  [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54  internal static global::System.Globalization.CultureInfo Culture {
55  get {
56  return resourceCulture;
57  }
58  set {
59  resourceCulture = value;
60  }
61  }
62 
66  internal static string _110 {
67  get {
68  return ResourceManager.GetString("110", resourceCulture);
69  }
70  }
71 
75  internal static string _112 {
76  get {
77  return ResourceManager.GetString("112", resourceCulture);
78  }
79  }
80 
84  internal static System.Drawing.Icon _400 {
85  get {
86  object obj = ResourceManager.GetObject("400", resourceCulture);
87  return ((System.Drawing.Icon)(obj));
88  }
89  }
90  }
91 }