| | |
| | | Y = Application.GetRealHeight(667 - 50), |
| | | Height = Application.GetRealHeight(50), |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.WarningColor, |
| | | TextColor = CSS_Color.WarningColor, |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | TextID = StringId.Del, |
| | | TextID = StringId.Del, |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | //IsBold = true |
| | | }; |
| | |
| | | Height = Application.GetRealHeight(20), |
| | | BackgroundColor = CSS_Color.BackgroundColor |
| | | }); |
| | | var topView = new TopViewDiv(bodyView, "添加执行动作"); |
| | | var topView = new TopViewDiv(bodyView,Language.StringByID(StringId.AddExecutionAction); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | |