*********************************************
一 文本框 事件顺序
********************************************
1.画面load
textBox4_ParentChanged textBox4_VisibleChanged textBox4_VisibleChanged textBox4_BindingContextChanged textBox4_BindingContextChanged textBox4_VisibleChanged
2.tab键按下 进入文本框
textBox4_Enter
textBox4_KeyUp
3.tab键按下 离开文本框
textBox4_PreviewKeyDown
textBox4_Leave
textBox4_Validating
textBox4_Validated
4.鼠标 进入文本框
textBox4_MouseEnter
textBox4_MouseMove
textBox4_MouseHover
textBox4_MouseMove
textBox4_Enter
textBox4_MouseDown
textBox4_MouseMove
textBox4_MouseCaptureChanged
textBox4_Click
textBox4_MouseClick
textBox4_MouseUp
5.鼠标 离开文本框
textBox4_MouseMove
textBox4_MouseLeave
textBox4_Leave
textBox4_Validating
textBox4_Validated
6.在文本框中键按下
textBox4_PreviewKeyDown
textBox4_KeyDown
textBox4_KeyPress
textBox4_TextChanged
textBox4_KeyUp