wxr
2023-07-31 20f71388bff842e7b6eaaa8b05eb4d7a4d2e5b12
Update AirSwitchP3SubloopEnergyPage.cs
1个文件已修改
19 ■■■■ 已修改文件
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3SubloopEnergyPage.cs 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3SubloopEnergyPage.cs
@@ -87,7 +87,7 @@
            Button btnRighta = new Button()
            {
                X = Application.GetRealWidth(221),
                X = Application.GetRealWidth(201),
                Gravity = Gravity.CenterVertical,
                Width = Application.GetMinRealAverage(116),
                TextAlignment = TextAlignment.CenterRight,
@@ -128,7 +128,7 @@
            Button btnRightb = new Button()
            {
                X = Application.GetRealWidth(221),
                X = Application.GetRealWidth(201),
                Gravity = Gravity.CenterVertical,
                Width = Application.GetMinRealAverage(116),
                TextAlignment = TextAlignment.CenterRight,
@@ -169,7 +169,7 @@
            Button btnRightc = new Button()
            {
                X = Application.GetRealWidth(221),
                X = Application.GetRealWidth(201),
                Gravity = Gravity.CenterVertical,
                Width = Application.GetMinRealAverage(116),
                TextAlignment = TextAlignment.CenterRight,
@@ -446,7 +446,18 @@
            };
            historyDataView.AddChidren(myEchartsView_Line);
            //EnergyRow(energy, energyListView, index);
            var btnTip = new Button()
            {
                Y = Application.GetRealHeight(289),
                Height = Application.GetRealHeight(41),
                Width = Application.GetRealWidth(300),
                TextAlignment = TextAlignment.Center,
                Gravity = Gravity.CenterHorizontal,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextID = StringId.AirSwitchP3HistroyTip1,
            };
            historyDataView.AddChidren(btnTip);
            LoadMothed_GetHistoryData();