示例#1
0
 private void lcTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork.AutoParamTxt_KeyPress(sender, e))
     {
         tc1.Focus();
     }
 }
示例#2
0
文件: MainForm.cs 项目: w7789475/EVOK
 public void writeData(object sender, KeyPressEventArgs e, EvokXJWork evokWork)
 {
     if (evokWork.AutoParamTxt_KeyPress(sender, e))
     {
         resetBtn.Focus();
     }
 }
示例#3
0
文件: MainForm.cs 项目: w7789475/EVOK
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork0.AutoParamTxt_KeyPress(sender, e))
     {
         tabPage2.Focus();
     }
 }