1 write to button5
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
40
this.
button5
= new System.Windows.Forms.Button();
8 references to button5
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
85
this.
button5
.Dock = System.Windows.Forms.DockStyle.Fill;
86
this.
button5
.Location = new System.Drawing.Point(112, 89);
87
this.
button5
.Name = "button5";
88
this.
button5
.Size = new System.Drawing.Size(576, 295);
89
this.
button5
.TabIndex = 5;
90
this.
button5
.Text = "Fill";
91
this.
button5
.UseVisualStyleBackColor = true;
98
this.Controls.Add(this.
button5
);