home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / wmploc.DLL / 256 / 133 < prev    next >
Text (UTF-16)  |  2000-08-14  |  1KB  |  23 lines

  1. <theme>
  2.  
  3. <view id="view1" width="200" height="400"
  4.     onload="pl.setColumnResizeMode( 0, 'stretches' ); pl.setColumnResizeMode( 1, 'autosizedata' );"
  5.     >
  6.  
  7.     <playlist
  8.         id="pl"
  9.     width="jscript:view1.width;" 
  10.     height="jscript:view1.height;" 
  11.     horizontalAlignment="stretch" 
  12.     verticalAlignment="stretch" 
  13.     backgroundcolor="black"
  14.     foregroundcolor="white"
  15.     columnsVisible="false"
  16.     columns="name;Duration"
  17.     editbuttonsvisible="false"
  18.     movebuttonsvisible="false"
  19.     dropDownVisible="False"
  20.     >
  21.     </playlist>
  22. </view>
  23. </theme>