private void AlignRightToolstripButton_Click(object sender, EventArgs e)
 {
     oEdit.Justify_Right();
 }