From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 01 十二月 2022 09:56:25 +0800
Subject: [PATCH] 2022年12月01日09:56:23

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionAddTargetsForm.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionAddTargetsForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionAddTargetsForm.cs
index 9e85870..6de5343 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionAddTargetsForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionAddTargetsForm.cs
@@ -240,8 +240,8 @@
 
             btnFinifh = new Button()
             {
-                Width = Application.GetRealWidth(907),
-                Height = Application.GetRealHeight(127),
+                Width = Application.GetRealWidth(907),
+                Height = Application.GetRealHeight(127),
                 Y = Application.GetRealHeight(49 + 35),
                 Gravity = Gravity.CenterHorizontal,
                 Radius = (uint)Application.GetRealHeight(127) / 2,
@@ -539,13 +539,13 @@
                 {
                     line2.Visible = false;
                 }
-                if (Common.LocalDevice.Current.CheckDeviceIsOnline(device) == true)
-                {
-                    btnBindName.TextColor = Shared.Common.ZigbeeColor.Current.TextBlack;
-                }
-                else
-                {
-                    btnBindName.TextColor = Shared.Common.ZigbeeColor.Current.XMGray3;
+                if (Common.LocalDevice.Current.CheckDeviceIsOnline(device) == true)
+                {
+                    btnBindName.TextColor = Shared.Common.ZigbeeColor.Current.TextBlack;
+                }
+                else
+                {
+                    btnBindName.TextColor = Shared.Common.ZigbeeColor.Current.XMGray3;
                 }
                 switch (curBindType)
                 {

--
Gitblit v1.8.0