home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / zinf_hit / files / zinf-2.2.0a.exe / %MAINDIR% / Themes / Zinf.fat / theme.xml < prev    next >
Encoding:
Text File  |  2002-06-23  |  16.7 KB  |  352 lines

  1. <Bitmap Name="Background" File="background.bmp" TransColor="#FF0000"/>
  2. <Bitmap Name="Buttons" File="buttons.bmp" TransColor="#FF0000"/>
  3. <Bitmap Name="MiniButtons" File="minibuttons.bmp" TransColor="#FF0000"/>
  4. <Bitmap Name="MiniBackground" File="minibackground.bmp" TransColor="#FF0000"/>
  5. <Bitmap Name="MediumBackground" File="mediumbackground.bmp" TransColor="#FF0000"/> 
  6. <Bitmap Name="Equalizer" File="equalizer.bmp" TransColor="#FF0000"/> 
  7.  
  8. <Font Name="Main" File="helr.ttf" Face="Arial"/>
  9.  
  10. <ThemeInfo Name="Zinf Theme" Author="Bill Bull, Robert Kaye & Mark B. Elrod " 
  11.            EMail="info@zinf.org" WebPage="http://www.zinf.org"/>
  12.  
  13. <Window Name="MainWindow">
  14.     <Panel Name="PlayerBottom" Bitmap="Background" 
  15.            Rect="0, 95, 327, 161" Pos="0,95" TogglePos="0,170" ZOrder="2"
  16.            OnCloseHide="Equalizer" OnOpenShow="Equalizer">
  17.         <Controls>
  18.             <ButtonControl Name="Logo" URL="http://www.zinf.org">
  19.                 <Info Desc="Go to the Zinf web site" Tip="Zinf"/>
  20.                 <Position Pos="20,34"/>
  21.                 <ControlBitmap Rect="0,236,267,259" Name="Buttons"/>
  22.             </ButtonControl>
  23.             <MultiStateControl Name="PlayStop" NumStates="2">
  24.                 <Info Desc="Play the current track||Stop the current track" Tip="Play||Stop"/>
  25.                 <Position Pos="228,29"/>
  26.                 <ControlBitmap Rect="0,96,119,159" Name="Buttons"/>
  27.             </MultiStateControl>
  28.             <MultiStateControl Name="MPause" NumStates="2">
  29.                 <Info Desc="Pause the current track||Continue playing" 
  30.                             Tip="Pause||Continue"/>
  31.                 <Position Pos="258,29"/>
  32.                 <ControlBitmap Rect="0,282,119,345" Name="Buttons"/>
  33.             </ButtonControl>
  34.             <ButtonControl Name="Prev">
  35.                 <Info Desc="Move to previous track" Tip="Previous"/>
  36.                 <Position Pos="198,29"/>
  37.                 <ControlBitmap Rect="0,0,119,31" Name="Buttons"/>
  38.             </ButtonControl>
  39.             <ButtonControl Name="Next">
  40.                 <Info Desc="Move to next track" Tip="Next"/>
  41.                 <Position Pos="287,29"/>
  42.                 <ControlBitmap Rect="0,32,119,63" Name="Buttons"/>
  43.             </ButtonControl>    
  44.             <ButtonControl Name="MyMusic">
  45.                 <Info Desc="Browse my music collection" Tip="MyMusic"/>
  46.                 <Position Pos="44,7"/>
  47.                 <ControlBitmap Rect="0,172,291,186" Name="Buttons"/>
  48.             </ButtonControl>
  49.             <ButtonControl Name="Options">
  50.                 <Info Desc="Open the options window" Tip="Options"/>
  51.                 <Position Pos="119,7"/>
  52.                 <ControlBitmap Rect="0,188,263,202" Name="Buttons"/>
  53.             </ButtonControl>
  54.             <ButtonControl Name="Download">
  55.                   <Info Desc="Open the download manager" Tip="Download"/>
  56.                 <Position Pos="187,7"/>
  57.                 <ControlBitmap Rect="0,204,303,218" Name="Buttons"/>
  58.             </ButtonControl>
  59.             <ButtonControl Name="Files">
  60.                 <Info Desc="Open files/playlists to play" Tip="Files"/>
  61.                 <Position Pos="265,7"/>
  62.                 <ControlBitmap Rect="0,220,207,234" Name="Buttons"/>
  63.             </ButtonControl>
  64.             <MultiStateControl Name="Repeat" NumStates="3">
  65.                 <Info Desc="Play normally (No repeat)||Repeat current track||Repeat all tracks" 
  66.                       Tip="No Repeat||Repeat current||Repeat all"/>
  67.                 <Position Pos="151,31"/>
  68.                 <ControlBitmap Rect="123,11,286,85" Name="Buttons"/>
  69.             </MultiStateControl>
  70.             <MultiStateControl Name="Shuffle" NumStates="2">
  71.                 <Info Desc="Play tracks in normal order||Play tracks in random order" Tip="Normal play||Random play"/>
  72.                 <Position Pos="109,31"/>
  73.                 <ControlBitmap Rect="123,87,286,136" Name="Buttons"/>
  74.             </MultiStateControl>
  75.        </Controls>
  76.    </Panel>
  77.     <Panel Name="PlayerTop" Bitmap="Background" Rect="0, 0, 327, 95" 
  78.            Pos="0,0" ZOrder="1">
  79.         <Controls>
  80.             <!--ButtonControl Name="ReloadTheme">
  81.             <!--Info Desc="Reload current theme" Tip="Reload theme"/>
  82.                 <!--Position Rect="12,0,24,15"/>
  83.                 <!--ControlBitmap Rect="53,264,104,272" Name="Buttons"/>
  84.             <!--/ButtonControl>
  85.             <ButtonControl Name="Quit">
  86.                 <Info Desc="Quit Zinf" Tip="Quit"/>
  87.                 <Position Rect="303,0,315,15"/>
  88.                 <ControlBitmap Rect="212,264,263,272" Name="Buttons"/>
  89.             </ButtonControl>
  90.             <ButtonControl Name="Minimize">
  91.                 <Info Desc="Minimize Zinf" Tip="Minimize"/>
  92.                 <Position Rect="289,0,301,15"/>
  93.                 <ControlBitmap Rect="159,264,210,272" Name="Buttons"/>
  94.             </ButtonControl>
  95.             <ButtonControl Name="MediumView">
  96.              <Info Desc="Change to medium view" Tip="Medium view"/>
  97.                 <Position Pos="275,0"/>
  98.                 <ControlBitmap Rect="123,140,174,155" Name="Buttons"/>
  99.                 <ChangeWindow Window="MediumView"/>
  100.             </ButtonControl>
  101.             <ButtonControl Name="Equalizer">
  102.                 <Info Desc="Open equalizer" Tip="Equalizer"/>
  103.                 <Position Pos="262,0"/>
  104.                 <ControlBitmap Rect="176,140,227,155" Name="Buttons"/>
  105.                 <TogglePanel Panel="PlayerBottom"/>
  106.             </ButtonControl> 
  107.             <TextControl Name="Title">
  108.                 <Position Rect="9,23,317,36"/>
  109.                 <Style Align="Left" Font="Main" Bold="Yes"/>
  110.             </TextControl>
  111.             <TextControl Name="Info">
  112.                 <Position Rect="9,55,179,67"/>
  113.                 <Style Font="Main"/>
  114.             </TextControl>     
  115.             <TextControl Name="StreamInfo">
  116.                 <Position Rect="9,40,210,52"/>
  117.                 <Style Font="Main"/>
  118.             </TextControl>
  119.             <TextControl Name="Time">
  120.                    <Info Desc="Current time/Time remaining"/>
  121.                 <Position Rect="210,43,317,65"/>
  122.                 <Style Font="Main" Align="Right" Bold="Yes"/>
  123.             </TextControl>
  124.             <TextControl Name="TimeRemaining">
  125.                    <Info Desc="Time remaining/Current time"/>
  126.                 <Position Rect="210,43,317,65"/>
  127.                 <Style Font="Main" Align="Right" Bold="Yes" Color="#666666"/>
  128.             </TextControl>
  129.             <MultiStateControl Name="Mute" NumStates="2">
  130.                 <Info Desc="Mute sound||Unmute sound" 
  131.                       Tip="Mute||Unmute"/>
  132.                 <Position Pos="13,78"/>
  133.                 <ControlBitmap Rect="230,140,293,165" Name="Buttons"/>
  134.             </MultiStateControl>
  135.             <SliderControl Name="Volume">  
  136.                    <Info Desc="Change volume" Tip="Volume"/>
  137.                 <Position Rect="34,80,114,88"/>
  138.                 <ControlBitmap Rect="136,0,183,8" Name="Buttons"/>
  139.             </SliderControl>
  140.             <SliderControl Name="Seek">
  141.                 <Info Desc="Seek in the current track" Tip="Seek"/>
  142.                 <Position Rect="142,80,299,88"/>
  143.                 <ControlBitmap Rect="136,0,183,8" Name="Buttons"/>
  144.             </SliderControl>
  145.         </Controls>
  146.     </Panel>
  147.    <Panel Name="Equalizer" Bitmap="Equalizer" HideWhenClosed="yes" 
  148.           Rect="0, 0, 327, 76" Pos="0,95" ZOrder="0">
  149.        <Controls>
  150.             <SliderControl Name="Balance" Notch="50%" NotchWidth="4">
  151.                 <Info Desc="Adjust speaker balance" Tip="Balance"/>
  152.                 <Position Rect="247,50,307,62"/>
  153.                 <ControlBitmap Rect="289,0,309,12" Name="Buttons"/>
  154.             </SliderControl>
  155.             <VSliderControl Name="Eq0" Notch="50%" NotchWidth="4">
  156.                 <Info Desc="Equalize 60Hz" Tip="60Hz"/>
  157.                 <Position Rect="67,20,79,68"/>
  158.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  159.             </VSliderControl>  
  160.             <VSliderControl Name="Eq1" Notch="50%" NotchWidth="4">
  161.                 <Info Desc="Equalize 170Hz" Tip="170Hz"/>
  162.                 <Position Rect="83,20,95,68"/>
  163.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  164.             </VSliderControl>
  165.             <VSliderControl Name="Eq2" Notch="50%" NotchWidth="4">
  166.                 <Info Desc="Equalize 310Hz" Tip="310Hz"/>
  167.                 <Position Rect="99,20,111,68"/>
  168.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  169.             </VSliderControl>
  170.             <VSliderControl Name="Eq3" Notch="50%" NotchWidth="4">
  171.                 <Info Desc="Equalize 600Hz" Tip="600Hz"/>
  172.                 <Position Rect="115,20,127,68"/>
  173.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  174.             </VSliderControl>
  175.             <VSliderControl Name="Eq4" Notch="50%" NotchWidth="4">
  176.                 <Info Desc="Equalize 1kHz" Tip="1kHz"/>
  177.                 <Position Rect="131,20,143,68"/>
  178.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  179.             </VSliderControl>
  180.             <VSliderControl Name="Eq5" Notch="50%" NotchWidth="4">
  181.                 <Info Desc="Equalize 3kHz" Tip="3kHz"/>
  182.                 <Position Rect="147,20,159,68"/>
  183.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  184.             </VSliderControl>
  185.             <VSliderControl Name="Eq6" Notch="50%" NotchWidth="4">
  186.                 <Info Desc="Equalize 6kHz" Tip="6kHz"/>
  187.                 <Position Rect="163,20,175,68"/>
  188.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  189.             </VSliderControl>
  190.             <VSliderControl Name="Eq7" Notch="50%" NotchWidth="4">
  191.                 <Info Desc="Equalize 12kHz" Tip="12kHz"/>
  192.                 <Position Rect="179,20,191,68"/>
  193.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  194.             </VSliderControl>
  195.             <VSliderControl Name="Eq8" Notch="50%" NotchWidth="4">
  196.                 <Info Desc="Equalize 14kHz" Tip="14kHz"/>
  197.                 <Position Rect="195,20,207,68"/>
  198.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  199.             </VSliderControl>
  200.             <VSliderControl Name="Eq9" Notch="50%" NotchWidth="4">
  201.                 <Info Desc="Equalize 16kHz" Tip="16kHz"/>
  202.                 <Position Rect="211,20,223,68"/>
  203.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  204.             </VSliderControl> 
  205.             <VSliderControl Name="Preamp" Notch="50%" NotchWidth="4">
  206.                 <Info Desc="Preamp" Tip="Preamp"/>
  207.                 <Position Rect="24,15,36,63"/>
  208.                 <ControlBitmap Rect="227,0,265,6" Name="Buttons"/>
  209.             </VSliderControl> 
  210.             <MultiStateControl Name="EqEnable" NumStates="2">
  211.                    <Info Desc="Turn off Equalizer||Turn on Equalizer" 
  212.                       Tip="Eq Off||Eq On"/>
  213.                 <Position Pos="288,12"/>
  214.                 <ControlBitmap Rect="171,297,214,332" Name="Buttons"/>
  215.             </MultiStateControl>
  216.         </Controls>
  217.    </Panel>
  218. </Window>            
  219.  
  220. <Window Name="Mini-Me">
  221.     <BackgroundBitmap Name="MiniBackground" Rect="0, 0, 173, 37"/>
  222.     <Controls>
  223.         <MultiStateControl Name="PlayStop" NumStates="2">
  224.             <Info Desc="Play the current track||Stop the current track" Tip="Play||Stop"/>
  225.             <Position Pos="83,17"/>
  226.             <ControlBitmap Rect="0,79,95,116" Name="MiniButtons"/>
  227.         </MultiStateControl>
  228.         <MultiStateControl Name="MPause" NumStates="2">
  229.             <Info Desc="Pause the current track||Continue playing" 
  230.                         Tip="Pause||Continue"/>
  231.             <Position Pos="107,17"/>
  232.             <ControlBitmap Rect="0,40,95,77" Name="MiniButtons"/>
  233.         </ButtonControl>
  234.         <ButtonControl Name="Prev">
  235.             <Info Desc="Move to previous track" Tip="Previous"/>
  236.             <Position Pos="59,17"/>
  237.             <ControlBitmap Rect="0,0,95,18" Name="MiniButtons"/>
  238.         </ButtonControl>
  239.         <ButtonControl Name="Next">
  240.             <Info Desc="Move to next track" Tip="Next"/>
  241.             <Position Pos="131,17"/>
  242.             <ControlBitmap Rect="0,20,95,38" Name="MiniButtons"/>
  243.         </ButtonControl>    
  244.         <ButtonControl Name="Quit">
  245.             <Info Desc="Quit Zinf" Tip="Quit"/>
  246.             <Position Pos="153,0"/>
  247.             <ControlBitmap Rect="0,152,47,167" Name="MiniButtons"/>
  248.         </ButtonControl>
  249.         <ButtonControl Name="Minimize">
  250.             <Info Desc="Minimize Zinf" Tip="Minimize"/>
  251.             <Position Pos="139,0"/>
  252.             <ControlBitmap Rect="0,118,55,133" Name="MiniButtons"/>
  253.         </ButtonControl>
  254.         <ButtonControl Name="NormalView">
  255.             <Info Desc="Change to normal view" Tip="Normal view"/>
  256.             <Position Pos="125,0"/>
  257.             <ControlBitmap Rect="0,135,55,150" Name="MiniButtons"/>
  258.             <ChangeWindow Window="MainWindow"/>
  259.         </ButtonControl>
  260.         <TextControl Name="Time">
  261.                <Info Desc="Current time/time remaining"/>
  262.             <Position Rect="9,20,53,31"/>
  263.             <Style Font="Main" Align="Right" Bold="Yes"/>
  264.         </TextControl>
  265.         <TextControl Name="TimeRemaining">
  266.                <Info Desc="Time remaining/Current Time"/>
  267.             <Position Rect="9,20,53,31"/>
  268.             <Style Font="Main" Align="Right" Bold="Yes" Color="#666666"/>
  269.         </TextControl>
  270.         <SliderControl Name="Volume">  
  271.                <Info Desc="Change volume" Tip="Volume"/>
  272.             <Position Rect="40,5,66,13"/>
  273.             <ControlBitmap Rect="61,118,72,126" Name="MiniButtons"/>
  274.         </SliderControl>
  275.         <SliderControl Name="Seek">
  276.             <Info Desc="Seek in the current track" Tip="Seek"/>
  277.             <Position Rect="87,5,113,13"/>
  278.             <ControlBitmap Rect="61,118,72,126" Name="MiniButtons"/>
  279.         </SliderControl>
  280.     </Controls>
  281. </Window>            
  282.  
  283. <Window Name="MediumView">
  284.     <BackgroundBitmap Name="MediumBackground" Rect="0, 0, 173, 55"/>
  285.     <Controls>
  286.         <MultiStateControl Name="PlayStop" NumStates="2">
  287.             <Info Desc="Play the current track||Stop the current track" Tip="Play||Stop"/>
  288.             <Position Pos="83,35"/>
  289.             <ControlBitmap Rect="0,79,95,116" Name="MiniButtons"/>
  290.         </MultiStateControl>
  291.         <MultiStateControl Name="MPause" NumStates="2">
  292.             <Info Desc="Pause the current track||Continue playing" 
  293.                         Tip="Pause||Continue"/>
  294.             <Position Pos="107,35"/>
  295.             <ControlBitmap Rect="0,40,95,77" Name="MiniButtons"/>
  296.         </ButtonControl>
  297.         <ButtonControl Name="Prev">
  298.             <Info Desc="Move to previous track" Tip="Previous"/>
  299.             <Position Pos="59,35"/>
  300.             <ControlBitmap Rect="0,0,95,18" Name="MiniButtons"/>
  301.         </ButtonControl>
  302.         <ButtonControl Name="Next">
  303.             <Info Desc="Move to next track" Tip="Next"/>
  304.             <Position Pos="131,35"/>
  305.             <ControlBitmap Rect="0,20,95,38" Name="MiniButtons"/>
  306.         </ButtonControl>    
  307.  
  308.         <ButtonControl Name="Quit">
  309.             <Info Desc="Quit Zinf" Tip="Quit"/>
  310.             <Position Pos="153,0"/>
  311.             <ControlBitmap Rect="0,152,47,167" Name="MiniButtons"/>
  312.         </ButtonControl>
  313.         <ButtonControl Name="Minimize">
  314.             <Info Desc="Minimize Zinf" Tip="Minimize"/>
  315.             <Position Pos="139,0"/>
  316.             <ControlBitmap Rect="0,118,55,133" Name="MiniButtons"/>
  317.         </ButtonControl>
  318.         <ButtonControl Name="MiniView">
  319.             <Info Desc="Change to mini view" Tip="Mini view"/>
  320.             <Position Pos="125,0"/>
  321.             <ControlBitmap Rect="0,135,55,150" Name="MiniButtons"/>
  322.             <ChangeWindow Window="Mini-Me"/>
  323.         </ButtonControl>
  324.  
  325.         <TextControl Name="Time">
  326.                <Info Desc="Current time/time remaining"/>
  327.             <Position Rect="9,38,53,49"/>
  328.             <Style Font="Main" Align="Right" Bold="Yes"/>
  329.         </TextControl>
  330.         <TextControl Name="TimeRemaining">
  331.                <Info Desc="Time remaining/Current Time"/>
  332.             <Position Rect="9,38,53,49"/>
  333.             <Style Font="Main" Align="Right" Bold="Yes" Color="#666666"/>
  334.         </TextControl>
  335.         <TextControl Name="Title">
  336.             <Position Rect="7,19,163,35"/>
  337.             <Style Align="Left" Font="Main" Color="#DDDDDD"/>
  338.         </TextControl>
  339.  
  340.         <SliderControl Name="Volume">  
  341.                <Info Desc="Change volume" Tip="Volume"/>
  342.             <Position Rect="40,5,66,13"/>
  343.             <ControlBitmap Rect="61,118,72,126" Name="MiniButtons"/>
  344.         </SliderControl>
  345.         <SliderControl Name="Seek">
  346.             <Info Desc="Seek in the current track" Tip="Seek"/>
  347.             <Position Rect="87,5,113,13"/>
  348.             <ControlBitmap Rect="61,118,72,126" Name="MiniButtons"/>
  349.         </SliderControl>
  350.     </Controls>
  351. </Window>            
  352.