home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / EMP.wal / optgroup.xml < prev    next >
Text File  |  2003-06-19  |  3KB  |  81 lines

  1. <groupdef id="opt.content.group">
  2.     <Wasabi:titlebox x="5" y="5" w="-10" h="110" relatw="1" title="Light Visualization" content="opt.lvis"/>    
  3.  
  4.     <Wasabi:titlebox x="5" y="120" w="-10" h="115" relatw="1" title="Performance Tweaks" content="opt.performance"/>    
  5.     
  6. </groupdef>
  7.  
  8. <groupdef id="opt.lvis">
  9.     <layer x="0" y="0" image="wasabi.button.radio.background"/>
  10.     <togglebutton
  11.         x="2" y="2" image="wasabi.button.radio" activeImage="wasabi.button.radio.pressed"
  12.         id="levels" rectrgn="1"
  13.     />
  14.     <text default="Levels Mode (Default)" x="14" y="-1" w="0" relatw="1" h="13" font="arial" fontsize="14" color="black"/>
  15.     <layer x="0" y="20" image="wasabi.button.radio.background"/>
  16.     <togglebutton
  17.         x="2" y="22" image="wasabi.button.radio" activeImage="wasabi.button.radio.pressed"
  18.         id="pulse" rectrgn="1"
  19.     />
  20.     <text default="Pulse Mode" x="14" y="19" w="0" relatw="1" h="13" font="arial" fontsize="14" color="black"/>
  21.     <layer x="0" y="40" image="wasabi.button.radio.background"/>
  22.     <togglebutton
  23.         x="2" y="42" image="wasabi.button.radio" activeImage="wasabi.button.radio.pressed"
  24.         id="absolute" rectrgn="1"
  25.     />
  26.     <text default="Absolute Mode, select cutoff value below:" x="14" y="39" w="0" relatw="1" h="13" font="arial" fontsize="14" color="black"/>
  27.     <Wasabi:HSlider x="20" y="60" w="200" high="255" id="cutoff"/>
  28.     <text id="cutofftext" x="20" y="70" w="0" relatw="1" h="13" font="arial" fontsize="14" color="black"/>
  29. </groupdef>
  30.  
  31. <groupdef id="opt.performance">
  32.   <group
  33.     id="wasabi.objectframe.group"
  34.     x="0" y="2"
  35.     w="11" h="11"
  36.   />
  37.   <ToggleButton
  38.     id="dislvis"
  39.     x="2" y="4" 
  40.     image="wasabi.button.checkbox"
  41.     activeImage="wasabi.button.checkbox.pressed"
  42.     rectrgn="1"
  43.   />
  44.  
  45.   <Wasabi:Text 
  46.     text="Disable Light Visualization"
  47.     x="12" y="0"
  48.     w="-12" h="14"
  49.     relatw="1" wrap="1"
  50.   />
  51.   <group
  52.     id="wasabi.objectframe.group"
  53.     x="0" y="17"
  54.     w="11" h="11"
  55.   />
  56.   <ToggleButton
  57.     id="disabletickers"
  58.     x="2" y="19" 
  59.     image="wasabi.button.checkbox"
  60.     activeImage="wasabi.button.checkbox.pressed"
  61.     rectrgn="1"
  62.   />
  63.  
  64.   <Wasabi:Text 
  65.     text="Disable Song Ticker Scrolling"
  66.     x="12" y="15"
  67.     w="-12" h="14"
  68.     relatw="1" wrap="1"
  69.   />
  70.   <Wasabi:text text="Desktop Alpha: Smooths the edges of the skin, but can degrade performance when the skin is enlarged." x="0" y="35" w="0" h="50" relatw="1"/>
  71.   <Wasabi:RadioGroup id="enableddisabled" />
  72.   <Wasabi:CheckBox x="70" y="63" text="Enabled" radioid="enableddisabled"
  73.     cfgattrib="{9149C445-3C30-4E04-8433-5A518ED0FDDE};Enable desktop alpha"
  74.     radioval="1"
  75.   />
  76.   <Wasabi:CheckBox x="70" y="78" text="Disabled" radioid="enableddisabled"
  77.     cfgattrib="{9149C445-3C30-4E04-8433-5A518ED0FDDE};Enable desktop alpha"
  78.     radioval="0"
  79.   />
  80.  
  81. </groupdef>