1 write to button5
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
43this.button5 = new System.Windows.Forms.Button();
9 references to button5
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
102this.groupBox1.Controls.Add(this.button5); 195this.button5.AutoSize = true; 196this.button5.Location = new System.Drawing.Point(240, 100); 197this.button5.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 198this.button5.Name = "button5"; 199this.button5.Size = new System.Drawing.Size(175, 63); 200this.button5.TabIndex = 6; 201this.button5.Text = "AutoSizeTrue"; 202this.button5.UseVisualStyleBackColor = true;