home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 July / Practical Internet July 2002.iso / pc / Software / FullProgram / sfv5_flashmag.exe / %MAINDIR% / Help / Macros / HELP83.3DM < prev    next >
Encoding:
Text File  |  2002-01-19  |  1.2 KB  |  52 lines

  1. ;Shipping by Provider
  2. menuselect mmMainProperties ID_SETUPMENU_SETUPSHIPPINGCHARGES
  3. waitwindow IDS_SETUP_SHIPPING_COSTS 5000
  4. moveclick IDC_POSTPROVIDER left
  5. listselect IDC_CATLIST 1
  6. moveclick IDOK left
  7. wait 1000
  8.  
  9. ifmenuitem mmLeftPage
  10.     treeselect leftview "1,3,1"
  11. endif
  12. ifnmenuitem mmLeftPage
  13.     treeselect leftview "1,2,1"
  14. endif
  15. menuselect mmRightProduct
  16. waitwindow IDS_PRODPROP_CAPTION 5000
  17. movedblclick IDC_EDIT_PRICE left
  18. sendkey "100"
  19. movedblclick IDC_EDIT_WEIGHT left
  20. sendkey "10"
  21. ifwindow ID_WIZNEXT 1000
  22.     moveclick ID_WIZNEXT left
  23.     waitwindow IDS_ADVPRODPROP_CAPTION 5000
  24.     ifwindow ID_WIZNEXT 1000
  25.         moveclick ID_WIZNEXT left
  26.         waitwindow IDS_ADVPRODPROP_CAPTION 5000
  27.     endif
  28. endif
  29. moveclick ID_WIZFINISH left
  30. wait 1000
  31.  
  32. menuselect mmMainProperties ID_SETUPMENU_DEFINESHOPCURRENCIES
  33. waitwindow IDS_SETUP_SHOP_CURRECIES_WEIGHT_UINTS 5000
  34. listselect IDC_WT 4
  35. moveclick ID_WIZNEXT left
  36. waitwindow IDS_SETUP_SHOP_CURRENCIES 5000
  37. moveclick ID_WIZFINISH left
  38. wait 1000
  39.  
  40. ifmenuitem mmLeftPage
  41.     treeselect leftview "1,3,1"
  42. endif
  43. ifnmenuitem mmLeftPage
  44.     treeselect leftview "1,2,1"
  45. endif
  46. listselect rightview 1
  47. mousedblclick left
  48. mousemove IDC_STATIC_WEIGHT_UNIT
  49. wait 2000
  50. moveclick IDCANCEL left
  51.  
  52. wait 2000