我颜面何在啊。。。。
(其实只是吐槽的)
代码如下:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Local $Q = MsgBox(4+32,"问题 By 随便问我","我是不是只能写这个MessageBox?")
If $Q = 6 Then
MsgBox(16,"Shit!","看来我很倒霉……")
Else
$Form1 = GUICreate("求解释", 301, 161, 192, 124)
$Label1 = GUICtrlCreateLabel("我还能做什么?", 106, 16, 88, 17)
GUICtrlCreateInput("", 20, 56, 265, 21)
$Button1 = GUICtrlCreateButton("提交(当然不可能成功)", 66, 88, 169, 49)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
EndSwitch
WEnd
EndIf
没有技术含量没有代码书写规范就原谅吧。。。

代码如下:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
Local $Q = MsgBox(4+32,"问题 By 随便问我","我是不是只能写这个MessageBox?")
If $Q = 6 Then
MsgBox(16,"Shit!","看来我很倒霉……")
Else
$Form1 = GUICreate("求解释", 301, 161, 192, 124)
$Label1 = GUICtrlCreateLabel("我还能做什么?", 106, 16, 88, 17)
GUICtrlCreateInput("", 20, 56, 265, 21)
$Button1 = GUICtrlCreateButton("提交(当然不可能成功)", 66, 88, 169, 49)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Exit
EndSwitch
WEnd
EndIf
没有技术含量没有代码书写规范就原谅吧。。。