From 171bf03f3664226eeff2b20ee9bd2e914b63a17d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 13 三月 2020 09:18:50 +0800
Subject: [PATCH] 20200313

---
 HDL_ON/Common/R.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 0b4b81c..6b2e87f 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -5,11 +5,15 @@
     public static class StringId
     {
 
-
+        public readonly static int SpeedOfChange = 104;
+        public readonly static int DeleteRoomTip = 103;
+        public readonly static int AddingFailed_RoomAlreadyExists = 102;
+        public readonly static int Allocated = 101;
+        public readonly static int Unallocated = 100;
         public readonly static int Album = 99;
         public readonly static int TakePicture = 98;
         public readonly static int DefaultGallery = 97;
-        public readonly static int DelRoom = 96;
+        public readonly static int DeleteRoom = 96;
         public readonly static int Save = 95;
         public readonly static int FunctionManagement=94;
         public readonly static int Floor = 93;

--
Gitblit v1.8.0