1 write to comboBox8
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
41
this.
comboBox8
= new System.Windows.Forms.ComboBox();
9 references to comboBox8
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
156
this.
comboBox8
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
157
this.
comboBox8
.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
158
this.
comboBox8
.FormattingEnabled = true;
159
this.
comboBox8
.Items.AddRange(new object[] {
162
this.
comboBox8
.Location = new System.Drawing.Point(148, 136);
163
this.
comboBox8
.Name = "comboBox8";
164
this.
comboBox8
.Size = new System.Drawing.Size(121, 21);
165
this.
comboBox8
.TabIndex = 10;
277
this.Controls.Add(this.
comboBox8
);