| | |
| | | #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, |
| | |
| | | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | 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, |
| | |
| | | |
| | | 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", |
| | |
| | | #region 实时充电功率 |
| | | var esRunStatus_ChargeValuesView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(2), |
| | | X = Application.GetRealWidth(17), |
| | | Width = Application.GetRealWidth(128), |
| | | Height = Application.GetRealWidth(128), |
| | | }; |
| | |
| | | #region 实时放电功率 |
| | | var esRunStatus_DischargeValuesView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(132), |
| | | X = Application.GetRealWidth(132+15), |
| | | Width = Application.GetRealWidth(128), |
| | | Height = Application.GetRealWidth(128), |
| | | }; |