private void AlignCenterToolstripButton_Click(object sender, EventArgs e)
 {
     oEdit.Justify_Center();
 }