From 002a3f2e9d2f9579c01f88af12bd8a320003569f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 31 三月 2020 08:57:19 +0800
Subject: [PATCH] 20200331

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

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 3e0005b..9368e2b 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,7 +4,18 @@
 {
     public static class StringId
     {
-
+        public readonly static int TipCloseAllFunctionInRoom = 129;
+        public readonly static int ChooseFan = 128;
+        public readonly static int ChooseMode = 127;
+        public readonly static int LowWindSpeed = 126;
+        public readonly static int MiddleWindSpeed = 125;
+        public readonly static int HighWindSpeed = 124;
+        public readonly static int AirSupply = 123;
+        public readonly static int Auto = 122;
+        public readonly static int Dry = 121;
+        public readonly static int Heat = 120;
+        public readonly static int Cool = 119;
+        public readonly static int Open = 118;
         public readonly static int FloorHeating = 117;
         public readonly static int DoorLock = 116;
         public readonly static int Electric = 115;

--
Gitblit v1.8.0