1 write to comboBox9
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
42
this.
comboBox9
= new System.Windows.Forms.ComboBox();
9 references to comboBox9
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
169
this.
comboBox9
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
170
this.
comboBox9
.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
171
this.
comboBox9
.FormattingEnabled = true;
172
this.
comboBox9
.Items.AddRange(new object[] {
175
this.
comboBox9
.Location = new System.Drawing.Point(696, 22);
176
this.
comboBox9
.Name = "comboBox9";
177
this.
comboBox9
.Size = new System.Drawing.Size(121, 150);
178
this.
comboBox9
.TabIndex = 14;
273
this.Controls.Add(this.
comboBox9
);