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