1 write to comboBox10
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
43
this.
comboBox10
= new System.Windows.Forms.ComboBox();
9 references to comboBox10
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
182
this.
comboBox10
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
183
this.
comboBox10
.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
184
this.
comboBox10
.FormattingEnabled = true;
185
this.
comboBox10
.Items.AddRange(new object[] {
188
this.
comboBox10
.Location = new System.Drawing.Point(560, 22);
189
this.
comboBox10
.Name = "comboBox10";
190
this.
comboBox10
.Size = new System.Drawing.Size(121, 150);
191
this.
comboBox10
.TabIndex = 13;
274
this.Controls.Add(this.
comboBox10
);