| | |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(32), |
| | | Width = Application.GetRealWidth(200), |
| | | Width = Application.GetRealWidth(400), |
| | | Height = Application.GetRealHeight(33), |
| | | TextColor = CSS_Color.MainBackgroundColor, |
| | | TextSize = CSS_FontSize.EmphasisFontSize_FirstLevel, |
| | |
| | | contentView = new PageLayout() |
| | | { |
| | | Y = changeView.Bottom , |
| | | Height = Application.GetRealHeight(310 + 30), //20为超出部分 |
| | | Height = Application.GetRealHeight(310 + 30 + 10), //20为超出部分 |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | | |
| | |
| | | contentView.PageIndex = 0; |
| | | |
| | | #endregion |
| | | bodyView.AddChidren(new Button() { Y = changeView.Bottom, Height = Application.GetRealHeight(7), BackgroundColor = 0xAAF2F3F7 }); |
| | | bodyView.AddChidren(new Button() { Y = changeView.Bottom, Height = Application.GetRealHeight(4), BackgroundColor = 0xAAF2F3F7 }); |
| | | |
| | | LoadEvent_ChangeShowedFunctionType(); |
| | | } |