예제 #1
0
 private void custInfoKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     m_cCurrentControl.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
예제 #2
0
파일: PluPopUpBar.cs 프로젝트: Jusharra/RMS
 private void barkeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     txtProductID.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
예제 #3
0
 private void specialKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     ContentTextBox.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
예제 #4
0
 private void ktInfoKeyBoard_UserKeyPressed(object sender, IbacsTouchScreenKeyBoard.KeyBoard.KeyboardEventArgs e)
 {
     txtKitchenText.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }