| | |
| | | #endif |
| | | pvGenerate_todayUintButton = new Button() |
| | | { |
| | | Y = Application.GetRealWidth(45), |
| | | Y = Application.GetRealWidth(43), |
| | | Height = Application.GetRealWidth(17), |
| | | Text = "kw", |
| | | TextColor = CSS_Color.MainBackgroundColor, |
| | |
| | | |
| | | var loadEle_TodayUintButton = new Button() |
| | | { |
| | | Y = Application.GetRealWidth(45), |
| | | Y = Application.GetRealWidth(43), |
| | | Height = Application.GetRealWidth(17), |
| | | Text = "kw", |
| | | TextColor = CSS_Color.MainBackgroundColor, |
| | |
| | | #region 实时充电功率 |
| | | var esRunStatus_ChargeValuesView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(17), |
| | | X = Application.GetRealWidth(15), |
| | | Width = Application.GetRealWidth(128), |
| | | Height = Application.GetRealWidth(128), |
| | | }; |
| | |
| | | #region 实时放电功率 |
| | | var esRunStatus_DischargeValuesView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(132+15), |
| | | X = Application.GetRealWidth(132+13), |
| | | Width = Application.GetRealWidth(128), |
| | | Height = Application.GetRealWidth(128), |
| | | }; |