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