//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本: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_ch { 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_ch() { } /// /// 返回此类使用的缓存的 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_ch", typeof(Language_ch).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; } } /// /// 查找类似 巨为收银V2版 的本地化字符串。 /// internal static string Application_Title { get { return ResourceManager.GetString("Application.Title", resourceCulture); } } /// /// 查找类似 退出 的本地化字符串。 /// internal static string exit { get { return ResourceManager.GetString("exit", resourceCulture); } } /// /// 查找类似 工号或密码错误 的本地化字符串。 /// internal static string lblErrorMessage { get { return ResourceManager.GetString("lblErrorMessage", resourceCulture); } } /// /// 查找类似 登录时间:{0} 的本地化字符串。 /// internal static string lblLoginDate { get { return ResourceManager.GetString("lblLoginDate", resourceCulture); } } /// /// 查找类似 余额: 的本地化字符串。 /// internal static string lblMemberAmount { get { return ResourceManager.GetString("lblMemberAmount", resourceCulture); } } /// /// 查找类似 余额:{0} 的本地化字符串。 /// internal static string lblMemberAmount_tag { get { return ResourceManager.GetString("lblMemberAmount_tag", resourceCulture); } } /// /// 查找类似 卡号: 的本地化字符串。 /// internal static string lblMemberCardNo { get { return ResourceManager.GetString("lblMemberCardNo", resourceCulture); } } /// /// 查找类似 卡号:{0} 的本地化字符串。 /// internal static string lblMemberCardNo_tag { get { return ResourceManager.GetString("lblMemberCardNo_tag", resourceCulture); } } /// /// 查找类似 积分: 的本地化字符串。 /// internal static string lblMemberPoint { get { return ResourceManager.GetString("lblMemberPoint", resourceCulture); } } /// /// 查找类似 积分:{0} 的本地化字符串。 /// internal static string lblMemberPoint_tag { get { return ResourceManager.GetString("lblMemberPoint_tag", resourceCulture); } } /// /// 查找类似 POS号:{0} 的本地化字符串。 /// internal static string lblPosNo { get { return ResourceManager.GetString("lblPosNo", resourceCulture); } } /// /// 查找类似 门店:{0} 的本地化字符串。 /// internal static string lblStoreName { get { return ResourceManager.GetString("lblStoreName", resourceCulture); } } /// /// 查找类似 店铺名称 的本地化字符串。 /// internal static string lblStoreNamelogin { get { return ResourceManager.GetString("lblStoreNamelogin", resourceCulture); } } /// /// 查找类似 店铺编号 的本地化字符串。 /// internal static string lblStoreNo { get { return ResourceManager.GetString("lblStoreNo", resourceCulture); } } /// /// 查找类似 当前时间:{0} 的本地化字符串。 /// internal static string lblSystemDate { get { return ResourceManager.GetString("lblSystemDate", resourceCulture); } } /// /// 查找类似 工号:{0} 的本地化字符串。 /// internal static string lblWorkerNo { get { return ResourceManager.GetString("lblWorkerNo", resourceCulture); } } /// /// 查找类似 登录 的本地化字符串。 /// internal static string login { get { return ResourceManager.GetString("login", resourceCulture); } } /// /// 查找类似 lblErrorMessage 的本地化字符串。 /// internal static string String { get { return ResourceManager.GetString("String", resourceCulture); } } /// /// 查找类似 菜品名称 的本地化字符串。 /// internal static string table_Order_itme_name { get { return ResourceManager.GetString("table_Order_itme_name", resourceCulture); } } /// /// 查找类似 售价 的本地化字符串。 /// internal static string table_Order_itme_price { get { return ResourceManager.GetString("table_Order_itme_price", resourceCulture); } } /// /// 查找类似 数量 的本地化字符串。 /// internal static string table_Order_itme_quantity { get { return ResourceManager.GetString("table_Order_itme_quantity", resourceCulture); } } /// /// 查找类似 合计 的本地化字符串。 /// internal static string table_Order_itme_total { get { return ResourceManager.GetString("table_Order_itme_total", resourceCulture); } } /// /// 查找类似 登录密码 的本地化字符串。 /// internal static string txtPasswd { get { return ResourceManager.GetString("txtPasswd", resourceCulture); } } /// /// 查找类似 员工工号 的本地化字符串。 /// internal static string txtWorkerNo { get { return ResourceManager.GetString("txtWorkerNo", resourceCulture); } } } }