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