From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs similarity index 98% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs rename to ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs index 96c7015..8198583 100644 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs +++ b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs @@ -3,7 +3,7 @@ using System.Text; using ZigBee.Device; -namespace Shared.Phone.UserCenter +namespace Shared.Phone { /// <summary> /// 鎴块棿缁勫悎鎴栬�呰澶囩粍鍚堢殑鑿滃崟鎺т欢(瀹屾垚鍒濆鍖栧悗,浼氭牴鎹粯璁ら�夋嫨璋冪敤鍥炶皟鍑芥暟) @@ -102,7 +102,7 @@ //寮勪釜绌虹殑杩涘幓鍗犱綅缃� var frameTemp = new FrameLayout(); frameTemp.Height = this.Height; - frameTemp.Width = ControlCommonResourse.XXLeft / 2; + frameTemp.Width = HdlControlResourse.XXLeft / 2; scrolContr.AddChidren(frameTemp); var btnTempWidth = new ButtonBase(); -- Gitblit v1.8.0