added some development tools
[windows-sources.git] / developer / VSSDK / Samples / Options_Page / C# / Resources.Designer.cs
blob7f396413388ff311ed72dcf8d30e1b21dbc36e58
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.0
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace Microsoft.Samples.VisualStudio.IDE.OptionsPage {
12 using System;
15 /// <summary>
16 /// A strongly-typed resource class, for looking up localized strings, etc.
17 /// </summary>
18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project.
22 [System.CodeDom.Compiler.GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23 [System.Diagnostics.DebuggerNonUserCode()]
24 [System.Runtime.CompilerServices.CompilerGenerated()]
25 internal class Resources {
27 private static System.Resources.ResourceManager resourceMan;
29 private static System.Globalization.CultureInfo resourceCulture;
31 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32 internal Resources() {
35 /// <summary>
36 /// Returns the cached ResourceManager instance used by this class.
37 /// </summary>
38 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
39 internal static System.Resources.ResourceManager ResourceManager {
40 get {
41 if (ReferenceEquals(resourceMan, null)) {
42 System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Microsoft.Samples.VisualStudio.IDE.OptionsPage.Resources", typeof(Resources).Assembly);
43 resourceMan = temp;
45 return resourceMan;
49 /// <summary>
50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class.
52 /// </summary>
53 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
54 internal static System.Globalization.CultureInfo Culture {
55 get {
56 return resourceCulture;
58 set {
59 resourceCulture = value;
63 /// <summary>
64 /// Looks up a localized string similar to &amp;Clear Image.
65 /// </summary>
66 internal static string ButtonClearImageText {
67 get {
68 return ResourceManager.GetString("ButtonClearImageText", resourceCulture);
72 /// <summary>
73 /// Looks up a localized string similar to Choose &amp;Image.
74 /// </summary>
75 internal static string ChooseImageButtonText {
76 get {
77 return ResourceManager.GetString("ChooseImageButtonText", resourceCulture);
81 /// <summary>
82 /// Looks up a localized string similar to Information.
83 /// </summary>
84 internal static string MessageCaption {
85 get {
86 return ResourceManager.GetString("MessageCaption", resourceCulture);
90 /// <summary>
91 /// Looks up a localized string similar to Press Cancel to cancel this activation. OK to continue.
92 /// </summary>
93 internal static string MessageOnActivateEntered {
94 get {
95 return ResourceManager.GetString("MessageOnActivateEntered", resourceCulture);
99 /// <summary>
100 /// Looks up a localized string similar to In OnApply.
101 /// </summary>
102 internal static string MessageOnApply {
103 get {
104 return ResourceManager.GetString("MessageOnApply", resourceCulture);
108 /// <summary>
109 /// Looks up a localized string similar to Press Cancel to cancel this OnApply. OK to continue.
110 /// </summary>
111 internal static string MessageOnApplyEntered {
112 get {
113 return ResourceManager.GetString("MessageOnApplyEntered", resourceCulture);
117 /// <summary>
118 /// Looks up a localized string similar to OnClosed.
119 /// </summary>
120 internal static string MessageOnClosed {
121 get {
122 return ResourceManager.GetString("MessageOnClosed", resourceCulture);
126 /// <summary>
127 /// Looks up a localized string similar to Press Cancel to cancel this deactivation. OK to continue.
128 /// </summary>
129 internal static string MessageOnDeactivateEntered {
130 get {
131 return ResourceManager.GetString("MessageOnDeactivateEntered", resourceCulture);