| | |
| | | { |
| | | var btnHumidityIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(55), |
| | | X = Application.GetRealWidth(194), |
| | | Y = Application.GetRealHeight(101), |
| | | Width = Application.GetMinRealAverage(28), |
| | | Height = Application.GetMinRealAverage(28), |
| | |
| | | FrameWhiteCentet1.AddChidren(btnHumidityIcon); |
| | | btnHumidityValues = new TextButton() |
| | | { |
| | | X = Application.GetRealWidth(83), |
| | | X = Application.GetRealWidth(222), |
| | | Y = Application.GetRealHeight(96), |
| | | Height = Application.GetRealHeight(33), |
| | | Width = Application.GetRealWidth(100), |
| | |
| | | |
| | | Button btnTempIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(194), |
| | | X = Application.GetRealWidth(55), |
| | | Y = Application.GetRealHeight(101), |
| | | Width = Application.GetMinRealAverage(28), |
| | | Height = Application.GetMinRealAverage(28), |
| | |
| | | |
| | | btnTempValues = new TextButton() |
| | | { |
| | | X = Application.GetRealWidth(222), |
| | | X = Application.GetRealWidth(83), |
| | | Y = Application.GetRealHeight(96), |
| | | Height = Application.GetRealHeight(33), |
| | | Width = Application.GetRealWidth(100), |