1 write to button9
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
53
button9
= new Button();
7 references to button9
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
160
panel1.Controls.Add(
button9
);
171
button9
.Location = new Point(24, 113);
172
button9
.Name = "button9";
173
button9
.Size = new Size(75, 23);
174
button9
.TabIndex = 3;
175
button9
.Text = "button9";
176
button9
.UseVisualStyleBackColor = true;