#include <GUIConstants.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Documents and Settings\Administrator\桌面\test.kxf
$Form1_1 = GUICreate("test", 501, 353, 189, 116)
$Button1 = GUICtrlCreateButton("18", 408, 80, 75, 25)
$Button2 = GUICtrlCreateButton("16", 408, 16, 75, 25)
$Button3 = GUICtrlCreateButton("19", 408, 112, 75, 25)
$Label1 = GUICtrlCreateLabel("1", 40, 24, 10, 17)
$Label2 = GUICtrlCreateLabel("2", 40, 48, 10, 17)
$Label3 = GUICtrlCreateLabel("3", 40, 72, 10, 17)
$Input1 = GUICtrlCreateInput("9", 128, 24, 121, 21)
$Input2 = GUICtrlCreateInput("10", 128, 48, 121, 21)
$Input3 = GUICtrlCreateInput("11", 128, 72, 121, 21)
$Label5 = GUICtrlCreateLabel("6", 40, 144, 10, 17)
$Label6 = GUICtrlCreateLabel("7", 40, 176, 10, 17)
$Input6 = GUICtrlCreateInput("12", 128, 144, 121, 21)
$Input5 = GUICtrlCreateInput("13", 128, 168, 121, 21)
$Input7 = GUICtrlCreateInput("14", 128, 192, 121, 21)
$Label8 = GUICtrlCreateLabel("8", 40, 200, 10, 17)
$Button5 = GUICtrlCreateButton("17", 408, 48, 75, 25)
$Checkbox1 = GUICtrlCreateCheckbox("15", 296, 120, 97, 17)
GUICtrlSetState(-1, $GUI_CHECKED)
$Radio1 = GUICtrlCreateRadio("4", 40, 112, 65, 17)
GUICtrlSetState(-1, $GUI_CHECKED)
$Radio2 = GUICtrlCreateRadio("5", 128, 112, 73, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Form1_1
Case $Form1_1
Case $Form1_1
Case $Form1_1
Case $Button1
MsgBox(0, "", $Button1)
Case $Button2
MsgBox(0, "", $Button2)
Case $Button3
Exit
Case $Label1
Case $Label2
Case $Label3
Case $Input1
Case $Input2
Case $Input3
Case $Label5
Case $Label6
Case $Input6
Case $Input5
Case $Input7
Case $Label8
Case $Button5
MsgBox(0, "", GUICtrlRead($Input1))
Case $Checkbox1
Case $Radio1
Case $Radio2
EndSwitch
WEnd
怎么修改可以实现 选4的时候 6 7 8是可用的