  private void Form1_Load(object sender, EventArgs e)
        {
            button1.Text = "Print";
            button2.Text = "Preview";
            button3.Text = "Print Dialog";
            button4.Text = "Page Setup";
            button5.Text = "Open";
            button6.Text = "Font";

        }
