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