//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Samples.Modules.PropertyGrid.Views { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class DisplayLocalizationRes { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal DisplayLocalizationRes() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Samples.Modules.PropertyGrid.Views.DisplayLocalizationRes", typeof(DisplayLocalizationRes).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Details. /// internal static string DetailsCategory { get { return ResourceManager.GetString("DetailsCategory", resourceCulture); } } /// /// Looks up a localized string similar to Favorite actor 1 (no DisplayName). /// internal static string FavoriteActor1 { get { return ResourceManager.GetString("FavoriteActor1", resourceCulture); } } /// /// Looks up a localized string similar to This property's type is an enum whose values have no DisplayName attributes. These values displayed are provided by the ToString() method.. /// internal static string FavoriteActor1Desc { get { return ResourceManager.GetString("FavoriteActor1Desc", resourceCulture); } } /// /// Looks up a localized string similar to Favorite actor 2 (with DisplayName). /// internal static string FavoriteActor2 { get { return ResourceManager.GetString("FavoriteActor2", resourceCulture); } } /// /// Looks up a localized string similar to This property's type is an enum whose values are decorated with the ExtendedDisplayName attribute. Combined with the EnumDisplayNameConverter, this allows display values to be customized.. /// internal static string FavoriteActor2Desc { get { return ResourceManager.GetString("FavoriteActor2Desc", resourceCulture); } } /// /// Looks up a localized string similar to Favorite actor 3. /// internal static string FavoriteActor3 { get { return ResourceManager.GetString("FavoriteActor3", resourceCulture); } } /// /// Looks up a localized string similar to "(Not listed)" enum value shows that enum values can also be localized.. /// internal static string FavoriteActor3Desc { get { return ResourceManager.GetString("FavoriteActor3Desc", resourceCulture); } } /// /// Looks up a localized string similar to First name. /// internal static string FirstName { get { return ResourceManager.GetString("FirstName", resourceCulture); } } /// /// Looks up a localized string similar to First name of that person. /// internal static string FirstNameDesc { get { return ResourceManager.GetString("FirstNameDesc", resourceCulture); } } /// /// Looks up a localized string similar to Information. /// internal static string InfoCategory { get { return ResourceManager.GetString("InfoCategory", resourceCulture); } } /// /// Looks up a localized string similar to Last name. /// internal static string LastName { get { return ResourceManager.GetString("LastName", resourceCulture); } } /// /// Looks up a localized string similar to Usually the familly name of the person. /// internal static string LastNameDesc { get { return ResourceManager.GetString("LastNameDesc", resourceCulture); } } /// /// Looks up a localized string similar to (Not listed). /// internal static string NotListed { get { return ResourceManager.GetString("NotListed", resourceCulture); } } } }