home *** CD-ROM | disk | FTP | other *** search
/ Minami 40 / MINAMI40.ISO / Extra / winamp3_0-full.exe / Wacs / xml / winamp / prefs / prefs-display.xml < prev    next >
Text File  |  2002-06-25  |  3KB  |  63 lines

  1. <groupdef id="DisplayOptions.titlebox.content" autoheightsource="lastitem">
  2.   <Wasabi:CheckBox x="0" y="0" text="Always on top"
  3.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Always on top"
  4.   />
  5.   <Wasabi:CheckBox x="0" y="16" text="Enable animated rectangles"
  6.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Animated rects"
  7.   />
  8.   <Wasabi:CheckBox x="0" y="32" text="Enable optimized window placement"
  9.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Find open rect"
  10.   />
  11.   <Wasabi:CheckBox x="0" y="48" text="Enable tooltips"
  12.     cfgattrib="{9149C445-3C30-4E04-8433-5A518ED0FDDE};Enable tooltips"
  13.   />
  14.   <Wasabi:CheckBox id="lastitem" x="0" y="64" text="Automatically dock windows"
  15.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Enable docking"
  16.   />
  17.  
  18. <!--  Note Yet Implemented
  19.   <Wasabi:CheckBox x="0" y="64" id="lastitem" text="Scroll Track Names in Windows Taskbar"/>
  20.   <Wasabi:CheckBox x="0" y="64" id="lastitem" text="Dim Titlebars when Inactive"/>
  21. -->
  22.  
  23. </groupdef>
  24.  
  25. <groupdef id="SystemIcon.titlebox.content" autoheightsource="icon.slider">
  26.   <Wasabi:HSlider id="icon.slider"
  27.     x="0" y="0"
  28.     w="0" h="15"
  29.     relatw="1"
  30.   />      
  31. </groupdef>
  32.  
  33. <groupdef id="WinampDisplayOptions.titlebox.content" autoheightsource="lastitem">
  34.   
  35.   <Wasabi:RadioGroup id="displayin" />
  36.   <Wasabi:CheckBox x="0" y="0" text="Taskbar and system tray"
  37.     radioid="displayin" radioval="3"
  38.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Icon mode"
  39.   />
  40.   <Wasabi:CheckBox x="0" y="16" text="Taskbar only"
  41.     radioid="displayin" radioval="1"
  42.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Icon mode"
  43.   />
  44.   <Wasabi:CheckBox x="0" y="32" id="lastitem" text="System tray only"
  45.     radioid="displayin" radioval="2"
  46.     cfgattrib="{280876CF-48C0-40BC-8E86-73CE6BB462E5};Icon mode"
  47.   />
  48.  
  49. <!-- Not Yet Implemented
  50.   <Wasabi:TitleBox id="lastitem" x="180" y="0" title="Tray Icon" content="SystemIcon.titlebox.content" />
  51. -->
  52. </groupdef>
  53.  
  54. <groupdef id="winamp.preferences.display.content">
  55.   <Wasabi:TitleBox x="3" y="0" w="-6" relatw="1" title="Display Options" content="DisplayOptions.titlebox.content" />
  56.   <Wasabi:TitleBox x="3" y="110" w="-6" relatw="1" title="Show Winamp In" content="WinampDisplayOptions.titlebox.content" />
  57. </groupdef>
  58.  
  59. <groupdef id="winamp.preferences.display" name="Display Options" >
  60.   <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" title="Display Settings" content="winamp.preferences.display.content" />
  61. </groupdef>
  62.  
  63.