1 write to button3
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
36
this.
button3
= new System.Windows.Forms.Button();
8 references to button3
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
66
this.
button3
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
67
this.
button3
.Location = new System.Drawing.Point(676, 12);
68
this.
button3
.Name = "button3";
69
this.
button3
.Size = new System.Drawing.Size(112, 34);
70
this.
button3
.TabIndex = 2;
71
this.
button3
.Text = "Top-Right";
72
this.
button3
.UseVisualStyleBackColor = true;
147
this.Controls.Add(this.
button3
);