1 write to radioButton3
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
43
this.
radioButton3
= new System.Windows.Forms.RadioButton();
9 references to radioButton3
Accessibility_Core_App (9)
ContainerControls2.Designer.cs (9)
200
this.
radioButton3
.AutoSize = true;
201
this.
radioButton3
.Checked = true;
202
this.
radioButton3
.Location = new System.Drawing.Point(223, 3);
203
this.
radioButton3
.Name = "radioButton3";
204
this.
radioButton3
.Size = new System.Drawing.Size(15, 17);
205
this.
radioButton3
.TabIndex = 4;
206
this.
radioButton3
.TabStop = true;
207
this.
radioButton3
.Text = "radioButton3";
208
this.
radioButton3
.UseVisualStyleBackColor = true;