public CPanelView() : base() { this.BackColor = Color.White; _marg = new SMargins(32); ResizeRedraw = true; DoubleBuffered = true; }