1 write to comboBox6
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
39this.comboBox6 = new System.Windows.Forms.ComboBox();
9 references to comboBox6
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
131this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 132this.comboBox6.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 133this.comboBox6.FormattingEnabled = true; 134this.comboBox6.Items.AddRange(new object[] { 137this.comboBox6.Location = new System.Drawing.Point(148, 96); 138this.comboBox6.Name = "comboBox6"; 139this.comboBox6.Size = new System.Drawing.Size(121, 21); 140this.comboBox6.TabIndex = 8; 279this.Controls.Add(this.comboBox6);