1 write to button9
Accessibility_Core_App (1)
Main.Designer.cs (1)
40this.button9 = new System.Windows.Forms.Button();
9 references to button9
Accessibility_Core_App (9)
Main.Designer.cs (9)
135this.button9.Location = new System.Drawing.Point(13, 380); 136this.button9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 137this.button9.Name = "button9"; 138this.button9.Size = new System.Drawing.Size(531, 27); 139this.button9.TabIndex = 8; 140this.button9.Text = "Containers_Controls_2: Testing the controls under the Containers Tab"; 141this.button9.UseVisualStyleBackColor = true; 142this.button9.Click += this.button9_Click; 171this.Controls.Add(this.button9);