1 write to button4
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
39
this.
button4
= new System.Windows.Forms.Button();
8 references to button4
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
75
this.
button4
.Dock = System.Windows.Forms.DockStyle.Bottom;
76
this.
button4
.Location = new System.Drawing.Point(112, 384);
77
this.
button4
.Name = "button4";
78
this.
button4
.Size = new System.Drawing.Size(576, 66);
79
this.
button4
.TabIndex = 4;
80
this.
button4
.Text = "Bottom";
81
this.
button4
.UseVisualStyleBackColor = true;
99
this.Controls.Add(this.
button4
);