1 write to comboBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
55
this.
comboBox1
= new System.Windows.Forms.ComboBox();
8 references to comboBox1
Accessibility_Core_App (8)
CommonControl1.Designer.cs (8)
305
this.groupBox3.Controls.Add(this.
comboBox1
);
344
this.
comboBox1
.FormattingEnabled = true;
345
this.
comboBox1
.Items.AddRange(new object[] {
351
this.
comboBox1
.Location = new System.Drawing.Point(15, 90);
352
this.
comboBox1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
353
this.
comboBox1
.Name = "comboBox1";
354
this.
comboBox1
.Size = new System.Drawing.Size(257, 40);
355
this.
comboBox1
.TabIndex = 1;