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

[AU3基础] 不知道为什么,输入框无法正常点击进去

[复制链接]
发表于 2019-11-10 15:11:44 | 显示全部楼层 |阅读模式
不知道为什么,输入框无法正常点击进去,有时候点击进不去,而且无法用鼠标右键复制、粘贴。按Ctrl+V,竟然是把$Label1、$Label2的文字复制进去。AU3版本3.3.14.5,编译器版本4.1.0
Local $Title = "授权码生成器"
$Gui = GUICreate($Title, 300, 280)
$Label1 = GUICtrlCreateLabel("请输入机器码:", 10, 20, 280, 40)
$Input1 = GUICtrlCreateInput("", 10, 40, 280, 30)
$Label2 = GUICtrlCreateLabel("加密后生成的授权码:", 20, 100, 280, 40)
$Input2 = GUICtrlCreateInput("", 10, 120, 280, 30)
$Button1 = GUICtrlCreateButton('生成授权码', 40, 180, 80, 40)
$Button2 = GUICtrlCreateButton('复制授权码', 180, 180, 80, 40)
GUISetState(@SW_SHOW)
While 1
 $msg = GUIGetMsg()
 Switch $msg
  Case -3
   Exit
 EndSwitch
WEnd
发表于 2019-11-10 15:14:24 | 显示全部楼层
GUICtrlCreateLabel 40 过高
 楼主| 发表于 2019-11-10 16:16:04 | 显示全部楼层
afan 发表于 2019-11-10 15:14
GUICtrlCreateLabel 40 过高

还有这样的事情,从来没有注意过这个问题,谢谢A大!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-4-26 17:52 , Processed in 0.070954 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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