From 699a687e7bbf3f041320280a80d6359ee374cc30 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 27 一月 2021 17:15:38 +0800
Subject: [PATCH] 第三方添加设备界面

---
 HDL_ON/Common/R.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index b08bfd4..c63bf59 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,10 @@
 {
     public static class StringId
     {
+        public const int Add = 412;
+        public const int TipAddThirdPartyDeviceMsg = 411;
+        public const int TipNotThirdPartyDevice = 410;
+        public const int FunctionBrand = 409;
         public const int ConfirmAdd = 408;
         public const int Reading = 407;
         public const int MeetingGuests = 406;
@@ -555,6 +559,14 @@
         public const int clearday =7098;
         public const int cloudy= 7099;
         public const int rain = 7100;
+        public const int setvalue = 7101;
+        public const int nullvalue = 7102;
+        public const int pmyou = 7103;
+        public const int pmliang = 7104;
+        public const int pmqingdu= 7105;
+        public const int pmzhongdu = 7106;
+        public const int pmzhongduwuran= 7107;
+
 
 
         #region LE鏂板

--
Gitblit v1.8.0