1 write to comboBox3
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
36
this.
comboBox3
= new System.Windows.Forms.ComboBox();
8 references to comboBox3
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
87
this.
comboBox3
.FormattingEnabled = true;
88
this.
comboBox3
.Items.AddRange(new object[] {
98
this.
comboBox3
.Location = new System.Drawing.Point(21, 59);
99
this.
comboBox3
.Name = "comboBox3";
100
this.
comboBox3
.Size = new System.Drawing.Size(121, 21);
101
this.
comboBox3
.TabIndex = 5;
102
this.
comboBox3
.DropDownHeight = 80;
282
this.Controls.Add(this.
comboBox3
);