1 write to comboBox11
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
44
this.
comboBox11
= new System.Windows.Forms.ComboBox();
8 references to comboBox11
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
195
this.
comboBox11
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
196
this.
comboBox11
.FormattingEnabled = true;
197
this.
comboBox11
.Items.AddRange(new object[] {
202
this.
comboBox11
.Location = new System.Drawing.Point(419, 22);
203
this.
comboBox11
.Name = "comboBox11";
204
this.
comboBox11
.Size = new System.Drawing.Size(121, 150);
205
this.
comboBox11
.TabIndex = 12;
275
this.Controls.Add(this.
comboBox11
);