private void Form1_Load(object sender, EventArgs e) { Label lab = new Label(); lab.Font = new Font("幼圆", 10.5F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(134))); lab.Text = "12345"; this.Controls.Add(lab); }