| | |
| | | Text = titleStr, |
| | | }; |
| | | contentView.AddChidren(btnTitle); |
| | | |
| | | int Width135 = Application.GetRealWidth(135); |
| | | //提示内容按钮 |
| | | Button btnMsg = new Button() |
| | | { |
| | |
| | | Button btnCancel = new Button() |
| | | { |
| | | Y = btnLine.Bottom, |
| | | Width = Application.GetRealWidth(135), |
| | | Width = Width135, |
| | | Height = Application.GetRealHeight(43), |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.TextualColor, |
| | |
| | | |
| | | Button btnConfirm = new Button() |
| | | { |
| | | X = btnCancel.Right, |
| | | X = contentView.Width - Width135, |
| | | Y = btnLine.Y, |
| | | Width = Application.GetRealWidth(135), |
| | | Width = Width135, |
| | | Height = Application.GetRealHeight(45), |
| | | TextAlignment = TextAlignment.Center, |
| | | //TextColor = CSS_Color.TextualColor, |