1 write to progressBar1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
48
this.
progressBar1
= new System.Windows.Forms.ProgressBar();
8 references to progressBar1
Accessibility_Core_App (8)
CommonControl2.Designer.cs (8)
99
this.
progressBar1
.BackColor = System.Drawing.Color.Lime;
100
this.
progressBar1
.Location = new System.Drawing.Point(517, 175);
101
this.
progressBar1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
102
this.
progressBar1
.Name = "progressBar1";
103
this.
progressBar1
.Size = new System.Drawing.Size(223, 27);
104
this.
progressBar1
.TabIndex = 7;
105
this.
progressBar1
.Value = 60;
269
this.Controls.Add(this.
progressBar1
);