tabIndex是 设置 窗体中 对象 响应 tab 键 的顺序值。例如 :有3个 文本框 text1 的tabIndex 为 2text2 的tabIndex 为 1text3 的tabIndex 为 0,运行程序,焦点首先落在 text3里,按 tab键 光标会跑到text2,再按一次才会跑到text1