1 write to button6
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
39
this.
button6
= new System.Windows.Forms.Button();
8 references to button6
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
96
this.
button6
.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99
this.
button6
.Location = new System.Drawing.Point(338, 198);
100
this.
button6
.Name = "button6";
101
this.
button6
.Size = new System.Drawing.Size(112, 34);
102
this.
button6
.TabIndex = 5;
103
this.
button6
.Text = "All";
104
this.
button6
.UseVisualStyleBackColor = true;
144
this.Controls.Add(this.
button6
);