From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL_ON/Common/R.cs | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 50 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index f9705af..cf4b6f5 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -1,9 +1,58 @@ using System; +using com.hdl.on; namespace HDL_ON { public static class StringId { + /// <summary> + /// 瑙嗛鍔犲瘑 + /// </summary> + public const int VideoEncryption = 712; + /// <summary> + /// 鍛兼 + /// </summary> + public const int CallTheElevator = 711; + /// <summary> + /// 绂荤嚎鎺у埗 + /// </summary> + public const int OfflineControl = 710; + /// <summary> + /// 鍘荤櫥褰� + /// </summary> + public const int GoLogin = 709; + /// <summary> + /// 鎮ㄥ綋鍓嶇殑鐧诲綍鐘舵�佸凡缁忓け鏁堬紝璇烽噸鏂扮櫥褰� + /// </summary> + public const int TokenInvalidTipMsg = 708; + /// <summary> + /// 绂荤嚎鎺у埗涓紝濡傞渶鍒囨崲鑷宠繙绋嬫帶鍒讹紝鐐规鐧诲綍 + /// </summary> + public const int TokenInvalidMsg = 707; + /// <summary> + /// 鏂拌兘婧� + /// </summary> + public const int NewEnergy = 706; + /// <summary> + /// 璇烽�夋嫨鏈嶅姟鍣� + /// </summary> + public const int PlsSelectServer = 705; + /// <summary> + /// 闈炰腑鍥芥湇鍔″櫒鎻愮ず + /// </summary> + public const int NonChineseServerPrompt = 704; + /// <summary> + /// 涓浗鏈嶅姟鍣ㄦ彁绀� + /// </summary> + public const int ChineseServerPrompt = 703; + /// <summary> + /// 杩炴帴鏂瑰紡鏇存敼鎻愮ず + /// </summary> + public const int ConnectionModeChangeTip = 702; + /// <summary> + /// 杩炴帴鏂瑰紡 + /// </summary> + public const int ConnectionMode = 701; /// <summary> /// 娣诲姞鎵ц鍔ㄤ綔 /// </summary> @@ -3831,7 +3880,7 @@ /// <summary> /// 璇烽�夋嫨鍥藉/鍖哄煙 /// </summary> - public const int PleaseSelectCountryOrRegion = 9018; + //public const int PleaseSelectCountryOrRegion = 9018; /// <summary> /// 绔嬪嵆鏇存柊 /// </summary> -- Gitblit v1.8.0