| | |
| | | { |
| | | public static class StringId |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 本月能耗 |
| | | /// </summary> |
| | | public const int EnergyConsumptionOfThisMonth = 460; |
| | | /// <summary> |
| | | /// 实时能耗 |
| | | /// </summary> |
| | | public const int RealTimeEnergyConsumption=459; |
| | | /// <summary> |
| | | /// 日期 |
| | | /// </summary> |
| | | public const int Date = 458; |
| | | /// <summary> |
| | | /// 能耗 |
| | | /// </summary> |
| | | public const int EnergyConsumption = 457; |
| | | /// <summary> |
| | | /// 画布 |
| | | /// </summary> |
| | | public const int Canvas = 456; |
| | | /// <summary> |
| | | /// 名称不能为空 |
| | | /// </summary> |
| | | public const int NameCannotBeEmpty = 455; |
| | | /// <summary> |
| | | /// 布防信息 |