       private void Form2_Load(object sender, EventArgs e)
        {
            groupBox1.Text = "Set Back Color";
            groupBox2.Text = "Set font Color";
            button1.Text = "Set Back Name";
            button2.Text = "Set Font Value";
            textBox1.Text = "Red";
            textBox2.Text = "150";
            textBox3.Text = "0";
            textBox4.Text = "0";
            textBox5.Text = "255";

        }
