home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August / CHIP_CD_2005-08.iso / bonus / srew / files / WMBonusXP.exe / RCDATA / CABINET / powertoys.wmz / PowerToys.wms < prev    next >
Text File  |  2001-12-06  |  6KB  |  250 lines

  1. <theme
  2.     author="Microsoft Corporation"
  3.     copyright="⌐2000 Microsoft Corporation. All rights reserved.">
  4. <view
  5.     backgroundColor="#909090"
  6.     backgroundImage="ptoys_new2.bmp"
  7.     titleBar="false"
  8.     ontimer="t1.value="LIBRARY ACCESS IS DISABLED\rright-click on this window and select Options,\rchoose the Media Library tab,\rand set it to 'Full Access' for 'Other Applications'"; var test = player.playlistCollection.newPlaylist(Math.random()); player.playlistCollection.remove(test); t1.value='Library access verified.'; theme.currentViewID='main';"
  9.     timerInterval="900"
  10.     >
  11.  
  12. <text 
  13.     foregroundColor="white"
  14.     top="105"
  15.     left="15"
  16.     id="t1"
  17.     fontStyle="bold"
  18.     fontSize="8"
  19.     value="Verifying library access..."
  20.     />
  21. <button 
  22.         image="cancel_new.bmp"
  23.         id="cancelBtn"
  24.         horizontalAlignment="center"
  25.         top="164"
  26.         cursor="hand"
  27.         onclick="view.close()"
  28.     />
  29.     
  30. </view>
  31.  
  32. <view
  33.     backgroundImage="PTlinks_new.bmp"
  34.     id="main">
  35. <subview height="200" width="560" top="55" left="80" backgroundColor="none">    
  36. <text cursor="hand" hoverFontStyle="bold underline" 
  37.     foregroundColor="white"
  38.     top="5"
  39.     left="5"
  40.     id="t1"
  41.     fontStyle="bold"
  42.     onmousedown="StartAction(this);"
  43.     onclick="AllAlbumsToPlaylists(); EndAction(this);"
  44.     value="Turn all albums in the library into playlists..."
  45.     />
  46.  
  47. <text cursor="hand" hoverFontStyle="bold underline" 
  48.     foregroundColor="white"
  49.     top="25"
  50.     left="5"
  51.     id="t2"
  52.     fontStyle="bold"
  53.     onmousedown="StartAction(this);"
  54.     onclick="AllArtistsToPlaylists();EndAction(this);"
  55.     value="Make a playlist for every Artist listed in the library..."
  56.     />
  57.  
  58. <text cursor="hand" hoverFontStyle="bold underline" 
  59.     foregroundColor="white"
  60.     top="45"
  61.     left="5"
  62.     id="t3"
  63.     fontStyle="bold"
  64.     onmousedown="StartAction(this);"
  65.   onclick="RandomPlaylistToSizedCDs(player.mediaCollection.getAll(),70); EndAction(this);"
  66.     value="Place all content in random playlists of 70 minutes (for Copy to CD)..."
  67.     />
  68.         
  69. <text cursor="hand" hoverFontStyle="bold underline" 
  70.     foregroundColor="white"
  71.     top="65"
  72.     left="5"
  73.     id="t4"
  74.     fontStyle="bold"
  75.     onmousedown="StartAction(this);"
  76.     onclick="AllContentToCDs();EndAction(this);"
  77.     value="Place all content in ordered playlists of 12 songs (for Copy to CD)..."
  78.     />    
  79.  
  80. <text cursor="hand" hoverFontStyle="bold underline" 
  81.     foregroundColor="white"
  82.     top="85"
  83.     left="5"
  84.     id="t5"
  85.     fontStyle="bold"
  86.     onmousedown="StartAction(this);"
  87.     onclick="AllContentToSizedCDs(70);EndAction(this);"
  88.     value="Place all content in ordered playlists of 70 minutes (for Copy to CD)..."
  89.     />
  90.  
  91. <text cursor="hand" hoverFontStyle="bold underline" 
  92.     foregroundColor="white"
  93.     top="105"
  94.     left="5"
  95.     fontStyle="bold"
  96.     onclick="theme.openView('AlertDialog');"
  97.     value="Clear all playlists from library..."
  98.     />    
  99.  
  100.  
  101. <text cursor="hand" hoverFontStyle="bold underline" 
  102.     foregroundColor="white"
  103.     top="125"
  104.     left="5"
  105.     id="t7"
  106.     fontStyle="bold"
  107.     onmousedown="StartAction(this);"
  108.       onclick="RandomPlaylistToSizedCDs(player.currentPlaylist,70); EndAction(this);"
  109.     value="Place current playlist in random playlists of 70 minutes (for Copy to CD)..."
  110.     />
  111. </subview>
  112.  
  113. <button
  114.     image="return2.bmp"
  115.     hoverimage="return_hover2.bmp"
  116.     height="37"
  117.     width="37"
  118.     top="169"
  119.     cursor="hand"
  120.     tabStop="false"
  121.     onclick="view.returnToMediaCenter();"
  122.     />
  123.  
  124. </view>
  125.  
  126. <view
  127.     id="AlertDialog"
  128.     height="140"
  129.     width="270"
  130.     backgroundColor="white"
  131.     >
  132. <text
  133.     id="caption"
  134.     fontStyle="bold"
  135.     value="                  !!!WARNING!!! This will erase all the custom playlists in your Media Library (listed in the folder named "My Playlists").  Click OK to continue."
  136.     left="5"
  137.     top="5"
  138.     width="jscript:view.width-2*left"
  139.     height="80"
  140.     wordwrap="true"
  141. />
  142.  
  143.     
  144. <subview
  145.     top="jscript:caption.top+caption.height+5"
  146.     left="50"
  147.     id="buttonBorder"
  148.     height="20"
  149.     width="80"
  150.     backgroundColor="white"
  151.     >
  152.  
  153.     <subview
  154.         id="b1_ul"
  155.         height="jscript:buttonBorder.height-2"
  156.         width="jscript:buttonBorder.width-2"
  157.         backgroundColor="white"
  158.         top="1"
  159.         left="1"
  160.         />
  161.     <subview
  162.         id="b1_lr"
  163.         height="jscript:buttonBorder.height-3"
  164.         width="jscript:buttonBorder.width-3"
  165.         backgroundColor="#303030"
  166.         top="2"
  167.         left="2"
  168.         />        
  169.     <subview
  170.         height="jscript:buttonBorder.height-4"
  171.         width="jscript:buttonBorder.width-4"
  172.         backgroundColor="#909090"
  173.         top="2"
  174.         left="2"
  175.         zIndex="10"
  176.         >
  177.         <button 
  178.             height="jscript:buttonBorder.height"
  179.             width="jscript:buttonBorder.width"
  180.             onmousedown="click('b1');"
  181.             onclick="RemovePlaylists(); view.close();"
  182.             cursor="hand"
  183.         />
  184.         <text
  185.             horizontalAlignment="center"
  186.             verticalAlignment="center"
  187.             fontStyle="bold"
  188.             hoverForegroundColor="#f01010"
  189.             value="OK"
  190.             passthrough="true"
  191.             cursor="hand"
  192.             />
  193.     </subview>
  194. </subview>
  195.  
  196. <subview
  197.     top="jscript:caption.top+caption.height+5"
  198.     left="jscript:buttonBorder.left+buttonBorder.width+10"
  199.     id="buttonBorder2"
  200.     height="20"
  201.     width="80"
  202.     backgroundColor="white"
  203.     >
  204.     <subview
  205.         id="b2_ul"
  206.         height="jscript:buttonBorder2.height-2"
  207.         width="jscript:buttonBorder2.width-2"
  208.         backgroundColor="white"
  209.         top="1"
  210.         left="1"
  211.         />
  212.     <subview
  213.         id="b2_lr"
  214.         height="jscript:buttonBorder2.height-3"
  215.         width="jscript:buttonBorder2.width-3"
  216.         backgroundColor="#303030"
  217.         top="2"
  218.         left="2"
  219.         />        
  220.     <subview
  221.         height="jscript:buttonBorder2.height-4"
  222.         width="jscript:buttonBorder2.width-4"
  223.         backgroundColor="#909090"
  224.         top="2"
  225.         left="2"
  226.         zIndex="10"
  227.         >
  228.     <button 
  229.         height="jscript:buttonBorder2.height"
  230.         width="jscript:buttonBorder2.width"
  231.         onmousedown="click('b2');"
  232.         onclick="view.close();"
  233.         cursor="hand"
  234.     />
  235.         <text
  236.             horizontalAlignment="center"
  237.             verticalAlignment="center"
  238.             fontStyle="bold"
  239.             value="Cancel"
  240.             hoverForegroundColor="#f01010"
  241.             passthrough="true"
  242.             cursor="hand"
  243.             />
  244.     </subview>
  245. </subview>
  246.  
  247.  
  248. </view>
  249.  
  250. </theme>