1 write to comboBox5
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
38
this.
comboBox5
= new System.Windows.Forms.ComboBox();
8 references to comboBox5
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
120
this.
comboBox5
.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
121
this.
comboBox5
.FormattingEnabled = true;
122
this.
comboBox5
.Items.AddRange(new object[] {
124
this.
comboBox5
.Location = new System.Drawing.Point(21, 96);
125
this.
comboBox5
.Name = "comboBox5";
126
this.
comboBox5
.Size = new System.Drawing.Size(121, 21);
127
this.
comboBox5
.TabIndex = 7;
280
this.Controls.Add(this.
comboBox5
);