1 write to label1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
37
this.
label1
= new System.Windows.Forms.Label();
11 references to label1
WinFormsControlsTest (11)
MultipleControls.Designer.cs (11)
88
this.
label1
.AccessibleDescription = "Test Label AccessibleDescription";
89
this.
label1
.AccessibleName = "Test Label AccessibleName";
90
this.
label1
.AccessibleRole = System.Windows.Forms.AccessibleRole.Indicator;
91
this.
label1
.AutoSize = true;
92
this.
label1
.FlatStyle = System.Windows.Forms.FlatStyle.System;
93
this.
label1
.Location = new System.Drawing.Point(15, 84);
94
this.
label1
.Name = "label1";
95
this.
label1
.Size = new System.Drawing.Size(38, 15);
96
this.
label1
.TabIndex = 2;
97
this.
label1
.Text = "label1";
311
this.Controls.Add(this.
label1
);