| | |
| | | /// 请输入验证码 |
| | | /// </summary> |
| | | public const int PlsEntryVerificationCode = 20044; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 请稍候,正在启动远程连接… |
| | | /// </summary> |
| | | public const int StartEnablingRmote = 20045; |
| | | /// <summary> |
| | | /// Searching local gateway... |
| | | /// </summary> |
| | | public const int SearchingGatewayLocally = 20046; |
| | | /// <summary> |
| | | /// Checking if the gateway is online... |
| | | /// </summary> |
| | | public const int CheckingGatewayIsOnline = 20047; |
| | | /// <summary> |
| | | /// Gateway is offline, remote connection failed. |
| | | /// </summary> |
| | | public const int RemoteFailedGatewayOffline = 20048; |
| | | /// <summary> |
| | | /// 网关登录上线 |
| | | /// </summary> |
| | | public const int GatewayLoginOnline = 20049; |
| | | /// <summary> |
| | | /// 获取参数成功,开始连接... |
| | | /// Successfully obtained parameters, starting to connect... |
| | | /// </summary> |
| | | public const int GetSuccessfullyStartConnecting = 20050; |
| | | /// <summary> |
| | | /// 正在获取远程连接参数... |
| | | /// </summary> |
| | | public const int GettingRemoteConnectionInfo = 20051; |
| | | /// <summary> |
| | | /// Remote failure, automatically reconnect... |
| | | /// </summary> |
| | | public const int RemoteFailure = 20052; |
| | | /// <summary> |
| | | /// 搜索成功,启用本地连接 |
| | | /// </summary> |
| | | public const int SearchGatewaySuccess = 20053; |
| | | /// <summary> |
| | | /// 搜索失败,启用远程连接 |
| | | /// </summary> |
| | | public const int SearchGatewayFail = 20054; |
| | | /// <summary> |
| | | /// 添加成功 |
| | | /// </summary> |
| | | public const int AddedSuccessfully = 20055; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |