From 02ef7fd8315dfa7a5d8d3ddc0d04a3d4625dc0b5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 九月 2024 16:56:34 +0800
Subject: [PATCH] 增加面板地暖SPK;增加安卓金茂热水器,光伏储能切图

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

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
index 8423a14..b746317 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
@@ -152,7 +152,7 @@
 #endif
             pvGenerate_todayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(45),
+                Y = Application.GetRealWidth(43),
                 Height = Application.GetRealWidth(17),
                 Text = "kw",
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -215,7 +215,7 @@
 
             var loadEle_TodayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(45),
+                Y = Application.GetRealWidth(43),
                 Height = Application.GetRealWidth(17),
                 Text = "kw",
                 TextColor = CSS_Color.MainBackgroundColor,
@@ -709,7 +709,7 @@
             #region 瀹炴椂鍏呯數鍔熺巼
             var esRunStatus_ChargeValuesView = new FrameLayout()
             {
-                X = Application.GetRealWidth(17),
+                X = Application.GetRealWidth(15),
                 Width = Application.GetRealWidth(128),
                 Height = Application.GetRealWidth(128),
             };
@@ -743,7 +743,7 @@
             #region 瀹炴椂鏀剧數鍔熺巼
             var esRunStatus_DischargeValuesView = new FrameLayout()
             {
-                X = Application.GetRealWidth(132+15),
+                X = Application.GetRealWidth(132+13),
                 Width = Application.GetRealWidth(128),
                 Height = Application.GetRealWidth(128),
             };

--
Gitblit v1.8.0