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