1 write to button4
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
42
this.
button4
= new System.Windows.Forms.Button();
10 references to button4
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
101
this.groupBox1.Controls.Add(this.
button4
);
183
this.
button4
.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
184
this.
button4
.Location = new System.Drawing.Point(240, 309);
185
this.
button4
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
186
this.
button4
.Name = "button4";
187
this.
button4
.Size = new System.Drawing.Size(156, 58);
188
this.
button4
.TabIndex = 9;
189
this.
button4
.Text = "SmallIcon";
190
this.
button4
.UseVisualStyleBackColor = true;
191
this.
button4
.Click += this.button4_Click;