1 write to button7
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
40
this.
button7
= new System.Windows.Forms.Button();
8 references to button7
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
108
this.
button7
.Anchor = System.Windows.Forms.AnchorStyles.Right;
109
this.
button7
.Location = new System.Drawing.Point(676, 198);
110
this.
button7
.Name = "button7";
111
this.
button7
.Size = new System.Drawing.Size(112, 34);
112
this.
button7
.TabIndex = 6;
113
this.
button7
.Text = "Right";
114
this.
button7
.UseVisualStyleBackColor = true;
143
this.Controls.Add(this.
button7
);