找回密码
 加入
搜索
查看: 2665|回复: 2

[GUI管理] 请问如何改变GUI中控件按Tab键切换的顺序?

[复制链接]
发表于 2010-11-30 17:00:53 | 显示全部楼层 |阅读模式
请问如何改变GUI中控件按Tab键切换的顺序?
在Koda中可以调整Tab顺序,可是看生成的代码里没有相关的设置。
发表于 2010-11-30 18:52:39 | 显示全部楼层
$Button1 = GUICtrlCreateButton("Button1", 56, 24, 75, 25)
$Button2 = GUICtrlCreateButton("Button2", 56, 68, 75, 25)
$Button4 = GUICtrlCreateButton("Button4", 56, 152, 75, 25)
$Button3 = GUICtrlCreateButton("Button3", 56, 112, 75, 25)


$Button1 = GUICtrlCreateButton("Button1", 52, 24, 75, 25)
$Button2 = GUICtrlCreateButton("Button2", 52, 64, 75, 25)
$Button3 = GUICtrlCreateButton("Button3", 56, 108, 75, 25)
$Button4 = GUICtrlCreateButton("Button4", 56, 152, 75, 25)


注意这两个程序中Button3和Button4 的顺序。
代码行靠上的则Tab顺序就靠前!
说对了给个评分啊!

评分

参与人数 2金钱 +10 贡献 +2 收起 理由
cxm23 + 10
kood481748 + 2 这个我也知道……楼主不给分我给你分。

查看全部评分

 楼主| 发表于 2010-12-1 08:21:43 | 显示全部楼层
原来如此,谢谢~
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-4 16:43 , Processed in 0.084849 second(s), 27 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表