1 write to comboBox4
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
37this.comboBox4 = new System.Windows.Forms.ComboBox();
8 references to comboBox4
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
106this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 107this.comboBox4.FormattingEnabled = true; 108this.comboBox4.Items.AddRange(new object[] { 113this.comboBox4.Location = new System.Drawing.Point(148, 59); 114this.comboBox4.Name = "comboBox4"; 115this.comboBox4.Size = new System.Drawing.Size(121, 21); 116this.comboBox4.TabIndex = 6; 281this.Controls.Add(this.comboBox4);