1 write to pictureBox1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
46
this.
pictureBox1
= new System.Windows.Forms.PictureBox();
11 references to pictureBox1
Accessibility_Core_App (11)
CommonControl2.Designer.cs (11)
62
((System.ComponentModel.ISupportInitialize)(this.
pictureBox1
)).BeginInit();
78
this.
pictureBox1
.Image = global::Accessibility_Core_App.Properties.Resources.TestResult;
79
this.
pictureBox1
.Location = new System.Drawing.Point(18, 301);
80
this.
pictureBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
81
this.
pictureBox1
.Name = "pictureBox1";
82
this.
pictureBox1
.Size = new System.Drawing.Size(231, 141);
83
this.
pictureBox1
.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
84
this.
pictureBox1
.TabIndex = 5;
85
this.
pictureBox1
.TabStop = false;
267
this.Controls.Add(this.
pictureBox1
);
283
((System.ComponentModel.ISupportInitialize)(this.
pictureBox1
)).EndInit();