}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "o";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "p";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "q";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "r";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "s";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "t";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "u";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "v";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "w";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "x";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "y";
}
private void pictureBox _Click(object sender, EventArgs e)
{
textBox .Text = textBox .Text + "z";
}
private void FrmPinYin_FormClosing(object sender, FormClosingEventArgs e)