1 write to button4
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
37
this.
button4
= new System.Windows.Forms.Button();
8 references to button4
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
76
this.
button4
.Anchor = System.Windows.Forms.AnchorStyles.Left;
77
this.
button4
.Location = new System.Drawing.Point(12, 198);
78
this.
button4
.Name = "button4";
79
this.
button4
.Size = new System.Drawing.Size(112, 34);
80
this.
button4
.TabIndex = 3;
81
this.
button4
.Text = "Left";
82
this.
button4
.UseVisualStyleBackColor = true;
146
this.Controls.Add(this.
button4
);