1 write to comboBox4
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
37
this.
comboBox4
= new System.Windows.Forms.ComboBox();
8 references to comboBox4
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
106
this.
comboBox4
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107
this.
comboBox4
.FormattingEnabled = true;
108
this.
comboBox4
.Items.AddRange(new object[] {
113
this.
comboBox4
.Location = new System.Drawing.Point(148, 59);
114
this.
comboBox4
.Name = "comboBox4";
115
this.
comboBox4
.Size = new System.Drawing.Size(121, 21);
116
this.
comboBox4
.TabIndex = 6;
281
this.Controls.Add(this.
comboBox4
);