home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / zinf_hit / files / zinf-2.2.0a.exe / %MAINDIR% / Themes / ZinfClassic.fat / ZinfClassic / theme.xml < prev    next >
Encoding:
Text File  |  1999-12-17  |  5.3 KB  |  111 lines

  1. <Bitmap Name="Background" File="body.bmp" TransColor="#FF0000"/>
  2. <Bitmap Name="CloseButtons" File="close_buttons.bmp" TransColor="#FF0000"/>
  3. <Bitmap Name="LastButtons" File="last_buttons.bmp" TransColor="#FF0000"/>
  4. <Bitmap Name="MinimizeButtons" File="minimize_buttons.bmp" TransColor="#FF0000"/>
  5. <Bitmap Name="ModeButtons" File="mode_buttons.bmp" TransColor="#FF0000"/>
  6. <Bitmap Name="NextButtons" File="next_buttons.bmp" TransColor="#FF0000"/>
  7. <Bitmap Name="OpenButtons" File="open_buttons.bmp" TransColor="#FF0000"/>
  8. <Bitmap Name="PlayStopButtons" File="playstop_buttons.bmp" TransColor="#FF0000"/>
  9. <Bitmap Name="RepeatButtons" File="repeat_buttons.bmp" TransColor="#FF0000"/>
  10. <Bitmap Name="ShuffleButtons" File="shuffle_buttons.bmp" TransColor="#FF0000"/>
  11. <Bitmap Name="PauseButtons" File="pause_buttons.bmp" TransColor="#FF0000"/>
  12. <Bitmap Name="MyMusicButtons" File="playlist_drawer.bmp" TransColor="#FF0000"/>
  13. <Bitmap Name="Dials" File="dials.bmp"/>
  14. <Font Name="Main" Face="Arial" File="arial.ttf"/>
  15.  
  16. <ThemeInfo Name="FreeAmp Theme" Author="Bill Bull & Mark Elrod" 
  17.            EMail="info@freeamp.org" WebPage="http://www.freeamp.org"/>
  18.  
  19. <Window Name="MainWindow">
  20.     <BackgroundBitmap Name="Background" Rect="0, 0, 416, 51"/>
  21.     <Controls>
  22.         <MultiStateControl Name="PlayStop" NumStates="2">
  23.             <Info Desc="Play the current track||Stop the current track" Tip="Play||Stop"/>
  24.             <Position Pos="23,15"/>
  25.             <ControlBitmap Rect="0,0,79,39" Name="PlayStopButtons"/>
  26.         </MultiStateControl>
  27.         <MultiStateControl Name="MPause" NumStates="2">
  28.             <Info Desc="Pause the current track||Continue playing" 
  29.                         Tip="Pause||Continue"/>
  30.             <Position Pos="50,15"/>
  31.             <ControlBitmap Rect="0,0,79,39" Name="PauseButtons"/>
  32.         </MultiStateControl>
  33.         <ButtonControl Name="Prev">
  34.             <Info Desc="Move to previous track" Tip="Previous"/>
  35.             <Position Pos="76,15"/>
  36.             <ControlBitmap Rect="0,0,79,19" Name="LastButtons"/>
  37.         </ButtonControl>
  38.         <ButtonControl Name="Next">
  39.             <Info Desc="Move to next track" Tip="Next"/>
  40.             <Position Pos="103,15"/>
  41.             <ControlBitmap Rect="0,0,79,19" Name="NextButtons"/>
  42.         </ButtonControl>    
  43.         <ButtonControl Name="Quit">
  44.             <Info Desc="Quit FreeAmp" Tip="Quit"/>
  45.             <Position Pos="380,9"/>
  46.             <ControlBitmap Rect="0,0,51,12" Name="CloseButtons"/>
  47.         </ButtonControl>
  48.         <ButtonControl Name="Minimize">
  49.             <Info Desc="Minimize FreeAmp" Tip="Minimize"/>
  50.             <Position Pos="364,9"/>
  51.             <ControlBitmap Rect="0,0,51,12" Name="MinimizeButtons"/>
  52.         </ButtonControl>
  53.         <ButtonControl Name="Options">
  54.             <Info Desc="Open the options window" Tip="Options"/>
  55.             <Position Pos="348,9"/>
  56.             <ControlBitmap Rect="0,0,51,12" Name="ModeButtons"/>
  57.         </ButtonControl>
  58.         <ButtonControl Name="Files">
  59.             <Info Desc="Open files/playlists to play" Tip="Open Files"/>
  60.             <Position Pos="380,30"/>
  61.             <ControlBitmap Rect="0,0,51,12" Name="OpenButtons"/>
  62.         </ButtonControl>
  63.         <MultiStateControl Name="Repeat" NumStates="3">
  64.             <Info Desc="Repeat no tracks||Repeat current track||Repeat all tracks" 
  65.                   Tip="Repeat none||Repeat current||Repeat all"/>
  66.             <Position Pos="348,30"/>
  67.             <ControlBitmap Rect="0,0,51,38" Name="RepeatButtons"/>
  68.         </MultiStateControl>
  69.         <MultiStateControl Name="Shuffle" NumStates="2">
  70.             <Info Desc="Play tracks in normal order||Play tracks in random order" Tip="Normal Play||Random Play"/>
  71.             <Position Pos="364,30"/>
  72.             <ControlBitmap Rect="0,0,51,25" Name="ShuffleButtons"/>
  73.         </MultiStateControl>
  74.         <TextControl Name="Title">
  75.             <Position Rect="160,9,313,24"/>
  76.             <Style Align="Left" Font="Main" Bold="No"/>
  77.         </TextControl>
  78.         <TextControl Name="Time">
  79.             <Info Desc="Current time/time remaining"/>
  80.             <Position Rect="260,23,313,38"/>
  81.             <Style Font="Main" Align="Right" Bold="Yes"/>
  82.         </TextControl>
  83.         <TextControl Name="TimeRemaining">
  84.             <Info Desc="Time remaining/current time"/>
  85.             <Position Rect="260,23,313,38"/>
  86.             <Style Font="Main" Align="Right" Bold="Yes" Color="#333333"/>
  87.         </TextControl>
  88.         <ButtonControl Name="MyMusic">
  89.             <Info Desc="Browse my music collection" Tip="My Music"/>
  90.             <Position Pos="143,25"/>
  91.             <ControlBitmap Rect="0,0,743,25" Name="MyMusicButtons"/>
  92.         </ButtonControl>
  93.         <TextControl Name="Info">
  94.             <Position Rect="160,23,269,38"/>
  95.             <Style Font="Main"/>
  96.         </TextControl>     
  97.         <DialControl Name="Volume" NumFrames="6" PixelsPerFrame="3">  
  98.             <Info Desc="Change volume" Tip="Volume"/>
  99.             <Position Rect="132,0,142,49"/>
  100.             <ControlBitmap Rect="0,0,65,50" Name="Dials"/>
  101.         </DialControl>
  102.         <DialControl Name="Seek" NumFrames="6" PixelsPerFrame="3">
  103.             <Info Desc="Seek in the current track" Tip="Seek"/>
  104.             <Position Rect="329,0,339,49"/>
  105.             <ControlBitmap Rect="0,0,65,50" Name="Dials"/>
  106.         </DialControl>
  107.     </Controls>
  108. </Window>            
  109.  
  110.  
  111.