From b13a98b48df67d902da843a3bd3d5659e3737d17 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 28 四月 2021 14:48:55 +0800 Subject: [PATCH] 优化地暖界面、音乐入口界面 --- HDL_ON/Common/R.cs | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 4f2e1d0..b4c9508 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,37 @@ { public static class StringId { + + public const int NameCannotBeEmpty = 455; + /// <summary> + /// 甯冮槻淇℃伅 + /// </summary> + public const int DeploymentInformation = 454; + /// <summary> + /// 鎶ヨ闈欓煶 + /// </summary> + public const int AlarmMute = 453; + /// <summary> + /// 闃茬洍鎶ヨ + /// </summary> + public const int BurglarAlarm = 452; + /// <summary> + /// 24灏忔椂闃插尽 + /// </summary> + public const int Defense24Hour = 451; + /// <summary> + /// 鐏惧甯冮槻 + /// </summary> + public const int DisasterDefense = 450; + /// <summary> + /// 涓嶅彈鎾ら槻褰卞搷 + /// </summary> + public const int UndoDefenseDoesNotAffect = 449; + public const int FixedDeployment = 448; + public const int VacationDefense = 447; + public const int AtHomeDefense = 446; + public const int HouseDefense = 445; + public const int SecurityCenter = 444; public const int CustomDeployment = 443; public const int GenerateScene = 442; public const int ChooseCatchZone = 441; -- Gitblit v1.8.0