From bb76b9da3c856292499e2913280fa2ee43337161 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 03 八月 2022 11:48:57 +0800
Subject: [PATCH] 场景图片oss地址

---
 HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs
index 4eb1277..bf223e0 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/CacControlPage.cs
@@ -129,7 +129,7 @@
         {
             var btnHumidityIcon = new Button()
             {
-                X = Application.GetRealWidth(55),
+                X = Application.GetRealWidth(194),
                 Y = Application.GetRealHeight(101),
                 Width = Application.GetMinRealAverage(28),
                 Height = Application.GetMinRealAverage(28),
@@ -138,7 +138,7 @@
             FrameWhiteCentet1.AddChidren(btnHumidityIcon);
             btnHumidityValues = new TextButton()
             {
-                X = Application.GetRealWidth(83),
+                X = Application.GetRealWidth(222),
                 Y = Application.GetRealHeight(96),
                 Height = Application.GetRealHeight(33),
                 Width = Application.GetRealWidth(100),
@@ -151,7 +151,7 @@
 
             Button btnTempIcon = new Button()
             {
-                X = Application.GetRealWidth(194),
+                X = Application.GetRealWidth(55),
                 Y = Application.GetRealHeight(101),
                 Width = Application.GetMinRealAverage(28),
                 Height = Application.GetMinRealAverage(28),
@@ -161,7 +161,7 @@
 
             btnTempValues = new TextButton()
             {
-                X = Application.GetRealWidth(222),
+                X = Application.GetRealWidth(83),
                 Y = Application.GetRealHeight(96),
                 Height = Application.GetRealHeight(33),
                 Width = Application.GetRealWidth(100),

--
Gitblit v1.8.0