| | |
| | | /// </summary> |
| | | BtnTilte = new Button() |
| | | { |
| | | X = BtnIcon.Right + Application.GetRealWidth(12), |
| | | X = Application.GetRealWidth(52), |
| | | Width = Application.GetRealWidth(278), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | |
| | | }; |
| | | |
| | | this.AddChidren(BtnTilte); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 前进图标 |
| | |
| | | Height = Application.GetMinRealAverage(16), |
| | | UnSelectedImagePath = "Public/Right.png", |
| | | }; |
| | | this.AddChidren(BtnGo); |
| | | |
| | | LineView = new LineView(); |
| | | LineView = new LineView(this.Height); |
| | | this.AddChidren(LineView); |
| | | LineView.Y = this.Height - LineView.Height; |
| | | //LineView.Y = this.Height - LineView.Height; |
| | | |
| | | EventHandler<MouseEventArgs> eventHandler = (sender, e) => |
| | | { |