public override void FormatControls() { base.FormatControls(); MaximizeForm(new Size(1024, 0)); ControlsMng.Center(Payment_Panel); }
public override void FormatControls() { int maxWidth = (Screen.PrimaryScreen.WorkingArea.Width > 1250) ? 1250 : Screen.PrimaryScreen.WorkingArea.Width; MaximizeForm(new Size(maxWidth, 0)); ControlsMng.Center(Source_Panel); base.FormatControls(); }