1 write to button1
Accessibility_Core_App (1)
MenuForm.Designer.cs (1)
31this.button1 = new System.Windows.Forms.Button();
9 references to button1
Accessibility_Core_App (9)
MenuForm.Designer.cs (9)
37this.button1.Location = new System.Drawing.Point(78, 46); 38this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 39this.button1.Name = "button1"; 40this.button1.Size = new System.Drawing.Size(88, 27); 41this.button1.TabIndex = 0; 42this.button1.Text = "StripControls"; 43this.button1.UseVisualStyleBackColor = true; 44this.button1.Click += this.Button1_Click; 63this.Controls.Add(this.button1);