1 write to comboBox2
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
35
this.
comboBox2
= new System.Windows.Forms.ComboBox();
10 references to comboBox2
WinFormsControlsTest (10)
ComboBoxes.Designer.cs (10)
67
this.
comboBox2
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
68
this.
comboBox2
.FlatStyle = System.Windows.Forms.FlatStyle.System;
69
this.
comboBox2
.FormattingEnabled = true;
70
this.
comboBox2
.Items.AddRange(new object[] {
79
this.
comboBox2
.Location = new System.Drawing.Point(148, 22);
80
this.
comboBox2
.Name = "comboBox2";
81
this.
comboBox2
.Size = new System.Drawing.Size(121, 21);
82
this.
comboBox2
.TabIndex = 4;
83
this.
comboBox2
.DropDownHeight = 80;
283
this.Controls.Add(this.
comboBox2
);