举报
GUICreate('坚立按钮',500,500) GUICtrlCreateButton('网' & @CRLF & '管' & @CRLF & '联' & @CRLF & '盟',100,100,80,100,0x2000) GUISetState(@SW_SHOW) While 1 Sleep(1000) WEnd
您需要 登录 才可以下载或查看,没有账号?加入
#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> GUICreate("按鈕豎排文字", 201, 201, 353, 278) GUICtrlCreateButton("計算", 88, 32, 25, 81, $BS_MULTILINE) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 615, 438, 192, 124) $Button1 = GUICtrlCreateButton("按钮字体怎么打竖", 112, 80, 25, 329, $BS_MULTILINE) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 MsgBox(0, '', '你点击了按钮', 1) EndSwitch WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-5 09:24 , Processed in 0.106886 second(s), 21 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.