1 write to button1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
37
this.
button1
= new System.Windows.Forms.Button();
10 references to button1
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
96
this.groupBox1.Controls.Add(this.
button1
);
127
this.
button1
.Anchor = System.Windows.Forms.AnchorStyles.Left;
128
this.
button1
.Location = new System.Drawing.Point(240, 245);
129
this.
button1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
130
this.
button1
.Name = "button1";
131
this.
button1
.Size = new System.Drawing.Size(130, 58);
132
this.
button1
.TabIndex = 8;
133
this.
button1
.Text = "Details";
134
this.
button1
.UseVisualStyleBackColor = true;
135
this.
button1
.Click += this.button1_Click;