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