home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / winamp3_0-full.exe / Wacs / xml / winamp / prefs / prefs-desktopalpha.xml < prev    next >
Text File  |  2002-07-16  |  2KB  |  34 lines

  1. <elements>
  2.   <bitmap id="config.desktopalpha.enabled" file="prefs/images/desktopalpha.png" x="0" y="0" w="100" h="100"/>
  3.   <bitmap id="config.desktopalpha.disabled" file="prefs/images/desktopalpha.png" x="100" y="0" w="100" h="100"/>
  4. </elements>
  5.  
  6. <groupdef id="winamp.preferences.prefs.content">
  7.  
  8.   <layer id="desktopalpha.enabled" image="config.desktopalpha.enabled" x="25" y="0"/>
  9.   <layer id="desktopalpha.disabled" image="config.desktopalpha.disabled" x="-150" y="0" relatx="1"/>
  10.   
  11.   <Wasabi:RadioGroup id="enableddisabled" />
  12.   <Wasabi:CheckBox x="50" y="110" text="Enabled" radioid="enableddisabled"
  13.     cfgattrib="{9149C445-3C30-4E04-8433-5A518ED0FDDE};Enable desktop alpha"
  14.     radioval="1"
  15.   />
  16.   <Wasabi:CheckBox x="-125" y="110" relatx="1" text="Disabled" radioid="enableddisabled"
  17.     cfgattrib="{9149C445-3C30-4E04-8433-5A518ED0FDDE};Enable desktop alpha"
  18.     radioval="0"
  19.   />
  20.  
  21.   <Wasabi:Text
  22.     id="disclaimer.label" 
  23.     text="Desktop Alpha smooths the edges of graphically intensive skins, this requires high-end hardware and may cause CPU usage to dramatically increase.\n\nNote that you may not see any change after your turn this option on, because some skins do not use this feature (ie: the default skin). In these cases, leaving Desktop Alpha on will not use any more processor resources than usual." 
  24.     x="0" y="130"
  25.     w="0" h="100"
  26.     relatw="1"
  27.   />   
  28.  
  29. </groupdef>
  30.  
  31. <groupdef id="winamp.preferences.advanced" name="Desktop Alpha" >
  32.   <Wasabi:TitleBox x="0" y="0" h="0" w="0" relatw="1" relath="1" title="Desktop Alpha Setting" content="winamp.preferences.prefs.content" />
  33. </groupdef>
  34.