wxr
2023-07-31 45c4cbb01b4e10d2b9488689a1a67ab4988d9f5d
Update AirSwitchP3SubloopEnergyPage.cs
1个文件已修改
6 ■■■■ 已修改文件
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3SubloopEnergyPage.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3SubloopEnergyPage.cs
@@ -496,9 +496,10 @@
                TextSize = 49,
                TextColor = 0xFF030D1C,
                TextAlignment = TextAlignment.Center,
                Text = device.GetAttrState(FunctionAttributeKey.TotalElectricity),
                Text = device.GetAttrState(key),
            };
            totalElectricityView.AddChidren(btnTotalNumber);
            btnShowHistroyData_Day.MouseUpEventHandler += (sender, e) => {
                totalElectricityView.RemoveFromParent();
@@ -506,6 +507,7 @@
                //viewa.Visible = true;
                //viewb.Visible = true;
                //viewc.Visible = true;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip1;
                historyDataView.Height = Application.GetRealHeight(330);
            };
            btnShowHistroyData_Month.MouseUpEventHandler += (sender, e) => {
@@ -514,6 +516,7 @@
                //viewa.Visible = true;
                //viewb.Visible = true;
                //viewc.Visible = true;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip2;
                historyDataView.Height = Application.GetRealHeight(330);
            };
            btnShowHistroyData_Year.MouseUpEventHandler += (sender, e) => {
@@ -522,6 +525,7 @@
                //viewa.Visible = true;
                //viewb.Visible = true;
                //viewc.Visible = true;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip3;
                historyDataView.Height = Application.GetRealHeight(330);
            };
            btnShowHistroyData_Total.MouseUpEventHandler += (sender, e) => {