private void Form1_Load(object sender, System.EventArgs e) { this.textBox1.Text = "This is the first line\r\nAnd this the second!"; }