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