| | |
| | | |
| | | Button btnDataText = new Button() |
| | | { |
| | | X = Application.GetRealWidth(215), |
| | | X = Application.GetRealWidth(212), |
| | | Y = btnWindSpeed.Bottom, |
| | | Width = Application.GetRealWidth(90), |
| | | Height = Application.GetRealHeight(20), |
| | |
| | | modeChangeView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(30), |
| | | Y = Application.GetRealHeight(128), |
| | | Y = Application.GetRealHeight(128 + 135), |
| | | Width = Application.GetRealWidth(160), |
| | | Height = Application.GetRealHeight(287), |
| | | BackgroundImagePath = "FunctionIcon/AC/DivBg1.png", |
| | | Height = Application.GetRealHeight(152), |
| | | BackgroundImagePath = "Public/dialogBg2.png", |
| | | }; |
| | | dialogView.AddChidren(modeChangeView); |
| | | |