1 write to button5
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
38
this.
button5
= new System.Windows.Forms.Button();
8 references to button5
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
86
this.
button5
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
87
this.
button5
.Location = new System.Drawing.Point(12, 404);
88
this.
button5
.Name = "button5";
89
this.
button5
.Size = new System.Drawing.Size(112, 34);
90
this.
button5
.TabIndex = 4;
91
this.
button5
.Text = "Bottom-Left";
92
this.
button5
.UseVisualStyleBackColor = true;
145
this.Controls.Add(this.
button5
);