From 30b5770f56f99c1f92e933ad31cf7d2af58b033c Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 02 十二月 2020 16:31:48 +0800 Subject: [PATCH] 20201202 --- HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs index f09d0b0..c95c370 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs @@ -14,7 +14,7 @@ /// <summary> /// 榛樿閫変腑鏄埧闂存椂锛氬叏閮ㄥ尯鍩� /// </summary> - private Entity.Room selectedRoom = new Entity.Room { sid = Language.StringByID(StringId.allAreas) }; + private Entity.Room selectedRoom = new Entity.Room { uid = Language.StringByID(StringId.allAreas) }; /// <summary> /// 琛ㄧず鏄�(鏉′欢/鐩爣) /// </summary> @@ -110,12 +110,12 @@ areaView.frameLayout.Y = Application.GetRealHeight(i * 44); areaBgh.AddChidren(areaView.FLayoutView()); } - areaView.btnRoomName.Text = room.name; + areaView.btnRoomName.Text = room.roomName; areaView.btnClick.Tag = room; areaView.btnClick.MouseUpEventHandler += (sender2, e2) => { fLayout.RemoveFromParent(); - funAllAreaView.btnText1.Text = (areaView.btnClick.Tag as Entity.Room).name; + funAllAreaView.btnText1.Text = (areaView.btnClick.Tag as Entity.Room).roomName; ///鍒囨崲鎴块棿榛樿鍔熻兘绫诲瀷鍏ㄩ儴; funAllAreaView.btnText2.Text = Language.StringByID(StringId.allFun); selectedRoom = (areaView.btnClick.Tag as Entity.Room); -- Gitblit v1.8.0