1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.0
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
11 namespace Microsoft
.Samples
.VisualStudio
.IDE
.OptionsPage
{
16 /// A strongly-typed resource class, for looking up localized strings, etc.
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() {
36 /// Returns the cached ResourceManager instance used by this class.
38 [System
.ComponentModel
.EditorBrowsable(System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
39 internal static System
.Resources
.ResourceManager ResourceManager
{
41 if (ReferenceEquals(resourceMan
, null)) {
42 System
.Resources
.ResourceManager temp
= new System
.Resources
.ResourceManager("Microsoft.Samples.VisualStudio.IDE.OptionsPage.Resources", typeof(Resources
).Assembly
);
50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class.
53 [System
.ComponentModel
.EditorBrowsable(System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
54 internal static System
.Globalization
.CultureInfo Culture
{
56 return resourceCulture
;
59 resourceCulture
= value;
64 /// Looks up a localized string similar to &Clear Image.
66 internal static string ButtonClearImageText
{
68 return ResourceManager
.GetString("ButtonClearImageText", resourceCulture
);
73 /// Looks up a localized string similar to Choose &Image.
75 internal static string ChooseImageButtonText
{
77 return ResourceManager
.GetString("ChooseImageButtonText", resourceCulture
);
82 /// Looks up a localized string similar to Information.
84 internal static string MessageCaption
{
86 return ResourceManager
.GetString("MessageCaption", resourceCulture
);
91 /// Looks up a localized string similar to Press Cancel to cancel this activation. OK to continue.
93 internal static string MessageOnActivateEntered
{
95 return ResourceManager
.GetString("MessageOnActivateEntered", resourceCulture
);
100 /// Looks up a localized string similar to In OnApply.
102 internal static string MessageOnApply
{
104 return ResourceManager
.GetString("MessageOnApply", resourceCulture
);
109 /// Looks up a localized string similar to Press Cancel to cancel this OnApply. OK to continue.
111 internal static string MessageOnApplyEntered
{
113 return ResourceManager
.GetString("MessageOnApplyEntered", resourceCulture
);
118 /// Looks up a localized string similar to OnClosed.
120 internal static string MessageOnClosed
{
122 return ResourceManager
.GetString("MessageOnClosed", resourceCulture
);
127 /// Looks up a localized string similar to Press Cancel to cancel this deactivation. OK to continue.
129 internal static string MessageOnDeactivateEntered
{
131 return ResourceManager
.GetString("MessageOnDeactivateEntered", resourceCulture
);