1 write to label1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
36
this.
label1
= new System.Windows.Forms.Label();
7 references to label1
WinFormsControlsTest (7)
ToolStripTests.Designer.cs (7)
390
this.
label1
.AutoSize = true;
391
this.
label1
.Location = new System.Drawing.Point(12, 127);
392
this.
label1
.Name = "label1";
393
this.
label1
.Size = new System.Drawing.Size(78, 13);
394
this.
label1
.TabIndex = 2;
395
this.
label1
.Text = "Test ToolStrips";
438
this.Controls.Add(this.
label1
);