1 write to richTextBox1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
39
this.
richTextBox1
= new System.Windows.Forms.RichTextBox();
7 references to richTextBox1
WinFormsControlsTest (7)
MultipleControls.Designer.cs (7)
109
this.
richTextBox1
.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
110
this.
richTextBox1
.Location = new System.Drawing.Point(15, 135);
111
this.
richTextBox1
.Name = "richTextBox1";
112
this.
richTextBox1
.Size = new System.Drawing.Size(116, 110);
113
this.
richTextBox1
.TabIndex = 6;
114
this.
richTextBox1
.Text = "LLLL";
309
this.Controls.Add(this.
richTextBox1
);