1 write to button1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
70this.button1 = new System.Windows.Forms.Button();
8 references to button1
Accessibility_Core_App (8)
ContainerControls.Designer.cs (8)
524this.flowLayoutPanel1.Controls.Add(this.button1); 544this.button1.Location = new System.Drawing.Point(100, 3); 545this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 546this.button1.Name = "button1"; 547this.button1.Size = new System.Drawing.Size(88, 27); 548this.button1.TabIndex = 1; 549this.button1.Text = "button1"; 550this.button1.UseVisualStyleBackColor = true;