1 write to button4
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
39this.button4 = new System.Windows.Forms.Button();
8 references to button4
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
75this.button4.Dock = System.Windows.Forms.DockStyle.Bottom; 76this.button4.Location = new System.Drawing.Point(112, 384); 77this.button4.Name = "button4"; 78this.button4.Size = new System.Drawing.Size(576, 66); 79this.button4.TabIndex = 4; 80this.button4.Text = "Bottom"; 81this.button4.UseVisualStyleBackColor = true; 99this.Controls.Add(this.button4);