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/InformationEditorControl.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs similarity index 95% rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs rename to ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs index ef53d2a..942c32c 100644 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs +++ b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs @@ -1,8 +1,9 @@ -锘縰sing System; +锘縰sing Shared.Phone.UserCenter; +using System; using System.Collections.Generic; using System.Text; -namespace Shared.Phone.UserCenter +namespace Shared.Phone { /// <summary> /// 淇℃伅缂栬緫鎺т欢(涓嶅缓璁埆浜轰娇鐢�) @@ -50,7 +51,7 @@ //淇℃伅缂栬緫 var btnTile = new NormalViewControl(800, 60, true); - btnTile.X = ControlCommonResourse.XXLeft; + btnTile.X = HdlControlResourse.XXLeft; btnTile.Y = Application.GetRealHeight(81); btnTile.TextSize = 15; btnTile.TextColor = UserCenterColor.Current.TextColor2; @@ -81,7 +82,7 @@ listview.rowSpace = 0; //淇冧娇琚尅浣忕殑鑿滃崟鑳藉鍚戜笂婊戝姩 var frameTemp = new FrameLayout(); - frameTemp.Height = ControlCommonResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23); + frameTemp.Height = HdlControlResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23); listview.AddChidren(frameTemp); listview.rowSpace = tempSpace; -- Gitblit v1.8.0