最好是通过程序判断(通过键盘事件),让别的控件得到焦点就可以了
比如在keydown或者key press事件里判断键盘输入if not(key in['A','B','C']) then 
 
if key=13 then..。。