1 write to radioButton1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
49
this.
radioButton1
= new System.Windows.Forms.RadioButton();
11 references to radioButton1
Accessibility_Core_App (11)
CommonControl2.Designer.cs (11)
109
this.
radioButton1
.AutoSize = true;
110
this.
radioButton1
.Checked = true;
111
this.
radioButton1
.Location = new System.Drawing.Point(18, 459);
112
this.
radioButton1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
113
this.
radioButton1
.Name = "radioButton1";
114
this.
radioButton1
.Size = new System.Drawing.Size(94, 19);
115
this.
radioButton1
.TabIndex = 8;
116
this.
radioButton1
.TabStop = true;
117
this.
radioButton1
.Text = "radioButton1";
118
this.
radioButton1
.UseVisualStyleBackColor = true;
270
this.Controls.Add(this.
radioButton1
);