1 write to button8
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
40this.button8 = new System.Windows.Forms.Button();
9 references to button8
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
99this.groupBox1.Controls.Add(this.button8); 160this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 161this.button8.Location = new System.Drawing.Point(15, 175); 162this.button8.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 163this.button8.Name = "button8"; 164this.button8.Size = new System.Drawing.Size(130, 58); 165this.button8.TabIndex = 2; 166this.button8.Text = "PopUp"; 167this.button8.UseVisualStyleBackColor = true;