winform 窗体大小固定 去掉右上角按钮
this.MaximizeBox = false; //最大化
this.MinimizeBox = false; //最小化
this.ControlBox = false; //关闭
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false; //最大化
this.MinimizeBox = false; //最小化
this.ControlBox = false; //关闭
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;