3.1~3.1
菜单栏:menuStrip;
状态栏的显示:this.toolStripStatusLabel1.Text = "大窗体";
背景色设置:this.BackColor=Color.Red;
位置设置:label1.Location = new Point(92, 50); textbox1.Location=new Point(92,50);
时间: 2024-11-07 21:06:31
3.1~3.1
菜单栏:menuStrip;
状态栏的显示:this.toolStripStatusLabel1.Text = "大窗体";
背景色设置:this.BackColor=Color.Red;
位置设置:label1.Location = new Point(92, 50); textbox1.Location=new Point(92,50);