From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 16 十二月 2020 13:09:08 +0800 Subject: [PATCH] 新云端代码Ver1.2 --- 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