1 write to button9
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
42
this.
button9
= new System.Windows.Forms.Button();
8 references to button9
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
128
this.
button9
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
129
this.
button9
.Location = new System.Drawing.Point(676, 404);
130
this.
button9
.Name = "button9";
131
this.
button9
.Size = new System.Drawing.Size(112, 34);
132
this.
button9
.TabIndex = 8;
133
this.
button9
.Text = "Bottom-Right";
134
this.
button9
.UseVisualStyleBackColor = true;
141
this.Controls.Add(this.
button9
);