home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / topware / samurize / samurize_1.63.exe / $R8 / wacs / WA3Samurize.xml < prev   
Extensible Markup Language  |  2005-09-24  |  2KB  |  76 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <WinampAbstractionLayer version="0.7">
  4.  
  5.   <!-- You know how to build groups, right?  No?  GO TO NSDN NOW, NAUGHTY CODER! -->
  6.  
  7.   <groupdef id="WA3Samurize.Attribs.Content">
  8.  
  9.     <!-- *** Slider for the Int Attrib -->
  10.  
  11.     <Wasabi:Text id="refresh_time_text" 
  12.     text="Refresh Time (should be the same as in your Samurize config)" 
  13.     x="0" y="0" w="-60" h="32" relatw="1" />
  14.  
  15.     <Wasabi:EditBox id="refresh_time" x="-50" y="8" w="50" h="16" relatx="1"
  16.     high="1000" cfgattrib="{4F6313B4-91AF-4079-9113-E19B4425AEDF};RefreshTime" />
  17.  
  18.  
  19.     <!-- *** Slider for the Int Attrib -->
  20.  
  21.     <Wasabi:Text id="number_bands_text" 
  22.     text="The Number of Spectrum Bands" 
  23.     x="0" y="40" w="-60" h="16" relatw="1" />
  24.  
  25.     <Wasabi:EditBox id="number_bands" x="-50" y="40" w="50" h="16" relatx="1"
  26.     high="100" cfgattrib="{4F6313B4-91AF-4079-9113-E19B4425AEDF};NumberBands" />
  27.  
  28.     <!-- *** Checkbox for the Bool Attrib -->
  29.  
  30.     <Wasabi:CheckBox id="bool_attrib" x="14" y="65" 
  31.     text="Falloff" 
  32.     cfgattrib="{4F6313B4-91AF-4079-9113-E19B4425AEDF};Falloff"/>
  33.  
  34.   </groupdef>
  35.  
  36.  
  37.   <groupdef id="WA3Samurize.Info.Content">
  38.  
  39.     <!-- Some Info Stuff -->
  40.  
  41.     <Wasabi:Text id="Info.Line1" 
  42.     text="This is a Visualization Plugin for WinAmp3+Samurize" 
  43.     x="0" y="0" w="0" h="16" relatw="1" />
  44.     <Wasabi:Text id="Info.Line2" 
  45.     text="Get the latest Version at http://www.samurize.com"
  46.     x="0" y="20" w="0" h="16" relatw="1" />
  47.     <Wasabi:Text id="Info.Line3" 
  48.     text="- Tropics"
  49.     x="0" y="40" w="0" h="16" relatw="1" />
  50.  
  51.   </groupdef>
  52.  
  53.  
  54.   <groupdef id="WA3Samurize.Preferences.Content">
  55.  
  56.     <!-- So, here, we make 2 TitleBox objects to provide group wrapping around
  57.          the attrib controls in the "Attribs" and some text in "Info" -->
  58.  
  59.     <Wasabi:TitleBox x="0" y="0" w="0" h="80" relatw="1" relath="0" 
  60.     title="Info" content="WA3Samurize.Info.Content" />
  61.     <Wasabi:TitleBox x="0" y="88" w="0" h="115" relatw="1" relath="0" 
  62.     title="Settings" content="WA3Samurize.Attribs.Content" />
  63.  
  64.   </groupdef>
  65.  
  66.  
  67.   <groupdef id="WA3SamurizePreferences">
  68.  
  69.     <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  70.     title="Samurize Visualization Plugin Preferences" 
  71.     content="WA3Samurize.Preferences.Content" />
  72.  
  73.   </groupdef>
  74.  
  75. </WinampAbstractionLayer>
  76.