From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 14 十二月 2020 11:16:06 +0800 Subject: [PATCH] 合并了晾衣架(非新云端) --- ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs index 9f402a0..fba1360 100755 --- a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs +++ b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs @@ -85,7 +85,7 @@ this.frameClrean = new FrameLayout(); frameClrean.Width = Application.GetRealWidth(600); frameClrean.Height = this.GetPictrueRealSize(69); - frameClrean.X = HdlControlResourse.XXLeft; + frameClrean.X = ControlCommonResourse.XXLeft; frameClrean.Y = Application.GetRealHeight(35); frameWhiteBack.AddChidren(frameClrean); frameClrean.Visible = false; @@ -460,7 +460,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); @@ -625,7 +625,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); @@ -880,7 +880,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); -- Gitblit v1.8.0