function bool start_click()
//这里添加你要执行的代码
dm.SetPath(help.getrcpath("rc"))
int T
int x
int y
T=dm.FindPic (0,0,500,500,"1.bmp","000000",0.9,0,x,y)
if (x>0)
help.messagebox("%d%d",x,y)
else
endif
return true
//函数返回语句
endfunction
function bool exit_click()
//这里添加你要执行的代码
help.exit()