home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / xml / video.xml < prev   
Text File  |  2002-06-25  |  3KB  |  118 lines

  1.  
  2.   <container id="ChronabieVideo" name="Video" default_h="150" default_w="200" default_visible="0">
  3.  
  4. <!-- Playslit Controls and display group -->
  5.  <groupdef id="pl.component.group">
  6.   <layer id="plist.component.bottom-left-corner" x="0" y="0" image="plist.component.bottom-left-corner"/>
  7.   <layer id="pl.LCD" x="138" y="25" image="pl.LCD"/>
  8.   <layer id="pl.LCD.dots" x="138" y="25" image="pl-LCD-dots"/>
  9.  
  10.   <layer id="videovol" x="26" y="6" image="pl.volume" move="0" />
  11.   <layer id="videovolfull" x="26" y="6" image="pl.volume.full" move="0" ghost="1" />
  12.   
  13.   <layer id="videoseek1" x="125" y="3" image="pl.seek" move="0" />
  14.   <layer id="videoseekfull" x="125" y="3" image="pl.seek.full" move="0" ghost="1" />
  15.  
  16.   <slider id="videohidvol" action="VOLUME" x="0" y="0" w="168" h="0"/>
  17.   <slider id="videohidseek" action="SEEK" x="0" y="0" w="167" h="0"/>
  18.  
  19.     <button
  20.       id="previous" 
  21.       action="prev"
  22.       x="24" y="26"
  23.       image="pl.prev"
  24.       downImage="pl.prev.down"
  25.       tooltip="Previous"
  26.     />
  27.  
  28.     <button
  29.       id="pause" 
  30.       action="pause"
  31.       x="43" y="26"
  32.       image="pl.pause"
  33.       downImage="pl.pause.down"
  34.       tooltip="Pause"
  35.     />
  36.  
  37.     <button
  38.       id="Play" 
  39.       action="Play"
  40.       x="62" y="26"
  41.       image="pl.play"
  42.       downImage="pl.playz.down"
  43.       tooltip="Play"
  44.     />
  45.  
  46.     <button
  47.       id="stop" 
  48.       action="stop"
  49.       x="81" y="26"
  50.       image="pl.stop"
  51.       downImage="pl.stop.down"
  52.       tooltip="Stop"
  53.     />
  54.  
  55.     <button
  56.       id="next" 
  57.       action="next"
  58.       x="100" y="26"
  59.       image="pl.next"
  60.       downImage="pl.next.down"
  61.       tooltip="Next"
  62.     />
  63.  
  64.     <button
  65.       id="eject" 
  66.       action="EJECT"
  67.       x="119" y="26"
  68.       image="pl.open"
  69.       downImage="pl.open.down"
  70.       tooltip="Eject"
  71.     />
  72.   <layer id="pl-pill-glare" x="0" y="0" image="pl-pill-glare" ghost="1"/>
  73.  
  74.     <text
  75.       id="timer"
  76.       x="134" y="25"
  77.       w="76" h="19"
  78.       display="time"
  79.       font="player.shade.font" fontsize="24" align="center"
  80.       color="86,86,86"    
  81.       timecolonwidth="5"
  82.     />
  83.   <layer id="pl-timer-glass" x="138" y="25" image="pl-timer-glass" ghost="1" />
  84.  
  85.  </groupdef>
  86.  
  87.  <groupdef id="vid.content.group">
  88.   <component
  89.     x="18"
  90.     y="35"
  91.     w="-38"
  92.     relatw="1"
  93.     h="-90"
  94.     relath="1"
  95.     param="guid:{F0816D7B-FFFC-4343-80F2-E8199AA15CC3}"
  96.     autoopen="1"
  97.     autoclose="1"
  98.     move="0"
  99.    />
  100. </groupdef>
  101.  
  102.  
  103.    <!-- I had to add a background as required for standard frame.... note:Vica. -->
  104. <layout id="normal" background="component.basetexture" desktopalpha="0" default_visible="0">
  105.  
  106.      <group id="wasabi.standardframe.statusbar"
  107.       x="0" y="0" w="0" h="0" relatw="1" relath="1"
  108.       notify="content,vid.content.group" 
  109.       notify1="padtitleright,18"  
  110.       />
  111.       
  112.      <group id="pl.component.group"
  113.       x="0" y="-54" w="207" h="54" relaty="1"/>
  114.   
  115.    </layout>
  116.    
  117.   </container>
  118.