1 write to comboBox2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
53
this.
comboBox2
= new System.Windows.Forms.ComboBox();
9 references to comboBox2
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
303
this.groupBox3.Controls.Add(this.
comboBox2
);
318
this.
comboBox2
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
319
this.
comboBox2
.FormattingEnabled = true;
320
this.
comboBox2
.Items.AddRange(new object[] {
326
this.
comboBox2
.Location = new System.Drawing.Point(314, 85);
327
this.
comboBox2
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
328
this.
comboBox2
.Name = "comboBox2";
329
this.
comboBox2
.Size = new System.Drawing.Size(257, 266);
330
this.
comboBox2
.TabIndex = 3;