private void CountWord_Click(object sender, RoutedEventArgs e)
 {
     MessageBox.Show(EditorPanel.GetTextLengthInfo(detailedCountInfo), "字数统计");
 }