this.Size = new Size(175, 125);
or
this.ClientSize = new Size(175, 125);
From MSDN: The size of the client area of the form is the size of the form excluding the borders and the title bar.
http://msdn.microsoft.com/en-us/library/9278sfx2(v=vs.80).aspx