Kod:
using System.Drawing;
Kod:
private void Form1_Load(object sender, EventArgs e)
{
panel1.Location = new Point(
this.ClientSize.Width / 2 - panel1.Size.Width / 2,
this.ClientSize.Height / 2 - panel1.Size.Height / 2);
panel1.Anchor = AnchorStyles.None;
}