using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Text.RegularExpressions;
namespace ChToPhoneticize
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//建立一个公共类,用于转换汉字
public class ChnToPh
{
//定义拼音区编码数组
private static int[] getValue = new int[]