home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / Classic.wmz / classic.wms < prev    next >
Text File  |  2000-08-14  |  8KB  |  94 lines

  1. <!--
  2.     c2000 Microsoft Corporation. All rights reserved.
  3. -->
  4. <theme author="Microsoft Corporation" copyright="(C) 2000 Microsoft Corporation. All rights reserved.">
  5.     <view width="285" height="359" minWidth="255" minHeight="176" title="Windows Media Player" scriptFile="classic.js;res://wmploc.dll/RT_TEXT/#132" width_onchange="SizeChange();" height_onchange="SizeChange();" onload="OnLoad();">
  6.         <player URL_onchange="OnURLChange();" PlayState_onchange="OnPlayStateChange();" OpenState_onchange="OnOpenStateChange();">
  7.         </player>
  8.         <mediacenter videoZoom_onchange="StartPlaying();">
  9.         </mediacenter>
  10.         <!--    The navigation bar -->
  11.         <subview width="jscript:view.width" height="1" backgroundColor="#FFFFFF" horizontalAlignment="stretch">
  12.         </subview>
  13.         <subview id="navbar" left="0" top="1" width="jscript:view.width" height="23" horizontalAlignment="stretch" backgroundColor="#D6D3CE">
  14.             <button left="2" top="1" image="toggle_up.bmp" hoverImage="toggle_hover.bmp" downImage="toggle_down.bmp" upToolTip="フル モードに戻る" onClick="view.ReturnToMediaCenter();">
  15.             </button>
  16.         </subview>
  17.         <subview top="jscript:navbar.top + navbar.height" width="jscript:navbar.width" height="1" backgroundColor="#848284" horizontalAlignment="stretch">
  18.         </subview>
  19.         <!--    The video window - and replacement icon view -->
  20.         <subview id="videoview" left="0" top="25" width="jscript:view.width" height="183" backgroundColor="#000000" horizontalAlignment="stretch" verticalAlignment="stretch">
  21.             <wmpVideo id="video" windowless="false" width="jscript:videoview.width" height="jscript:videoview.height" horizontalAlignment="stretch" verticalAlignment="stretch" backgroundColor="#000000">
  22.             </wmpVideo>
  23.             <button id="wmlogo" image="icon_wmlogo.bmp" enabled="false" horizontalAlignment="center" verticalAlignment="center">
  24.             </button>
  25.         </subview>
  26.         <!--    The controls and info section -->
  27.         <subview id="cpane" left="0" top="jscript:videoview.top+videoview.height" width="jscript:view.width" height="jscript:view.height - top" horizontalAlignment="stretch" verticalAlignment="bottom" backgroundColor="#D6D3CE">
  28.             <slider id="seek" left="4" top="5" toolTip="位置" width="jscript:cpane.width-10;" backgroundImage="currentpos_background.bmp" thumbImage="currentpos_thumb.bmp" transparencyColor="#FF00FF" horizontalalignment="stretch" borderSize="7" min="0" max="wmpprop:player.currentmedia.duration" value="wmpprop:player.Controls.currentPosition" onDragEnd="player.controls.currentposition=value;">
  29.             </slider>
  30.             <playbutton id="play" left="5" top="25" image="play_up.bmp" hoverImage="play_hover.bmp" downImage="play_down.bmp" disabledImage="play_disabled.bmp">
  31.             </playbutton>
  32.             <pausebutton id="pause" left="26" top="25" image="pause_up.bmp" hoverImage="pause_hover.bmp" downImage="pause_down.bmp" disabledImage="pause_disabled.bmp">
  33.             </pausebutton>
  34.             <stopbutton id="stop" left="47" top="25" image="stop_up.bmp" hoverImage="stop_hover.bmp" downImage="stop_down.bmp" disabledImage="stop_disabled.bmp">
  35.             </stopbutton>
  36.             <subview left="70" top="25" backgroundImage="divider.bmp">
  37.             </subview>
  38.             <prevbutton id="prev" left="76" top="25" image="prev_up.bmp" hoverImage="prev_hover.bmp" downImage="prev_down.bmp" disabledImage="prev_disabled.bmp">
  39.             </prevbutton>
  40.             <rewbutton id="rw" left="98" top="25" image="rw_up.bmp" hoverImage="rw_hover.bmp" downImage="rw_down.bmp" disabledImage="rw_disabled.bmp">
  41.             </rewbutton>
  42.             <ffwdbutton id="ffw" left="120" top="25" image="ffw_up.bmp" hoverImage="ffw_hover.bmp" downImage="ffw_down.bmp" disabledImage="ffw_disabled.bmp">
  43.             </ffwdbutton>
  44.             <nextbutton id="next" left="142" top="25" image="next_up.bmp" hoverImage="next_hover.bmp" downImage="next_down.bmp" disabledImage="next_disabled.bmp">
  45.             </nextbutton>
  46.             <subview left="165" top="25" backgroundImage="divider.bmp">
  47.             </subview>
  48.             <button id="mute" left="210" top="25" width="21" image="mute_up.bmp" hoverImage="mute_hover.bmp" downImage="mute_down.bmp" sticky="true" upToolTip="ミュート" down="wmpprop:player.settings.mute" horizontalAlignment="right" onclick="player.settings.mute=down;">
  49.             </button>
  50.             <slider id="volume" left="232" top="25" width="48" toolTip="音量" borderSize="5" backgroundImage="volume_background.bmp" thumbImage="volume_thumb.bmp" value="wmpprop:player.settings.volume" value_onchange="player.settings.volume=value" horizontalAlignment="right">
  51.             </slider>
  52.             <!-- info pane subview -->
  53.             <subview top="55" width="jscript:cpane.width" height="jscript:cpane.height-top" backgroundColor="#000000" horizontalAlignment="stretch">
  54.                 <subview width="jscript:cpane.width" height="1" backgroundColor="#848284" horizontalAlignment="Stretch">
  55.                 </subview>
  56.                 <subview width="1" height="jscript:cpane.height" backgroundColor="#848284">
  57.                 </subview>
  58.                 <text id="show_label" top="5" width="75" height="15" fontsize="9" foregroundColor="#FFFFFF" backgroundColor="#000000" justification="right" value="表示 :">
  59.                 </text>
  60.                 <text id="show" top="jscript:show_label.top" left="jscript:show_label.left+show_label.width+10" width="jscript:cpane.width-show_label.width-10" height="jscript:show_label.height" fontsize="jscript:show_label.fontsize" justification="left" foregroundColor="#FFFFFF" backgroundColor="#000000" value="">
  61.                 </text>
  62.                 <subview top="22" width="jscript:cpane.width" height="1" backgroundColor="#848284" horizontalAlignment="Stretch">
  63.                 </subview>
  64.                 <text id="clip_label" top="25" width="75" height="15" fontsize="9" foregroundColor="#FFFFFF" backgroundColor="#000000" justification="right" value="クリップ :">
  65.                 </text>
  66.                 <text id="clip" top="jscript:clip_label.top" left="jscript:clip_label.left+clip_label.width+10" width="jscript:cpane.width - clip_label.width-10" height="jscript:clip_label.height" fontsize="jscript:clip_label.fontsize" justification="left" foregroundColor="#FFFFFF" backgroundColor="#000000" value="">
  67.                 </text>
  68.                 <text id="author_label" top="40" width="75" height="15" fontsize="9" justification="right" foregroundColor="#FFFFFF" backgroundColor="#000000" value="作成者 :">
  69.                 </text>
  70.                 <text id="author" top="jscript:author_label.top" left="jscript:author_label.left+author_label.width + 10" width="jscript:cpane.width-author_label.width-10" height="jscript:author_label.height" fontsize="jscript:clip_label.fontsize" justification="left" backgroundColor="#000000" foregroundColor="#FFFFFF" value="">
  71.                 </text>
  72.                 <text id="copyright_label" top="55" width="75" height="15" fontsize="9" foregroundColor="#FFFFFF" backgroundColor="#000000" justification="right" value="著作権 :">
  73.                 </text>
  74.                 <text id="copyright" top="jscript:copyright_label.top" left="jscript:copyright_label.left+copyright_label.width + 10" width="jscript:cpane.width-copyright_label.width-10" height="jscript:copyright_label.height" fontsize="jscript:copyright_label.fontsize" justification="left" foregroundColor="#FFFFFF" backgroundColor="#000000" value="">
  75.                 </text>
  76.                 <subview top="74" width="jscript:cpane.width" height="1" backgroundColor="#848284" horizontalAlignment="Stretch">
  77.                 </subview>
  78.                 <text id="info" top="78" left="20" height="15" fontsize="9" foregroundColor="#FFFFFF" backgroundColor="#000000" value="">
  79.                 </text>
  80.                 <text id="tracktime" fontsize="9" top="78" left="125" width="80" height="15" foregroundColor="#FFFFFF" backgroundColor="#000000" justification="right" value="wmpprop:player.controls.currentPositionString" horizontalAlignment="right">
  81.                 </text>
  82.                 <text left="JScript:tracktime.left+tracktime.width+2" top="78" fontsize="9" value="/" foregroundColor="#FFFFFF" backgroundColor="#000000" horizontalAlignment="right">
  83.                 </text>
  84.                 <text left="JScript:tracktime.left+tracktime.width+8" top="78" width="60" height="15" fontsize="9" foregroundColor="#FFFFFF" backgroundColor="#000000" value="wmpprop:player.currentMedia.durationString" horizontalAlignment="right">
  85.                 </text>
  86.                 <subview id="stereo" left="jscript:cpane.width-30" top="75" width="22" height="20" horizontalAlignment="right">
  87.                 </subview>
  88.             </subview>
  89.         </subview>
  90.         <text id="xWMP" enabled="false" visible="false" toolTip="Windows Media Player">
  91.         </text>
  92.     </view>
  93. </theme>
  94.