//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace POSV.Language { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Language_en { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Language_en() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [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("POSV.Language.Language_en", typeof(Language_en).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性 /// 重写当前线程的 CurrentUICulture 属性。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 JuWei Cashier V2 的本地化字符串。 /// internal static string Application_Title { get { return ResourceManager.GetString("Application.Title", resourceCulture); } } /// /// 查找类似 Exit 的本地化字符串。 /// internal static string exit { get { return ResourceManager.GetString("exit", resourceCulture); } } /// /// 查找类似 Wrong account or password 的本地化字符串。 /// internal static string lblErrorMessage { get { return ResourceManager.GetString("lblErrorMessage", resourceCulture); } } /// /// 查找类似 Login Time:{0} 的本地化字符串。 /// internal static string lblLoginDate { get { return ResourceManager.GetString("lblLoginDate", resourceCulture); } } /// /// 查找类似 Remaining: 的本地化字符串。 /// internal static string lblMemberAmount { get { return ResourceManager.GetString("lblMemberAmount", resourceCulture); } } /// /// 查找类似 Remaining:{0} 的本地化字符串。 /// internal static string lblMemberAmount_tag { get { return ResourceManager.GetString("lblMemberAmount_tag", resourceCulture); } } /// /// 查找类似 Card No: 的本地化字符串。 /// internal static string lblMemberCardNo { get { return ResourceManager.GetString("lblMemberCardNo", resourceCulture); } } /// /// 查找类似 Card No:{0} 的本地化字符串。 /// internal static string lblMemberCardNo_tag { get { return ResourceManager.GetString("lblMemberCardNo_tag", resourceCulture); } } /// /// 查找类似 Integral: 的本地化字符串。 /// internal static string lblMemberPoint { get { return ResourceManager.GetString("lblMemberPoint", resourceCulture); } } /// /// 查找类似 Integral:{0} 的本地化字符串。 /// internal static string lblMemberPoint_tag { get { return ResourceManager.GetString("lblMemberPoint_tag", resourceCulture); } } /// /// 查找类似 POS No:{0} 的本地化字符串。 /// internal static string lblPosNo { get { return ResourceManager.GetString("lblPosNo", resourceCulture); } } /// /// 查找类似 Shop Name:{0} 的本地化字符串。 /// internal static string lblStoreName { get { return ResourceManager.GetString("lblStoreName", resourceCulture); } } /// /// 查找类似 Shop Name 的本地化字符串。 /// internal static string lblStoreNamelogin { get { return ResourceManager.GetString("lblStoreNamelogin", resourceCulture); } } /// /// 查找类似 Store No 的本地化字符串。 /// internal static string lblStoreNo { get { return ResourceManager.GetString("lblStoreNo", resourceCulture); } } /// /// 查找类似 Current Time:{0} 的本地化字符串。 /// internal static string lblSystemDate { get { return ResourceManager.GetString("lblSystemDate", resourceCulture); } } /// /// 查找类似 Workers:{0} 的本地化字符串。 /// internal static string lblWorkerNo { get { return ResourceManager.GetString("lblWorkerNo", resourceCulture); } } /// /// 查找类似 Log In 的本地化字符串。 /// internal static string login { get { return ResourceManager.GetString("login", resourceCulture); } } /// /// 查找类似 Dish Name 的本地化字符串。 /// internal static string table_Order_itme_name { get { return ResourceManager.GetString("table_Order_itme_name", resourceCulture); } } /// /// 查找类似 Price 的本地化字符串。 /// internal static string table_Order_itme_price { get { return ResourceManager.GetString("table_Order_itme_price", resourceCulture); } } /// /// 查找类似 Quantity 的本地化字符串。 /// internal static string table_Order_itme_quantity { get { return ResourceManager.GetString("table_Order_itme_quantity", resourceCulture); } } /// /// 查找类似 Total 的本地化字符串。 /// internal static string table_Order_itme_total { get { return ResourceManager.GetString("table_Order_itme_total", resourceCulture); } } /// /// 查找类似 Password 的本地化字符串。 /// internal static string txtPasswd { get { return ResourceManager.GetString("txtPasswd", resourceCulture); } } /// /// 查找类似 Workers 的本地化字符串。 /// internal static string txtWorkerNo { get { return ResourceManager.GetString("txtWorkerNo", resourceCulture); } } } }