1 write to button8
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
41
this.
button8
= new System.Windows.Forms.Button();
8 references to button8
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
118
this.
button8
.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
119
this.
button8
.Location = new System.Drawing.Point(338, 404);
120
this.
button8
.Name = "button8";
121
this.
button8
.Size = new System.Drawing.Size(112, 34);
122
this.
button8
.TabIndex = 7;
123
this.
button8
.Text = "Bottom";
124
this.
button8
.UseVisualStyleBackColor = true;
142
this.Controls.Add(this.
button8
);