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