| | |
| | | /// </summary> |
| | | public const int LoginByAccountPWD = 10110; |
| | | /// <summary> |
| | | /// 发送验证码 |
| | | /// 获取验证码 |
| | | /// </summary> |
| | | public const int SendVerificationCode = 10111; |
| | | /// <summary> |
| | |
| | | /// 新密码和原密码一致 |
| | | /// </summary> |
| | | public const int NEWPASSWORDANDOLDPASSWORDEQUAL = 10142; |
| | | /// <summary> |
| | | /// 请先获取验证码 |
| | | /// </summary> |
| | | public const int NORECORD = 10143; |
| | | /// <summary> |
| | | /// 忘记密码? |
| | | /// </summary> |
| | | public const int ForgotPWD_1 = 10144; |
| | | /// <summary> |
| | | /// 已有账号?登录 |
| | | /// </summary> |
| | | public const int LoginByAccountPWD_1 = 10145; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// 网关不在线 |
| | | /// </summary> |
| | | public const int TheMainGatewayIsNotOnLine = 10157; |
| | | /// <summary> |
| | | /// 下一步 |
| | | /// </summary> |
| | | public const int Next = 10158; |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | public const int NeedCleanAC = 13511; |
| | | |
| | | /// <summary> |
| | | /// 没功能 请先添加 |
| | | /// 还没有功能哦 |
| | | /// </summary> |
| | | public const int NoFunction_Tip = 13600; |
| | | /// <summary> |
| | | /// 没场景 请先添加 |
| | | /// 还没有场景哦 |
| | | /// </summary> |
| | | public const int NoScene_Tip = 13601; |
| | | /// <summary> |
| | |
| | | /// 获取中... |
| | | /// </summary> |
| | | public const int Getting = 13603; |
| | | /// <summary> |
| | | /// 当前 亮度 |
| | | /// </summary> |
| | | public const int CurrentLightLevel = 13604; |
| | | |
| | | |
| | | |