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