1 write to label1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
39
this.
label1
= new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (8)
107
this.changeHeightGroupBox1.Controls.Add(this.
label1
);
124
this.
label1
.AutoSize = true;
125
this.
label1
.Location = new System.Drawing.Point(23, 28);
126
this.
label1
.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
127
this.
label1
.Name = "label1";
128
this.
label1
.Size = new System.Drawing.Size(100, 30);
129
this.
label1
.TabIndex = 0;
130
this.
label1
.Text = "Change \r\nDropDownHeight";