1 write to button3
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
37
this.
button3
= new System.Windows.Forms.Button();
8 references to button3
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
55
this.
button3
.Dock = System.Windows.Forms.DockStyle.Right;
56
this.
button3
.Location = new System.Drawing.Point(688, 0);
57
this.
button3
.Name = "button3";
58
this.
button3
.Size = new System.Drawing.Size(112, 450);
59
this.
button3
.TabIndex = 2;
60
this.
button3
.Text = "Right";
61
this.
button3
.UseVisualStyleBackColor = true;
101
this.Controls.Add(this.
button3
);