1 write to checkBox2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
50
this.
checkBox2
= new System.Windows.Forms.CheckBox();
9 references to checkBox2
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
231
this.groupBox2.Controls.Add(this.
checkBox2
);
279
this.
checkBox2
.AutoSize = true;
280
this.
checkBox2
.Location = new System.Drawing.Point(15, 83);
281
this.
checkBox2
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
282
this.
checkBox2
.Name = "checkBox2";
283
this.
checkBox2
.Size = new System.Drawing.Size(168, 36);
284
this.
checkBox2
.TabIndex = 1;
285
this.
checkBox2
.Text = "UnChecked";
286
this.
checkBox2
.UseVisualStyleBackColor = true;