//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace HxUserManagement.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [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("HxUserManagement.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 账户状态 的本地化字符串。 /// public static string strAccountStatus { get { return ResourceManager.GetString("strAccountStatus", resourceCulture); } } /// /// 查找类似 添加失败! 的本地化字符串。 /// public static string strAddFailed { get { return ResourceManager.GetString("strAddFailed", resourceCulture); } } /// /// 查找类似 添加成功! 的本地化字符串。 /// public static string strAddSuccess { get { return ResourceManager.GetString("strAddSuccess", resourceCulture); } } /// /// 查找类似 取消 的本地化字符串。 /// public static string strCancel { get { return ResourceManager.GetString("strCancel", resourceCulture); } } /// /// 查找类似 确认密码 的本地化字符串。 /// public static string strConfirmPassword { get { return ResourceManager.GetString("strConfirmPassword", resourceCulture); } } /// /// 查找类似 数据权限 的本地化字符串。 /// public static string strDataAuthority { get { return ResourceManager.GetString("strDataAuthority", resourceCulture); } } /// /// 查找类似 删除 的本地化字符串。 /// public static string strDelete { get { return ResourceManager.GetString("strDelete", resourceCulture); } } /// /// 查找类似 删除失败! 的本地化字符串。 /// public static string strDeleteFailed { get { return ResourceManager.GetString("strDeleteFailed", resourceCulture); } } /// /// 查找类似 删除成功! 的本地化字符串。 /// public static string strDeleteSuccess { get { return ResourceManager.GetString("strDeleteSuccess", resourceCulture); } } /// /// 查找类似 请确认要删除用户【{0}】? 的本地化字符串。 /// public static string strDeleteUserConfirm { get { return ResourceManager.GetString("strDeleteUserConfirm", resourceCulture); } } /// /// 查找类似 禁用 的本地化字符串。 /// public static string strDisable { get { return ResourceManager.GetString("strDisable", resourceCulture); } } /// /// 查找类似 编辑 的本地化字符串。 /// public static string strEdit { get { return ResourceManager.GetString("strEdit", resourceCulture); } } /// /// 查找类似 编辑用户 的本地化字符串。 /// public static string strEditUser { get { return ResourceManager.GetString("strEditUser", resourceCulture); } } /// /// 查找类似 Email格式不正确 的本地化字符串。 /// public static string strEmailError { get { return ResourceManager.GetString("strEmailError", resourceCulture); } } /// /// 查找类似 启用 的本地化字符串。 /// public static string strEnable { get { return ResourceManager.GetString("strEnable", resourceCulture); } } /// /// 查找类似 锁定 的本地化字符串。 /// public static string strLock { get { return ResourceManager.GetString("strLock", resourceCulture); } } /// /// 查找类似 邮箱 的本地化字符串。 /// public static string strMail { get { return ResourceManager.GetString("strMail", resourceCulture); } } /// /// 查找类似 修改失败! 的本地化字符串。 /// public static string strModifyFailed { get { return ResourceManager.GetString("strModifyFailed", resourceCulture); } } /// /// 查找类似 修改权限失败! 的本地化字符串。 /// public static string strModifyRoleFailed { get { return ResourceManager.GetString("strModifyRoleFailed", resourceCulture); } } /// /// 查找类似 修改权限成功! 的本地化字符串。 /// public static string strModifyRoleSuccess { get { return ResourceManager.GetString("strModifyRoleSuccess", resourceCulture); } } /// /// 查找类似 修改成功! 的本地化字符串。 /// public static string strModifySucces { get { return ResourceManager.GetString("strModifySucces", resourceCulture); } } /// /// 查找类似 新建 的本地化字符串。 /// public static string strNew { get { return ResourceManager.GetString("strNew", resourceCulture); } } /// /// 查找类似 新密码 的本地化字符串。 /// public static string strNewPassword { get { return ResourceManager.GetString("strNewPassword", resourceCulture); } } /// /// 查找类似 新建用户 的本地化字符串。 /// public static string strNewUser { get { return ResourceManager.GetString("strNewUser", resourceCulture); } } /// /// 查找类似 序号 的本地化字符串。 /// public static string strNo { get { return ResourceManager.GetString("strNo", resourceCulture); } } /// /// 查找类似 正常 的本地化字符串。 /// public static string strNormal { get { return ResourceManager.GetString("strNormal", resourceCulture); } } /// /// 查找类似 操作权限 的本地化字符串。 /// public static string strOperateAuthority { get { return ResourceManager.GetString("strOperateAuthority", resourceCulture); } } /// /// 查找类似 操作时间 的本地化字符串。 /// public static string strOperateTime { get { return ResourceManager.GetString("strOperateTime", resourceCulture); } } /// /// 查找类似 操作 的本地化字符串。 /// public static string strOperation { get { return ResourceManager.GetString("strOperation", resourceCulture); } } /// /// 查找类似 操作人 的本地化字符串。 /// public static string strOperator { get { return ResourceManager.GetString("strOperator", resourceCulture); } } /// /// 查找类似 手机号 的本地化字符串。 /// public static string strPhone { get { return ResourceManager.GetString("strPhone", resourceCulture); } } /// /// 查找类似 手机号码格式不正确 的本地化字符串。 /// public static string strPhoneError { get { return ResourceManager.GetString("strPhoneError", resourceCulture); } } /// /// 查找类似 手机号码长度有误 的本地化字符串。 /// public static string strPhoneLengthError { get { return ResourceManager.GetString("strPhoneLengthError", resourceCulture); } } /// /// 查找类似 请选择 的本地化字符串。 /// public static string strPleaseSelect { get { return ResourceManager.GetString("strPleaseSelect", resourceCulture); } } /// /// 查找类似 查看全部数据 的本地化字符串。 /// public static string strPreviewAll { get { return ResourceManager.GetString("strPreviewAll", resourceCulture); } } /// /// 查找类似 只查看本人数据 的本地化字符串。 /// public static string strPreviewSelf { get { return ResourceManager.GetString("strPreviewSelf", resourceCulture); } } /// /// 查找类似 密码长度必须大于6个字符 的本地化字符串。 /// public static string strPswdLenght { get { return ResourceManager.GetString("strPswdLenght", resourceCulture); } } /// /// 查找类似 密码不一致 的本地化字符串。 /// public static string strPswdNotSame { get { return ResourceManager.GetString("strPswdNotSame", resourceCulture); } } /// /// 查找类似 重置密码 的本地化字符串。 /// public static string strPSWDReset { get { return ResourceManager.GetString("strPSWDReset", resourceCulture); } } /// /// 查找类似 修改密码失败! 的本地化字符串。 /// public static string strResetPswdFailed { get { return ResourceManager.GetString("strResetPswdFailed", resourceCulture); } } /// /// 查找类似 修改密码成功! 的本地化字符串。 /// public static string strResetPswdSuccess { get { return ResourceManager.GetString("strResetPswdSuccess", resourceCulture); } } /// /// 查找类似 角色 的本地化字符串。 /// public static string strRole { get { return ResourceManager.GetString("strRole", resourceCulture); } } /// /// 查找类似 角色编辑 的本地化字符串。 /// public static string strRoleEdit { get { return ResourceManager.GetString("strRoleEdit", resourceCulture); } } /// /// 查找类似 角色管理 的本地化字符串。 /// public static string strRoleManage { get { return ResourceManager.GetString("strRoleManage", resourceCulture); } } /// /// 查找类似 角色名 的本地化字符串。 /// public static string strRoleName { get { return ResourceManager.GetString("strRoleName", resourceCulture); } } /// /// 查找类似 角色描述 的本地化字符串。 /// public static string strRoleRemark { get { return ResourceManager.GetString("strRoleRemark", resourceCulture); } } /// /// 查找类似 角色状态 的本地化字符串。 /// public static string strRoleStatus { get { return ResourceManager.GetString("strRoleStatus", resourceCulture); } } /// /// 查找类似 保存 的本地化字符串。 /// public static string strSave { get { return ResourceManager.GetString("strSave", resourceCulture); } } /// /// 查找类似 用户中心 的本地化字符串。 /// public static string strUserCenter { get { return ResourceManager.GetString("strUserCenter", resourceCulture); } } /// /// 查找类似 用户管理 的本地化字符串。 /// public static string strUserManagement { get { return ResourceManager.GetString("strUserManagement", resourceCulture); } } /// /// 查找类似 用户名 的本地化字符串。 /// public static string strUserName { get { return ResourceManager.GetString("strUserName", resourceCulture); } } /// /// 查找类似 用户名不能为空 的本地化字符串。 /// public static string strUserNameCannotEmpty { get { return ResourceManager.GetString("strUserNameCannotEmpty", resourceCulture); } } /// /// 查找类似 该用户名已存在 的本地化字符串。 /// public static string strUserNameExist { get { return ResourceManager.GetString("strUserNameExist", resourceCulture); } } } }