找回密码
 加入
搜索
楼主: rikthhpgf2005

[原创] AU3写的GUI设计器

[复制链接]
发表于 2010-12-28 15:04:44 | 显示全部楼层
回复 5# pusofalse

强烈支持一下。。
发表于 2010-12-30 12:14:59 | 显示全部楼层
看看图片先!
发表于 2010-12-30 23:01:44 | 显示全部楼层
有没有图形给看一下
发表于 2011-1-1 10:43:37 | 显示全部楼层
回复一下,赚钱了。。。
发表于 2011-1-1 11:30:19 | 显示全部楼层
看看如何?
补足字数
发表于 2011-1-2 16:12:56 | 显示全部楼层
我晕哟,正想下载,没有MM了
发表于 2011-1-2 16:13:43 | 显示全部楼层
多说一句话,加点人气,给点钱,再下
发表于 2011-1-3 12:06:23 | 显示全部楼层
银子花完了!
发表于 2011-1-3 12:07:35 | 显示全部楼层
太狠了吧!看收钱,下也收钱
发表于 2011-1-3 12:46:21 | 显示全部楼层
骗子,我的金币!
发表于 2011-1-3 13:56:21 | 显示全部楼层
不错,学习了!
发表于 2011-1-10 13:51:19 | 显示全部楼层
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

$Form1                        = Guicreate("Form 1", 532, 396, -1, -1)

$Button1                = GuiCtrlCreateButton("Button1", -120, 60, 50, 20)

$Edit1                        = GUICtrlCreateEdit("", 40, 30, 480, 260)

GUICtrlSetData($Edit1, "Edit1")

GuiSetState(@SW_SHOW)

While 1
        $Msg = GUIGetMsg()
        Switch $Msg
                Case $GUI_EVENT_CLOSE
                        Exit
                Case $Button1
                       
        EndSwitch
Wend
发表于 2011-1-10 13:51:40 | 显示全部楼层
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

$Form1                        = Guicreate("Form 1", 532, 396, -1, -1)

$Button1                = GuiCtrlCreateButton("Button1", -120, 60, 50, 20)

$Edit1                        = GUICtrlCreateEdit("", 40, 30, 480, 260)

GUICtrlSetData($Edit1, "Edit1")

GuiSetState(@SW_SHOW)

While 1
        $Msg = GUIGetMsg()
        Switch $Msg
                Case $GUI_EVENT_CLOSE
                        Exit
                Case $Button1
                       
        EndSwitch
Wend
发表于 2011-1-10 17:30:49 | 显示全部楼层
好东西·学习下
发表于 2011-1-12 09:23:41 | 显示全部楼层
回复 5# pusofalse


    确实啊
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-3-29 18:47 , Processed in 0.085944 second(s), 18 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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