private void Form1_Load(object sender, EventArgs e)
{
  label1.Text = "Number";
  label2.Text = "Result";
  textBox2.ReadOnly = true;
}
