1 write to button10
Accessibility_Core_App (1)
Main.Designer.cs (1)
41
this.
button10
= new System.Windows.Forms.Button();
8 references to button10
Accessibility_Core_App (8)
Main.Designer.cs (8)
146
this.
button10
.Location = new System.Drawing.Point(14, 425);
147
this.
button10
.Name = "button10";
148
this.
button10
.Size = new System.Drawing.Size(530, 27);
149
this.
button10
.TabIndex = 9;
150
this.
button10
.Text = "TaskDialog: Testing the task dialog";
151
this.
button10
.UseVisualStyleBackColor = true;
152
this.
button10
.Click += this.button10_Click;
170
this.Controls.Add(this.
button10
);