1 write to label2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
41
this.
label2
= new System.Windows.Forms.Label();
8 references to label2
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (8)
109
this.changeHeightGroupBox1.Controls.Add(this.
label2
);
149
this.
label2
.AutoSize = true;
150
this.
label2
.Location = new System.Drawing.Point(192, 28);
151
this.
label2
.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
152
this.
label2
.Name = "label2";
153
this.
label2
.Size = new System.Drawing.Size(106, 30);
154
this.
label2
.TabIndex = 1;
155
this.
label2
.Text = "Change \r\nComboBox Height";