home *** CD-ROM | disk | FTP | other *** search
- ;Product Wizards
- ifmenuitem mmLeftPage
- treeselect leftview "1,3,1"
- endif
- ifnmenuitem mmLeftPage
- treeselect leftview "1,2,1"
- endif
- menuselect mmRightProduct
- waitwindow IDS_PRODPROP_CAPTION 5000
-
- mousemove IDC_EDIT_NAME
- sendkey "Professional"
- movedblclick IDC_EDIT_PRICE left
- sendkey "299"
- moveclick IDC_EDIT_HEADLINE left
- sendkey "abc abc abc"
- moveclick IDC_DESCRIPTION left
- sendkey "abc abc abc"
- moveclick IDC_OPEN left
- waitwindow IDS_OPEN 5000
- sendkey "pro.jpg"
- wait 1000
- sendkey enter
- movedblclick IDC_EDIT_WEIGHT left
- sendkey "1.5"
- movedblclick IDC_EDIT_NUMBER left
- sendkey "12345"
- ifwindow ID_WIZNEXT 1000
- moveclick ID_WIZNEXT left
- waitwindow IDS_ADVPRODPROP_CAPTION 5000
- ifwindow ID_WIZNEXT 1000
- moveclick ID_WIZNEXT left
- waitwindow IDS_ADVPRODPROP_CAPTION 5000
- endif
- endif
- moveclick ID_WIZFINISH left
- wait 2000