1 write to label5
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
50this.label5 = new System.Windows.Forms.Label();
8 references to label5
Accessibility_Core_App (8)
CommonControl2.Designer.cs (8)
122this.label5.AutoSize = true; 123this.label5.Location = new System.Drawing.Point(309, 10); 124this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 125this.label5.Name = "label5"; 126this.label5.Size = new System.Drawing.Size(71, 15); 127this.label5.TabIndex = 9; 128this.label5.Text = "RichTextBox"; 271this.Controls.Add(this.label5);