1 write to comboBox10
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
43this.comboBox10 = new System.Windows.Forms.ComboBox();
9 references to comboBox10
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
182this.comboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; 183this.comboBox10.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 184this.comboBox10.FormattingEnabled = true; 185this.comboBox10.Items.AddRange(new object[] { 188this.comboBox10.Location = new System.Drawing.Point(560, 22); 189this.comboBox10.Name = "comboBox10"; 190this.comboBox10.Size = new System.Drawing.Size(121, 150); 191this.comboBox10.TabIndex = 13; 274this.Controls.Add(this.comboBox10);