1 write to comboBox12
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
45
this.
comboBox12
= new System.Windows.Forms.ComboBox();
9 references to comboBox12
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
209
this.
comboBox12
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
210
this.
comboBox12
.FlatStyle = System.Windows.Forms.FlatStyle.System;
211
this.
comboBox12
.FormattingEnabled = true;
212
this.
comboBox12
.Items.AddRange(new object[] {
222
this.
comboBox12
.Location = new System.Drawing.Point(275, 22);
223
this.
comboBox12
.Name = "comboBox12";
224
this.
comboBox12
.Size = new System.Drawing.Size(121, 150);
225
this.
comboBox12
.TabIndex = 11;
276
this.Controls.Add(this.
comboBox12
);