From dc0309e64f02227d8e1468b7326c07955f804612 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期三, 22 六月 2022 11:22:18 +0800
Subject: [PATCH] 修改引用路径
---
ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectCurtainForm.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectCurtainForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectCurtainForm.cs
index 5882bbb..d1818c1 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectCurtainForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectCurtainForm.cs
@@ -81,7 +81,7 @@
//澶撮儴淇℃伅
var btnTitle = new NormalViewControl(frameTransparent.Width, Application.GetRealHeight(70), false);
btnTitle.Y = Application.GetRealHeight(28);
- btnTitle.Text = HdlDeviceCommonLogic.Current.GetDeviceEpointName(device);
+ btnTitle.Text = Common.LocalDevice.Current.GetDeviceEpointName(device);
btnTitle.TextColor = UserCenterColor.Current.TextColor4;
btnTitle.TextSize = 16;
btnTitle.TextAlignment = TextAlignment.Center;
@@ -109,7 +109,7 @@
rowRound.AddChidren(btnFinish);
//绾�
- var btnLine1 = new NormalViewControl(frameTransparent.Width, HdlControlResourse.BottomLineHeight, false);
+ var btnLine1 = new NormalViewControl(frameTransparent.Width, ControlCommonResourse.BottomLineHeight, false);
btnLine1.Y = Application.GetRealHeight(138);
btnLine1.BackgroundColor = UserCenterColor.Current.ButtomLine;
frameTransparent.AddChidren(btnLine1);
@@ -151,7 +151,7 @@
};
//绾�
- var btnLine2 = new NormalViewControl(Application.GetRealWidth(919), HdlControlResourse.BottomLineHeight, false);
+ var btnLine2 = new NormalViewControl(Application.GetRealWidth(919), ControlCommonResourse.BottomLineHeight, false);
btnLine2.Y = Application.GetRealHeight(417);
btnLine2.Gravity = Gravity.CenterHorizontal;
btnLine2.BackgroundColor = UserCenterColor.Current.ButtomLine;
@@ -160,8 +160,8 @@
//寮�
var rowOpen = new FrameRowControl();
rowOpen.Y = Application.GetRealHeight(69);
- rowOpen.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;
- rowOpen.RightOffset = HdlControlResourse.XXLeft - Application.GetRealWidth(81);
+ rowOpen.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;
+ rowOpen.RightOffset = ControlCommonResourse.XXLeft - Application.GetRealWidth(81);
detailBackFrame.AddChidren(rowOpen);
var btnOpen = rowOpen.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSimpleOpen), 400);
btnOpen.TextColor = UserCenterColor.Current.TextGrayColor3;
@@ -172,8 +172,8 @@
//鍏�
var rowClose = new FrameRowControl();
rowClose.Y = btnLine2.Bottom + Application.GetRealHeight(12);
- rowClose.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;
- rowClose.RightOffset = HdlControlResourse.XXLeft - Application.GetRealWidth(81);
+ rowClose.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;
+ rowClose.RightOffset = ControlCommonResourse.XXLeft - Application.GetRealWidth(81);
detailBackFrame.AddChidren(rowClose);
var btnClose = rowClose.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSimpleClose), 400);
btnClose.TextColor = UserCenterColor.Current.TextGrayColor3;
--
Gitblit v1.8.0