private void Form1_Paint(object sender, PaintEventArgs e)
{
e.Graphics.DrawRectangle(Pens.Gray, 0, 0, this.Width-1, this.Height-1 );
}