From a1b0a0e9ac707571a436272f41e3ee5aeef5aee2 Mon Sep 17 00:00:00 2001
From: nigel wei <nigelwei@192.168.5.223>
Date: 星期六, 31 八月 2024 19:10:47 +0800
Subject: [PATCH] 金茂定制备份

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

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
index d0e3e9c..8423a14 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs
@@ -152,9 +152,9 @@
 #endif
             pvGenerate_todayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(41),
+                Y = Application.GetRealWidth(45),
                 Height = Application.GetRealWidth(17),
-                Text = "kwh",
+                Text = "kw",
                 TextColor = CSS_Color.MainBackgroundColor,
                 TextSize = 12,
                 TextAlignment = TextAlignment.CenterLeft,
@@ -215,9 +215,9 @@
 
             var loadEle_TodayUintButton = new Button()
             {
-                Y = Application.GetRealWidth(41),
+                Y = Application.GetRealWidth(45),
                 Height = Application.GetRealWidth(17),
-                Text = "kwh",
+                Text = "kw",
                 TextColor = CSS_Color.MainBackgroundColor,
                 TextSize = 12,
                 TextAlignment = TextAlignment.CenterRight,
@@ -395,7 +395,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "浠婃棩鍙戠數閲� (kwh)",
+                Text = "浠婃棩鍙戠數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -424,7 +424,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "鏈湀鍙戠數閲� (kwh)",
+                Text = "鏈湀鍙戠數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -453,7 +453,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "绱鍙戠數閲� (kwh)",
+                Text = "绱鍙戠數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -538,7 +538,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "浠婃棩鐢ㄧ數閲� (kwh)",
+                Text = "浠婃棩鐢ㄧ數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -566,7 +566,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "鏈湀鐢ㄧ數閲� (kwh)",
+                Text = "鏈湀鐢ㄧ數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -594,7 +594,7 @@
                 Y = Application.GetRealWidth(220),
                 Width = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(17),
-                Text = "绱鐢ㄧ數閲� (kwh)",
+                Text = "鏈勾鐢ㄧ數閲� (kw)",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.TextualColor,
                 TextSize = 12,
@@ -698,8 +698,8 @@
 
             var esRunStatus_ValuesInfoView = new FrameLayout()
             {
-                Width = Application.GetRealWidth(263),
-                Height = Application.GetRealWidth(134),
+                Width = Application.GetRealWidth(282),
+                Height = Application.GetRealWidth(153),
                 Gravity = Gravity.CenterHorizontal,
                 Y = Application.GetRealWidth(40),
                 BackgroundImagePath = "FunctionIcon/Acst/Inverter/EnergyStorageStatusBg.png",
@@ -709,7 +709,7 @@
             #region 瀹炴椂鍏呯數鍔熺巼
             var esRunStatus_ChargeValuesView = new FrameLayout()
             {
-                X = Application.GetRealWidth(2),
+                X = Application.GetRealWidth(17),
                 Width = Application.GetRealWidth(128),
                 Height = Application.GetRealWidth(128),
             };
@@ -743,7 +743,7 @@
             #region 瀹炴椂鏀剧數鍔熺巼
             var esRunStatus_DischargeValuesView = new FrameLayout()
             {
-                X = Application.GetRealWidth(132),
+                X = Application.GetRealWidth(132+15),
                 Width = Application.GetRealWidth(128),
                 Height = Application.GetRealWidth(128),
             };

--
Gitblit v1.8.0