1、禁止Form窗口调整大小
FormBorderStyle 设为FixedSingle;
2、禁止使用最大化窗口:
MaximuzeBox 设为False;
3、禁止使用最小化窗口:
MinimizeBox 设为False;