| | |
| | | /// </summary> |
| | | private PicViewControl btnPictrue = null; |
| | | /// <summary> |
| | | /// 滤芯使用率控件 |
| | | /// </summary> |
| | | private NormalViewControl btnUsePersent = null; |
| | | /// <summary> |
| | | /// 天气延时 |
| | | /// </summary> |
| | | private NormalViewControl btnWeatherDelay = null; |
| | | /// <summary> |
| | | /// 湿度 |
| | | /// </summary> |
| | | private NormalViewControl btnWeatherDelayControl = null; |
| | | /// <summary> |
| | | /// 开关控件 |
| | | /// </summary> |
| | | private IconViewControl btnSwitch = null; |
| | |
| | | private void InitFrameWhiteContent1() |
| | | { |
| | | //图片控件 |
| | | this.btnPictrue = new PicViewControl(94, 130); |
| | | btnPictrue.Y = Application.GetRealHeight(90); |
| | | this.btnPictrue = new PicViewControl(130, 118); |
| | | btnPictrue.Y = Application.GetRealHeight(95); |
| | | btnPictrue.Gravity = Gravity.CenterHorizontal; |
| | | btnPictrue.UnSelectedImagePath = "FunctionIcon/Electrical/WaterValve/WaterValveBg.png"; |
| | | btnPictrue.SelectedImagePath = "FunctionIcon/Electrical/WaterValve/WaterValveOnBg.png"; |