1 write to textBox1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
73
textBox1
= new TextBox();
9 references to textBox1
WinFormsControlsTest (9)
ScrollableControls.Designer.cs (9)
371
textBox1
.Location = new Point(16, 247);
372
textBox1
.Multiline = true;
373
textBox1
.Name = "textBox1";
374
textBox1
.ScrollBars = System.Windows.Forms.ScrollBars.Both;
375
textBox1
.Size = new Size(93, 65);
376
textBox1
.TabIndex = 9;
377
textBox1
.Text = "zdffsdfsd\r\nfsdfsdfss\r\ndfsdfsdfs\r\ndfsdfsdf\r\nsdfsdfd\r\nfsdfsdfsnfsdfsdfs";
378
textBox1
.WordWrap = false;
443
Controls.Add(
textBox1
);