home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / winamp501_full.exe / $_14327_ / statusbar.xml < prev    next >
Extensible Markup Language  |  2002-11-27  |  942b  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <!-- This defines the statusbar content of a layoutstatus object -->
  5.  
  6. <elements>
  7.    <color id="wasabi.statusbar.text" value="248,248,248" /> <!-- Component status text color when using TTF -->
  8. </elements>
  9.  
  10.  
  11. <groupdef id="wasabi.statusbar" default_h="12">
  12.  
  13.   <group id="wasabi.objectframe.group" x="0" y="0" w="0" h="0" relatw="1" relath="1" />
  14.  
  15.   <!-- nonmodal progress bar -->
  16.   <rect id="wasabi.statusbar.progress.outline" x="-104" relatx="1" y="3" w="100" h="8" filled="0" color="0,128,128" visible="0" />
  17.   <rect id="wasabi.statusbar.progress.inside" x="-104" relatx="1" y="3" w="1" h="8" filled="1" color="0,192,192" visible="0" />
  18.  
  19.   <!-- text line -->
  20.   <text id="wasabi.statusbar.text" x="6" y="1" w="-12" relatw="1" h="-1" relath="1" font="studio.component.statusbar" />
  21.  
  22. </groupdef>
  23.  
  24.  
  25. </WinampAbstractionLayer>
  26.