1 write to comboBox5
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
38this.comboBox5 = new System.Windows.Forms.ComboBox();
8 references to comboBox5
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
120this.comboBox5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 121this.comboBox5.FormattingEnabled = true; 122this.comboBox5.Items.AddRange(new object[] { 124this.comboBox5.Location = new System.Drawing.Point(21, 96); 125this.comboBox5.Name = "comboBox5"; 126this.comboBox5.Size = new System.Drawing.Size(121, 21); 127this.comboBox5.TabIndex = 7; 280this.Controls.Add(this.comboBox5);