1 write to label1
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
48this.label1 = new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
ComboBoxes.cs (1)
23label1.Text = comboBox1.Text;
ComboBoxes.Designer.cs (7)
248this.label1.AutoSize = true; 249this.label1.Location = new System.Drawing.Point(18, 6); 250this.label1.Name = "label1"; 251this.label1.Size = new System.Drawing.Size(35, 13); 252this.label1.TabIndex = 15; 253this.label1.Text = "label1"; 270this.Controls.Add(this.label1);