1 write to checkBox1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
57
this.
checkBox1
= new System.Windows.Forms.CheckBox();
7 references to checkBox1
Accessibility_Core_App (7)
ContainerControls.Designer.cs (7)
399
this.
checkBox1
.AutoSize = true;
400
this.
checkBox1
.Location = new System.Drawing.Point(3, 72);
401
this.
checkBox1
.Name = "checkBox1";
402
this.
checkBox1
.Size = new System.Drawing.Size(80, 17);
403
this.
checkBox1
.TabIndex = 5;
404
this.
checkBox1
.Text = "checkBox1";
405
this.
checkBox1
.UseVisualStyleBackColor = true;