//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace PettingZoo.UI.Tab.Subscriber { 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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class SubscriberViewStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SubscriberViewStrings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PettingZoo.UI.Tab.Subscriber.SubscriberViewStrings", typeof(SubscriberViewStrings).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Clear. /// public static string CommandClear { get { return ResourceManager.GetString("CommandClear", resourceCulture); } } /// /// Looks up a localized string similar to Export.... /// public static string CommandExport { get { return ResourceManager.GetString("CommandExport", resourceCulture); } } /// /// Looks up a localized string similar to Open in new Publisher tab. /// public static string ContextPublish { get { return ResourceManager.GetString("ContextPublish", resourceCulture); } } /// /// Looks up a localized string similar to Non-persistent. /// public static string DeliveryModeNonPersistent { get { return ResourceManager.GetString("DeliveryModeNonPersistent", resourceCulture); } } /// /// Looks up a localized string similar to Persistent. /// public static string DeliveryModePersistent { get { return ResourceManager.GetString("DeliveryModePersistent", resourceCulture); } } /// /// Looks up a localized string similar to Error while exporting messages: {0}. /// public static string ExportError { get { return ResourceManager.GetString("ExportError", resourceCulture); } } /// /// Looks up a localized string similar to Exporting messages.... /// public static string ExportProgressWindowTitle { get { return ResourceManager.GetString("ExportProgressWindowTitle", resourceCulture); } } /// /// Looks up a localized string similar to Export. /// public static string ExportResultTitle { get { return ResourceManager.GetString("ExportResultTitle", resourceCulture); } } /// /// Looks up a localized string similar to Exported {0} message(s) to {1}. /// public static string ExportSuccess { get { return ResourceManager.GetString("ExportSuccess", resourceCulture); } } /// /// Looks up a localized string similar to New messages. /// public static string LabelNewMessages { get { return ResourceManager.GetString("LabelNewMessages", resourceCulture); } } /// /// Looks up a localized string similar to Body. /// public static string PanelTitleBody { get { return ResourceManager.GetString("PanelTitleBody", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// public static string PanelTitleProperties { get { return ResourceManager.GetString("PanelTitleProperties", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// public static string PropertyName { get { return ResourceManager.GetString("PropertyName", resourceCulture); } } /// /// Looks up a localized string similar to Value. /// public static string PropertyValue { get { return ResourceManager.GetString("PropertyValue", resourceCulture); } } /// /// Looks up a localized string similar to Replies. /// public static string ReplyTabTitle { get { return ResourceManager.GetString("ReplyTabTitle", resourceCulture); } } } }