//------------------------------------------------------------------------------ // // 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 Sicentury.Localization { 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()] internal class lang_recipeview { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal lang_recipeview() { } /// /// 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("Sicentury.Localization.lang_recipeview", typeof(lang_recipeview).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 Change Password. /// internal static string ID_BTN_ChangePassword_Content { get { return ResourceManager.GetString("ID_BTN_ChangePassword_Content", resourceCulture); } } /// /// Looks up a localized string similar to Change Password. /// internal static string ID_BTN_ChangePassword_ToolTip { get { return ResourceManager.GetString("ID_BTN_ChangePassword_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Compare. /// internal static string ID_BTN_Compare_Content { get { return ResourceManager.GetString("ID_BTN_Compare_Content", resourceCulture); } } /// /// Looks up a localized string similar to Compare. /// internal static string ID_BTN_Compare_ToolTip { get { return ResourceManager.GetString("ID_BTN_Compare_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Export. /// internal static string ID_BTN_Export_Content { get { return ResourceManager.GetString("ID_BTN_Export_Content", resourceCulture); } } /// /// Looks up a localized string similar to Export. /// internal static string ID_BTN_Export_ToolTip { get { return ResourceManager.GetString("ID_BTN_Export_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Import. /// internal static string ID_BTN_Import_Content { get { return ResourceManager.GetString("ID_BTN_Import_Content", resourceCulture); } } /// /// Looks up a localized string similar to Import. /// internal static string ID_BTN_Import_ToolTip { get { return ResourceManager.GetString("ID_BTN_Import_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Paste Back. /// internal static string ID_BTN_PasteBack_Content { get { return ResourceManager.GetString("ID_BTN_PasteBack_Content", resourceCulture); } } /// /// Looks up a localized string similar to Paste Back. /// internal static string ID_BTN_PasteBack_ToolTip { get { return ResourceManager.GetString("ID_BTN_PasteBack_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Paste Front. /// internal static string ID_BTN_PasteFront_Content { get { return ResourceManager.GetString("ID_BTN_PasteFront_Content", resourceCulture); } } /// /// Looks up a localized string similar to Paste Front. /// internal static string ID_BTN_PasteFront_ToolTip { get { return ResourceManager.GetString("ID_BTN_PasteFront_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to ChamberType. /// internal static string ID_TXT_ChamberType { get { return ResourceManager.GetString("ID_TXT_ChamberType", resourceCulture); } } /// /// Looks up a localized string similar to FormatVersion. /// internal static string ID_TXT_FormatVersion { get { return ResourceManager.GetString("ID_TXT_FormatVersion", resourceCulture); } } /// /// Looks up a localized string similar to Header. /// internal static string ID_TXT_Header { get { return ResourceManager.GetString("ID_TXT_Header", resourceCulture); } } /// /// Looks up a localized string similar to Routine Setting. /// internal static string ID_TXT_RoutineSetting { get { return ResourceManager.GetString("ID_TXT_RoutineSetting", resourceCulture); } } /// /// Looks up a localized string similar to Select Recipe Name:. /// internal static string ID_TXT_SelectRecipeName { get { return ResourceManager.GetString("ID_TXT_SelectRecipeName", resourceCulture); } } /// /// Looks up a localized string similar to Steps. /// internal static string ID_TXT_Steps { get { return ResourceManager.GetString("ID_TXT_Steps", resourceCulture); } } /// /// Looks up a localized string similar to TotalTime. /// internal static string ID_TXT_TotalTime { get { return ResourceManager.GetString("ID_TXT_TotalTime", resourceCulture); } } /// /// Looks up a localized string similar to Validate. /// internal static string ID_TXT_Validate { get { return ResourceManager.GetString("ID_TXT_Validate", resourceCulture); } } } }