//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Resources {
using System;
///
/// 强类型资源类,用于查找本地化字符串等。
///
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 Visual Studio 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class LangReg {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LangReg() {
}
///
/// 返回此类使用的缓存 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("Resources.LangReg", global::System.Reflection.Assembly.Load("App_GlobalResources"));
resourceMan = temp;
}
return resourceMan;
}
}
///
/// 覆盖当前线程的 CurrentUICulture 属性
/// 使用此强类型的资源类的资源查找。
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// 查找类似 注 册 的本地化字符串。
///
internal static string BtnSubmit {
get {
return ResourceManager.GetString("BtnSubmit", resourceCulture);
}
}
///
/// 查找类似 验证码错误 的本地化字符串。
///
internal static string MsgCaptchaInvalid {
get {
return ResourceManager.GetString("MsgCaptchaInvalid", resourceCulture);
}
}
///
/// 查找类似 手机验证码错误 的本地化字符串。
///
internal static string MsgMobileCodeInvalid {
get {
return ResourceManager.GetString("MsgMobileCodeInvalid", resourceCulture);
}
}
///
/// 查找类似 注册成功 的本地化字符串。
///
internal static string MsgRegistSuccess {
get {
return ResourceManager.GetString("MsgRegistSuccess", resourceCulture);
}
}
///
/// 查找类似 该手机号已注册过 的本地化字符串。
///
internal static string MsgUserMobileExist {
get {
return ResourceManager.GetString("MsgUserMobileExist", resourceCulture);
}
}
///
/// 查找类似 注册 的本地化字符串。
///
internal static string PageTitle {
get {
return ResourceManager.GetString("PageTitle", resourceCulture);
}
}
///
/// 查找类似 邮箱 的本地化字符串。
///
internal static string PhEmail {
get {
return ResourceManager.GetString("PhEmail", resourceCulture);
}
}
///
/// 查找类似 公司全称 的本地化字符串。
///
internal static string PhFullName {
get {
return ResourceManager.GetString("PhFullName", resourceCulture);
}
}
///
/// 查找类似 请输入手机号 的本地化字符串。
///
internal static string PhInputMobile {
get {
return ResourceManager.GetString("PhInputMobile", resourceCulture);
}
}
///
/// 查找类似 请输入密码 的本地化字符串。
///
internal static string PhInputPassword {
get {
return ResourceManager.GetString("PhInputPassword", resourceCulture);
}
}
///
/// 查找类似 手机验证码 的本地化字符串。
///
internal static string PhMobileCode {
get {
return ResourceManager.GetString("PhMobileCode", resourceCulture);
}
}
///
/// 查找类似 姓名 的本地化字符串。
///
internal static string PhName {
get {
return ResourceManager.GetString("PhName", resourceCulture);
}
}
///
/// 查找类似 请再次输入密码 的本地化字符串。
///
internal static string PhRepeatPassword {
get {
return ResourceManager.GetString("PhRepeatPassword", resourceCulture);
}
}
///
/// 查找类似 验证码 的本地化字符串。
///
internal static string PhValidCode {
get {
return ResourceManager.GetString("PhValidCode", resourceCulture);
}
}
///
/// 查找类似 已经有账户了? 的本地化字符串。
///
internal static string TextAlreadyHaveAccount {
get {
return ResourceManager.GetString("TextAlreadyHaveAccount", resourceCulture);
}
}
///
/// 查找类似 点此登录 的本地化字符串。
///
internal static string TextClickHereLogin {
get {
return ResourceManager.GetString("TextClickHereLogin", resourceCulture);
}
}
///
/// 查找类似 创建一个东胜订舱平台新账户 的本地化字符串。
///
internal static string TextCreateNewAccount {
get {
return ResourceManager.GetString("TextCreateNewAccount", resourceCulture);
}
}
///
/// 查找类似 秒后获取 的本地化字符串。
///
internal static string TextGetAfterSecond {
get {
return ResourceManager.GetString("TextGetAfterSecond", resourceCulture);
}
}
///
/// 查找类似 获取验证码 的本地化字符串。
///
internal static string TextGetMobileCode {
get {
return ResourceManager.GetString("TextGetMobileCode", resourceCulture);
}
}
///
/// 查找类似 获取验证码 的本地化字符串。
///
internal static string TextGetVcode {
get {
return ResourceManager.GetString("TextGetVcode", resourceCulture);
}
}
///
/// 查找类似 我同意注册协议 的本地化字符串。
///
internal static string TextIAgree {
get {
return ResourceManager.GetString("TextIAgree", resourceCulture);
}
}
///
/// 查找类似 欢迎注册 的本地化字符串。
///
internal static string TextWelcomeReg {
get {
return ResourceManager.GetString("TextWelcomeReg", resourceCulture);
}
}
///
/// 查找类似 企业名称不能为空 的本地化字符串。
///
internal static string ValidCompanyName {
get {
return ResourceManager.GetString("ValidCompanyName", resourceCulture);
}
}
///
/// 查找类似 请填写邮箱 的本地化字符串。
///
internal static string ValidInputEmail {
get {
return ResourceManager.GetString("ValidInputEmail", resourceCulture);
}
}
///
/// 查找类似 请填写公司全称 的本地化字符串。
///
internal static string ValidInputFullName {
get {
return ResourceManager.GetString("ValidInputFullName", resourceCulture);
}
}
///
/// 查找类似 手机号码不能为空 的本地化字符串。
///
internal static string ValidInputMobile {
get {
return ResourceManager.GetString("ValidInputMobile", resourceCulture);
}
}
///
/// 查找类似 请填写手机验证码 的本地化字符串。
///
internal static string ValidInputMobileCode {
get {
return ResourceManager.GetString("ValidInputMobileCode", resourceCulture);
}
}
///
/// 查找类似 请填写姓名 的本地化字符串。
///
internal static string ValidInputName {
get {
return ResourceManager.GetString("ValidInputName", resourceCulture);
}
}
///
/// 查找类似 请输入您的密码 的本地化字符串。
///
internal static string ValidInputPwd {
get {
return ResourceManager.GetString("ValidInputPwd", resourceCulture);
}
}
///
/// 查找类似 请再次输入密码 的本地化字符串。
///
internal static string ValidInputPwdRepeat {
get {
return ResourceManager.GetString("ValidInputPwdRepeat", resourceCulture);
}
}
///
/// 查找类似 请填写验证码 的本地化字符串。
///
internal static string ValidInputVcode {
get {
return ResourceManager.GetString("ValidInputVcode", resourceCulture);
}
}
///
/// 查找类似 必须同意协议后才能注册 的本地化字符串。
///
internal static string ValidMustAgree {
get {
return ResourceManager.GetString("ValidMustAgree", resourceCulture);
}
}
///
/// 查找类似 姓名必须填写 的本地化字符串。
///
internal static string ValidName {
get {
return ResourceManager.GetString("ValidName", resourceCulture);
}
}
///
/// 查找类似 密码不能为空 的本地化字符串。
///
internal static string ValidPassword {
get {
return ResourceManager.GetString("ValidPassword", resourceCulture);
}
}
///
/// 查找类似 两次输入的密码不一致 的本地化字符串。
///
internal static string ValidPwdNotSame {
get {
return ResourceManager.GetString("ValidPwdNotSame", resourceCulture);
}
}
///
/// 查找类似 密码至少6位,且必须同时包含大小写字母和数字 的本地化字符串。
///
internal static string ValidPwdStrong {
get {
return ResourceManager.GetString("ValidPwdStrong", resourceCulture);
}
}
}
}