1.选中窗体修改属性
2.在load添加代码
private void Form1_Load(object sender, EventArgs e) { this.BackgroundImageLayout = ImageLayout.Stretch; }