1 write to comboBox7
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
40this.comboBox7 = new System.Windows.Forms.ComboBox();
8 references to comboBox7
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
144this.comboBox7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 145this.comboBox7.FormattingEnabled = true; 146this.comboBox7.Items.AddRange(new object[] { 149this.comboBox7.Location = new System.Drawing.Point(21, 136); 150this.comboBox7.Name = "comboBox7"; 151this.comboBox7.Size = new System.Drawing.Size(121, 21); 152this.comboBox7.TabIndex = 9; 278this.Controls.Add(this.comboBox7);