Button b = new Button(); //按钮显示字体 b.Text = "按钮名称"; //按钮位置 b.Location = new Point(10,20); this.Controls.Add(b);
1,979
社区成员
12,447
社区内容
加载中
试试用AI创作助手写篇文章吧