Guest User

groupBox1 in order

a guest
Mar 13th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.76 KB | None | 0 0
  1.             //
  2.             // groupBox1
  3.             //
  4.             this.groupBox1.Controls.Add(this.button1);
  5.             this.groupBox1.Controls.Add(this.button2);
  6.             this.groupBox1.Controls.Add(this.button3);
  7.             this.groupBox1.Controls.Add(this.button4);
  8.             this.groupBox1.Controls.Add(this.button5);
  9.             this.groupBox1.Controls.Add(this.button6);
  10.             this.groupBox1.Controls.Add(this.button7);
  11.             this.groupBox1.Controls.Add(this.button8);
  12.             this.groupBox1.Controls.Add(this.button9);
  13.             this.groupBox1.Controls.Add(this.button10);
  14.             this.groupBox1.Controls.Add(this.button11);
  15.             this.groupBox1.Controls.Add(this.button12);
  16.             this.groupBox1.Controls.Add(this.button13);
  17.             this.groupBox1.Controls.Add(this.button14);
  18.             this.groupBox1.Controls.Add(this.button15);
  19.             this.groupBox1.Controls.Add(this.button16);
  20.             this.groupBox1.Controls.Add(this.button17);
  21.             this.groupBox1.Controls.Add(this.button18);
  22.             this.groupBox1.Controls.Add(this.button19);
  23.             this.groupBox1.Controls.Add(this.button20);
  24.             this.groupBox1.Controls.Add(this.button21);
  25.             this.groupBox1.Controls.Add(this.button22);
  26.             this.groupBox1.Controls.Add(this.button23);
  27.             this.groupBox1.Controls.Add(this.button24);
  28.             this.groupBox1.Controls.Add(this.button25);
  29.             this.groupBox1.Location = new System.Drawing.Point(41, 90);
  30.             this.groupBox1.Name = "groupBox1";
  31.             this.groupBox1.Size = new System.Drawing.Size(300, 318);
  32.             this.groupBox1.TabIndex = 25;
  33.             this.groupBox1.TabStop = false;
  34.             this.groupBox1.Text = "Speelveld";
Advertisement
Add Comment
Please, Sign In to add comment