winform学习之-----页面设计-20160523

1、将默认的Form属性设置为FormBorderStyle:none

2、picturebox均设置为backgroundImage

3、lable设置自动换行,autosize true,设置MaximumSize

将MaximumSize的Width属性设置为需要显示的宽度即可,Height=0自动调整。

原文地址:https://www.cnblogs.com/candyzhmm/p/5520570.html