Label l = new Label(); l.Text = "这事一个lable"; l.Location = new Point(Int32.Parse(289), Int32.Parse(157)); this.Controls.Add(l);