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