1 write to checkBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
51
this.
checkBox1
= new System.Windows.Forms.CheckBox();
11 references to checkBox1
Accessibility_Core_App (11)
CommonControl1.Designer.cs (11)
232
this.groupBox2.Controls.Add(this.
checkBox1
);
290
this.
checkBox1
.AutoSize = true;
291
this.
checkBox1
.Checked = true;
292
this.
checkBox1
.CheckState = System.Windows.Forms.CheckState.Checked;
293
this.
checkBox1
.Location = new System.Drawing.Point(15, 30);
294
this.
checkBox1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
295
this.
checkBox1
.Name = "checkBox1";
296
this.
checkBox1
.Size = new System.Drawing.Size(138, 36);
297
this.
checkBox1
.TabIndex = 0;
298
this.
checkBox1
.Text = "Checked";
299
this.
checkBox1
.UseVisualStyleBackColor = true;