
        private void Form1_Load(object sender, EventArgs e)
        {
            label1.Text = "string";
            button1.Text = "Form2";
            checkBox1.Text = "Select";

        }
