脚本附件:交易.bmp, 本地.bmp, 附近.bmp
运行环境:分辨率:1440×900 色深:32位 操作系统:Windows 7 Ultimate 按键精灵版本:8.31.8583
@lp0638 2011/7/3
KeyPress "Enter", 1 KeyPress "PageDown", 1 FindPic 1000,800,1200,900,"Attachment:\交易.bmp",0.9,intX,intY If intX > 0 And intY > 0 Then KeyPress "Enter", 1 KeyDown 17, 1 KeyPress 86, 1 KeyUp 17, 1 KeyPress "Enter", 1 else FindPic 1000,800,1200,900,"Attachment:\本地.bmp",0.9,intX1,intY1 If intX1 > 0 And intY1 > 0 Then KeyPress "Enter", 1 KeyDown 17, 1 KeyPress 86, 1 KeyUp 17, 1 KeyPress "Enter", 1 else FindPic 1000,800,1200,900,"Attachment:\附近.bmp",0.9,intX2,intY2 If intX2 > 0 And intY2 > 0 Then KeyPress "Enter", 1 KeyDown 17, 1 KeyPress 86, 1 KeyUp 17, 1 KeyPress "Enter", 1 End If End If End If Delay 10000 Goto aa