|
6#

楼主 |
发表于 2014-10-31 12:20:24
|
只看该作者
function button1_click()
//这里添加你要执行的代码
i**ist=file.exist("rc:config.ini")
if(i**ist)
help.writeini("acountinfo","username",edit.gettext("edit0"),"D:\\taskmgr\\taskmgr\\taskmgr\\资源\\config.ini")
help.writeini("acountinfo","password",edit.gettext("edit1"),"D:\\taskmgr\\taskmgr\\taskmgr\\资源\\config.ini")
help.messagebox("保存成功","")
else
help.messagebox("保存失败","")
endif
endfunction |
|