1 write to button12
Accessibility_Core_App (1)
Main.Designer.cs (1)
42
this.
button12
= new System.Windows.Forms.Button();
8 references to button12
Accessibility_Core_App (8)
Main.Designer.cs (8)
156
this.
button12
.Location = new System.Drawing.Point(15, 470);
157
this.
button12
.Name = "button12";
158
this.
button12
.Size = new System.Drawing.Size(530, 23);
159
this.
button12
.TabIndex = 11;
160
this.
button12
.Text = "DataBinding Example";
161
this.
button12
.UseVisualStyleBackColor = true;
162
this.
button12
.Click += this.button12_Click;
169
this.Controls.Add(this.
button12
);