nigel wei
2024-09-02 9f4657b4263e555083fcef61266992a38883170e
Update InverterJinmaoPage.cs
1个文件已修改
8 ■■■■ 已修改文件
HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoPage.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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),
            };