From db1b76418c083e74fe16a65cddddf578de3d09cc Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期一, 19 四月 2021 09:29:10 +0800 Subject: [PATCH] 安防界面 --- HDL_ON/Common/R.cs | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 498dfec..a04ca38 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,10 @@ { public static class StringId { + public const int CustomDeployment = 443; + public const int GenerateScene = 442; + public const int ChooseCatchZone = 441; + public const int NextStep = 440; public const int RealTimePowerConsumption = 439; public const int EnvirSensorValueTip = 438; public const int DeviceList = 437; @@ -782,6 +786,21 @@ public const int FanThreeGear = 1086; + public const int keshiduijiang = 4000; + public const int tonghuajilu = 4001; + public const int baolu30 = 4002; + public const int menkoujihujiao = 4003; + public const int yijieting = 4004; + public const int yikaisuo = 4005; + public const int nian = 4006; + public const int laizi = 4007; + public const int hujiao = 4008; + public const int weikaisuo = 4009; + public const int weijieting = 4010; + public const int yijujue = 4011; + public const int peizhicanshuyouyichang = 4012; + public const int menjinerweima = 4013; + public const int linshimima = 4014; public const int a31Music = 5000; public const int merge = 5001; -- Gitblit v1.8.0