1 write to button3
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
41
this.
button3
= new System.Windows.Forms.Button();
10 references to button3
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
100
this.groupBox1.Controls.Add(this.
button3
);
171
this.
button3
.Anchor = System.Windows.Forms.AnchorStyles.Right;
172
this.
button3
.Location = new System.Drawing.Point(15, 34);
173
this.
button3
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
174
this.
button3
.Name = "button3";
175
this.
button3
.Size = new System.Drawing.Size(130, 58);
176
this.
button3
.TabIndex = 0;
177
this.
button3
.Text = "List";
178
this.
button3
.UseVisualStyleBackColor = false;
179
this.
button3
.Click += this.button3_Click;