1 write to button10
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
38this.button10 = new System.Windows.Forms.Button();
9 references to button10
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
97this.groupBox1.Controls.Add(this.button10); 139this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 140this.button10.Location = new System.Drawing.Point(15, 105); 141this.button10.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 142this.button10.Name = "button10"; 143this.button10.Size = new System.Drawing.Size(130, 58); 144this.button10.TabIndex = 1; 145this.button10.Text = "Flat"; 146this.button10.UseVisualStyleBackColor = true;