禁用窗体大小变化

 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;

Note:设置成FixedSingle是无效的

05-11 17:31