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