| | |
| | | Button btnMode = new Button () { |
| | | X = Application.GetRealWidth (20), |
| | | Y = Application.GetRealHeight (40), |
| | | Width = Application.GetRealWidth (100), |
| | | Height = Application.GetRealHeight (100), |
| | | Width = Application.GetMinRealAverage (100), |
| | | Height = Application.GetMinRealAverage (100), |
| | | Tag = "Mode" |
| | | }; |
| | | acRowView.AddChidren (btnMode); |
| | |
| | | Button btnWind = new Button () { |
| | | X = btnMode.Right + Application.GetRealWidth (0), |
| | | Y = Application.GetRealHeight (40), |
| | | Width = Application.GetRealWidth (100), |
| | | Height = Application.GetRealHeight (100), |
| | | Width = Application.GetMinRealAverage (100), |
| | | Height = Application.GetMinRealAverage (100), |
| | | Tag = "Wind" |
| | | }; |
| | | acRowView.AddChidren (btnWind); |