From a91a9388bef8bbc619dee6db5e369f801a2d2864 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 22 三月 2023 17:39:33 +0800 Subject: [PATCH] 群控功能 --- HDL_ON/Common/R.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 73dc6b3..ac5cd29 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,27 @@ { public static class StringId { + + /// <summary> + /// 娣诲姞缁勫悎璋冨厜 + /// </summary> + public const int AddGroupControl = 600; + /// <summary> + /// 璇疯緭鍏ョ粍鍚嶇О + /// </summary> + public const int PlsEntryGroupName = 599; + /// <summary> + /// 閫夋嫨缇ゆ帶璁惧 + /// </summary> + public const int SelectGroupControlFunction = 598; + /// <summary> + /// 璇疯緭鍏� + /// </summary> + public const int PlsEntry = 597; + /// <summary> + /// 缁勫悕绉� + /// </summary> + public const int GroupNmae = 596; /// <summary> /// 鍒犻櫎浜鸿劯鏁版嵁 /// </summary> -- Gitblit v1.8.0