日期:2014-05-18 浏览次数:21355 次
      Button button = new System.Windows.Forms.Button();
      [color=#FF0000]button.BackColor = System.Drawing.Color.Red;[/color]
      button.Location = new System.Drawing.Point(65, 108);
      button.Name = "button12";
      button.Size = new System.Drawing.Size(75, 23);
      button.TabIndex = 0;
      button.Text = "button12";
      this.Controls.Add(button);