gzh888666 发表于 2011-12-21 01:13:54

第10行 GUIStartGroup() 纯属多余~
afan 发表于 2011-12-20 23:34 http://www.autoitx.com/images/common/back.gif
呵呵!果然,改成#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 623, 449, 192, 114)
$Group1 = GUICtrlCreateGroup("总体", 72, 64, 505, 321)
$Group2 = GUICtrlCreateGroup("系统类", 120, 136, 201, 169)
$Group3 = GUICtrlCreateGroup("输入法", 328, 136, 209, 169)
$Radio1 = GUICtrlCreateRadio("IE修复", 144, 176, 65, 17)
$Radio2 = GUICtrlCreateRadio("系统补丁", 240, 177, 73, 17)
$Radio3 = GUICtrlCreateRadio("搜狗输入法", 351, 172, 89, 17)
$Radio4 = GUICtrlCreateRadio("五笔输入法", 452, 175, 81, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
      $nMsg = GUIGetMsg()
      Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

      EndSwitch
WEnd

零度深蓝 发表于 2012-1-26 01:12:46

学习了,有收获
页: 1 [2]
查看完整版本: 怎么在2个GUICtrlCreateGroup组中同时只能选在一个按钮选项呢(已解决)