1 write to button7
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
55
button7
= new Button();
7 references to button7
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
162
panel1.Controls.Add(
button7
);
189
button7
.Location = new Point(3, 29);
190
button7
.Name = "button7";
191
button7
.Size = new Size(113, 23);
192
button7
.TabIndex = 1;
193
button7
.Text = "button7";
194
button7
.UseVisualStyleBackColor = true;