1 write to label1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
39
this.
label1
= new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
CollectionEditors.cs (1)
40
label1
.Text = sender.GetType().FullName;
CollectionEditors.Designer.cs (7)
90
this.
label1
.AutoSize = true;
91
this.
label1
.Location = new System.Drawing.Point(132, 13);
92
this.
label1
.Name = "label1";
93
this.
label1
.Size = new System.Drawing.Size(35, 13);
94
this.
label1
.TabIndex = 5;
95
this.
label1
.Text = "label1";
110
this.Controls.Add(this.
label1
);