home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / 1674-Sharp.wal / xml / studio-elements.xml < prev    next >
Text File  |  2001-11-26  |  15KB  |  199 lines

  1.  <elements>
  2.  
  3.   <!-- Fonts -->
  4.    <bitmapfont id="studio.component.title" file="studio/component-title-font.png" hspacing="-3" vspacing="0" charwidth="10" charheight="11" />
  5.    <bitmapfont id="studio.component.statusbar" file="player/font.png" charwidth="5" charheight="6" hspacing="0" vspacing="0"/>
  6.  
  7.   <!-- Colors -->
  8.  
  9.    <!-- Generic Trees -->
  10.    <color id="studio.tree.text" value="0,248,0"/> <!-- Item text color -->
  11.    <color id="studio.tree.selected" value="0,0,128"/> <!-- Select item text background color -->
  12.    <color id="studio.tree.hilited" value="0,255,255"/> <!-- Hilited item text background color -->
  13.    <color id="studio.tree.hiliteddrop" value="0,64,128"/> <!-- Drop marker color -->
  14.    <color id="studio.list.item.selected.fg" value="studio.list.text" /> <!-- selected item text foreground color -->
  15.  
  16.    <!-- Generic Lists -->
  17.    <color id="studio.list.text" value="0,248,0"/> <!-- List item text color -->
  18.    <color id="studio.list.item.selected" value="0,0,128"/> <!-- Selected item text background color -->
  19.    <color id="studio.list.item.focused" value="0,0,128"/> <!-- Focused item text background color -->
  20.    <color id="studio.list.column.background" value="102,102,102"/> <!-- Columns background color -->
  21.    <color id="studio.list.column.text" value="255,255,255"/> <!-- Columns text color -->
  22.  
  23.    <!-- Item Lists -->
  24.    <color id="common.itemlist.outline.current" value="255,255,0"/> <!-- Currently playing outline color -->
  25.    <color id="common.itemlist.outline.focus" value="0,128,128"/> <!-- Focused item dashed outline color -->
  26.  
  27.    <!-- Media Library Results List -->
  28.    <color id="library.list.results.text" value="0,255,0"/> <!-- list item text color -->
  29.  
  30.    <!-- playlist editor -->
  31.    <color id="pledit.text" value="0,255,0"/>    <!-- text color in editor -->
  32.    <color id="pledit.text.current" value="248,248,248"/> <!-- current playback file foreground -->
  33.    <color id="pledit.currentoutline" value="248,248,0"/> <!-- current playback file outline color -->
  34.    <color id="pledit.dir.plitem" value="0,248,0" /> <!-- playlist directory item foreground color -->
  35.    <color id="pledit.dir.working" value="230,230,230" /> <!-- playlist directory working playlist item foreground color -->
  36.    <color id="pledit.dir.workingbg" value="64,64,64" /> <!-- playlist directory working playlist item background color -->
  37.  
  38.    <!-- Message box -->
  39.    <color id="studio.msgBox.background" value="32,32,32"/> <!-- Messagebox background color -->
  40.    <color id="studio.textBar.text" value="32,192,32"/> <!-- Text object & message box text color -->
  41.    <color id="studio.textBar.background" value="32,32,32"/> <!-- Text object & message box text background color -->
  42.  
  43.    <!-- Buttons -->
  44.    <color id="studio.button.text" value="0,0,0"/> <!-- Buttons text color -->
  45.    <color id="studio.button.hiliteText" value="0,240,0"/> <!-- Buttons hilite text color, used by tab windows-->
  46.    <color id="studio.button.dimmedText" value="64,64,64"/> <!-- Buttons dimmed text color, when disabled -->
  47.  
  48.    <!-- Popup menus -->
  49.    <color id="studio.popup.text" value="0,0,0"/> <!-- Menu items text color -->
  50.    <color id="studio.popup.hiliteText" value="0,128,240"/> <!-- Hilited item text color -->
  51.    <color id="studio.popup.dimmedText" value="64,64,64"/> <!-- Disabled item text color -->
  52.  
  53.    <!-- Components -->
  54.    <color id="studio.status.text" value="248,248,248" /> <!-- Component status text color when using TTF -->
  55.    <color id="studio.component.title.foreground" value="255,255,255"/> <!-- Component title bar text color when using TTF -->
  56.    <color id="studio.component.title.border" value="1,1,1"/> <!-- Component title bar text outline when using TTF -->
  57.  
  58.    <!-- labeled windows -->
  59.    <color id="common.labelwnd.foreground" value="220,220,220"/> <!-- Text foreground color -->
  60.    <color id="common.labelwnd.background" value="0,0,0"/> <!-- Text drop shadow color -->
  61.  
  62.   <!-- Bitmaps -->
  63.  
  64.    <bitmap id="studio.BaseTexture" file="studio/application-background.png"/> <!-- Application base texture -->
  65.  
  66.    <!-- Frame windows -->
  67.    <bitmap id="studio.framewnd.verticaldivider" file="studio/window-elements.png" x="124" y="53" h="65" w="8"/> 
  68.    <bitmap id="studio.framewnd.verticalgrabber" file="studio/window-elements.png" x="115" y="53" h="65" w="8"/>
  69.    <bitmap id="studio.framewnd.horizontaldivider" file="studio/window-elements.png" x="40" y="97" h="8" w="65"/>
  70.    <bitmap id="studio.framewnd.horizontalgrabber" file="studio/window-elements.png" x="40" y="106" h="8" w="65"/>
  71.    <bitmap id="studio.framewnd.windowshade" file="studio/framewnd-windowshade.png"/>
  72.  
  73.    <!-- Generic Lists and Trees -->
  74.    <bitmap id="studio.list.background" file="studio/listbackground.png"/>  <!-- List background bitmap (tile) -->
  75.    <bitmap id="studio.tree.background" file="studio/listbackground.png"/>  <!-- Tree background bitmap (tile) -->
  76.  
  77.    <bitmap id="studio.tree.tab.closed" file="studio/tree-tab-closed.png"/>
  78.    <bitmap id="studio.tree.tab.open" file="studio/tree-tab-open.png"/>
  79.    <bitmap id="studio.tree.link.top.bottom" file="studio/tree-link-top-bottom.png"/>
  80.    <bitmap id="studio.tree.link.top.right" file="studio/tree-link-top-right.png"/>
  81.    <bitmap id="studio.tree.link.top.rightBottom" file="studio/tree-link-top-right-bottom.png"/>
  82.    <bitmap id="studio.tree.link.tab.top.bottom" file="studio/tree-link-tab-top-bottom.png"/>
  83.    <bitmap id="studio.tree.link.tab.top.right" file="studio/tree-link-tab-top-right.png"/>
  84.    <bitmap id="studio.tree.link.tab.top.rightBottom" file="studio/tree-link-tab-top-right-bottom.png"/>
  85.  
  86.    <!-- List & Tree scrollbars -->
  87.    <bitmap id="studio.scrollbar.horizontal.left" file="studio/window-elements.png" x="40" y="13" h="13" w="17"/>
  88.    <bitmap id="studio.scrollbar.horizontal.left.hilite" file="studio/window-elements.png" x="40" y="26" h="13" w="17"/>
  89.    <bitmap id="studio.scrollbar.horizontal.left.pressed" file="studio/window-elements.png" x="40" y="39" h="13" w="17"/>
  90.    <bitmap id="studio.scrollbar.horizontal.right" file="studio/window-elements.png" x="98" y="13" h="13" w="17"/>
  91.    <bitmap id="studio.scrollbar.horizontal.right.hilite" file="studio/window-elements.png" x="98" y="26" h="13" w="17"/>
  92.    <bitmap id="studio.scrollbar.horizontal.right.pressed" file="studio/window-elements.png" x="98" y="39" h="13" w="17"/>
  93.    <bitmap id="studio.scrollbar.horizontal.button" file="studio/window-elements.png" x="57" y="13" h="13" w="41"/>
  94.    <bitmap id="studio.scrollbar.horizontal.button.hilite" file="studio/window-elements.png" x="57" y="26" h="13" w="41"/>
  95.    <bitmap id="studio.scrollbar.horizontal.button.pressed" file="studio/window-elements.png" x="57" y="39" h="13" w="41"/>
  96.    <bitmap id="studio.scrollbar.vertical.left" file="studio/window-elements.png" x="0" y="38" h="17" w="13"/>
  97.    <bitmap id="studio.scrollbar.vertical.left.hilite" file="studio/window-elements.png" x="13" y="38" h="17" w="13"/>
  98.    <bitmap id="studio.scrollbar.vertical.left.pressed" file="studio/window-elements.png" x="26" y="38" h="17" w="13"/>
  99.    <bitmap id="studio.scrollbar.vertical.right" file="studio/window-elements.png" x="0" y="96" h="17" w="13"/>
  100.    <bitmap id="studio.scrollbar.vertical.right.hilite" file="studio/window-elements.png" x="13" y="96" h="17" w="13"/>
  101.    <bitmap id="studio.scrollbar.vertical.right.pressed" file="studio/window-elements.png" x="26" y="96" h="17" w="13"/>
  102.    <bitmap id="studio.scrollbar.vertical.button" file="studio/window-elements.png" x="0" y="55" h="41" w="13"/>
  103.    <bitmap id="studio.scrollbar.vertical.button.hilite" file="studio/window-elements.png" x="13" y="55" h="41" w="13"/>
  104.    <bitmap id="studio.scrollbar.vertical.button.pressed" file="studio/window-elements.png" x="26" y="55" h="41" w="13"/>
  105.  
  106.    <!-- Library Lists & Trees backgrounds (tiles) -->
  107.    <bitmap id="library.results.background" file="library/library-background.png"/>
  108.    <bitmap id="library.directory.background" file="library/directory-background.png"/>
  109.    <bitmap id="library.subtree.background" file="library/subtree-background.png"/>
  110.  
  111.    <!-- Playlist editor -->
  112.    <bitmap id="pe.marker" file="pe/marker.png" />
  113.    <bitmap id="pe.dropind" file="pe/drop_indicator.png" /> <!-- Drop indicator bitmap -->
  114.  
  115.    <!-- Generic seekers/sliders -->
  116.    <bitmap id="studio.seekbar.left" file="studio/seekbar-left.png"/>
  117.    <bitmap id="studio.seekbar.middle" file="studio/seekbar-middle.png"/>
  118.    <bitmap id="studio.seekbar.right" file="studio/seekbar-right.png"/>
  119.    <bitmap id="studio.seekbar.button.nonpressed" file="studio/seekbar-button.png"/>
  120.    <bitmap id="studio.seekbar.button.pressed" file="studio/seekbar-button-pressed.png"/>
  121.  
  122.    <!-- labelwnd titles -->
  123.    <bitmap id="studio.label.upperLeft" file="studio/labelwnd.png" x="0" y="0" w="3" h="3" />
  124.    <bitmap id="studio.label.top" file="studio/labelwnd.png" x="3" y="0" w="8" h="3" />
  125.    <bitmap id="studio.label.upperRight" file="studio/labelwnd.png" x="11" y="0" w="3" h="3" />
  126.    <bitmap id="studio.label.left" file="studio/labelwnd.png" x="0" y="3" w="3" h="8" />
  127.    <bitmap id="studio.label.middle" file="studio/labelwnd.png" x="3" y="3" w="8" h="8" />
  128.    <bitmap id="studio.label.right" file="studio/labelwnd.png" x="11" y="3" w="3" h="8" />
  129.    <bitmap id="studio.label.lowerLeft" file="studio/labelwnd.png" x="0" y="11" w="3" h="3" />
  130.    <bitmap id="studio.label.bottom" file="studio/labelwnd.png" x="3" y="11" w="8" h="3" />
  131.    <bitmap id="studio.label.lowerRight" file="studio/labelwnd.png" x="11" y="11" w="3" h="3" />
  132.  
  133.    <!-- default buttons -->
  134.    <bitmap id="studio.button.upperLeft" file="studio/window-elements.png" x="1" y="135" h="2" w="2"/>
  135.    <bitmap id="studio.button.top" file="studio/window-elements.png" x="5" y="135" h="2" w="25"/>
  136.    <bitmap id="studio.button.upperRight" file="studio/window-elements.png" x="32" y="135" h="2" w="2"/>
  137.    <bitmap id="studio.button.left" file="studio/window-elements.png" x="1" y="139" h="25" w="2"/>
  138.    <bitmap id="studio.button.middle" file="studio/window-elements.png" x="5" y="139" h="25" w="25"/>
  139.    <bitmap id="studio.button.right" file="studio/window-elements.png" x="32" y="139" h="25" w="2"/>
  140.    <bitmap id="studio.button.lowerLeft" file="studio/window-elements.png" x="1" y="166" h="2" w="2"/>
  141.    <bitmap id="studio.button.bottom" file="studio/window-elements.png" x="5" y="166" h="2" w="25"/>
  142.    <bitmap id="studio.button.lowerRight" file="studio/window-elements.png" x="32" y="166 " h="2" w="2"/>
  143.  
  144.    <bitmap id="studio.button.pressed.upperLeft" file="studio/window-elements.png" x="71" y="135" h="2" w="2"/>
  145.    <bitmap id="studio.button.pressed.top" file="studio/window-elements.png" x="75" y="135" h="2" w="25"/>
  146.    <bitmap id="studio.button.pressed.upperRight" file="studio/window-elements.png" x="102" y="135" h="2" w="2"/>
  147.    <bitmap id="studio.button.pressed.left" file="studio/window-elements.png" x="71" y="139" h="25" w="2"/>
  148.    <bitmap id="studio.button.pressed.middle" file="studio/window-elements.png" x="75" y="139" h="25" w="25"/>
  149.    <bitmap id="studio.button.pressed.right" file="studio/window-elements.png" x="102" y="139" h="25" w="2"/>
  150.    <bitmap id="studio.button.pressed.lowerLeft" file="studio/window-elements.png" x="71" y="166" h="2" w="2"/>
  151.    <bitmap id="studio.button.pressed.bottom" file="studio/window-elements.png" x="75" y="166" h="2" w="25"/>
  152.    <bitmap id="studio.button.pressed.lowerRight" file="studio/window-elements.png" x="102" y="166 " h="2" w="2"/>
  153.  
  154.    <!-- todo: move in studio-config.xml -->
  155.    <bitmap id="studio.config.textbg" file="studio/text_bg.png" />
  156.  
  157.    <!-- Generic frame (ie: messagebox) -->
  158.    <bitmap id="studio.border.upperLeft" file="studio/application-border-upperleft.png"/>
  159.    <bitmap id="studio.border.top" file="studio/application-border-top.png"/>
  160.    <bitmap id="studio.border.upperRight" file="studio/application-border-upperright.png"/>
  161.    <bitmap id="studio.border.left" file="studio/application-border-left.png"/>
  162.    <bitmap id="studio.border.right" file="studio/application-border-right.png"/>
  163.    <bitmap id="studio.border.lowerLeft" file="studio/application-border-lowerleft.png"/>
  164.    <bitmap id="studio.border.bottom" file="studio/application-border-bottom.png"/>
  165.    <bitmap id="studio.border.lowerRight" file="studio/application-border-lowerright.png"/>
  166.  
  167.    <!-- Component status bar -->
  168.    <bitmap id="studio.statusbar.left" file="studio/window-elements.png" x="94" y="0" h="12" w="12"/>
  169.    <bitmap id="studio.statusbar.middle" file="studio/window-elements.png" x="107" y="0" h="12" w="12"/>
  170.    <bitmap id="studio.statusbar.right" file="studio/window-elements.png" x="120" y="0" h="12" w="12"/>
  171.  
  172.    <!-- Checkboxes -->
  173.    <bitmap id="studio.button.checkbox.checked" file="studio/window-elements.png" x="58" y="77" h="11" w="11"/>
  174.    <bitmap id="studio.button.checkbox.unchecked" file="studio/window-elements.png" x="58" y="66" h="11" w="11"/>
  175.  
  176.    <!-- Popup menus -->
  177.    <bitmap id="studio.button.checkmark" file="menu/generic-menu-icon-check.png"/>
  178.    <bitmap id="studio.popup.seperator" file="menu/generic-menu-divider.png"/>
  179.    <bitmap id="studio.popup.background" file="menu/generic-menu-background.png"/>
  180.    <bitmap id="studio.popup.border.topLeft" file="menu/generic-menu-top-left.png"/>
  181.    <bitmap id="studio.popup.border.topRight" file="menu/generic-menu-top-right.png"/>
  182.    <bitmap id="studio.popup.border.bottomLeft" file="menu/generic-menu-bottom-left.png"/>
  183.    <bitmap id="studio.popup.border.bottomRight" file="menu/generic-menu-bottom-right.png"/>
  184.    <bitmap id="studio.popup.border.left" file="menu/generic-menu-left.png"/>
  185.    <bitmap id="studio.popup.border.right" file="menu/generic-menu-right.png"/>
  186.    <bitmap id="studio.popup.border.top" file="menu/generic-menu-top.png"/>
  187.    <bitmap id="studio.popup.border.bottom" file="menu/generic-menu-bottom.png"/>
  188.    <bitmap id="studio.popup.submenuIcon" file="menu/menu-submenu-icon.png"/>
  189.  
  190.    <!-- Title objects -->
  191.    <bitmap id="studio.component.titlebar.left.active" file="player/player-buttons.png" x="341" y="26" h="7" w="7"/>
  192.    <bitmap id="studio.component.titlebar.center.active" file="player/player-buttons.png" x="349" y="26" h="7" w="7"/>
  193.    <bitmap id="studio.component.titlebar.right.active" file="player/player-buttons.png" x="357" y="26" h="7" w="7"/>
  194.    <bitmap id="studio.component.titlebar.left.inactive" file="player/player-buttons.png" x="341" y="34" h="7" w="7"/>
  195.    <bitmap id="studio.component.titlebar.center.inactive" file="player/player-buttons.png" x="349" y="34" h="7" w="7"/>
  196.    <bitmap id="studio.component.titlebar.right.inactive" file="player/player-buttons.png" x="357" y="34" h="7" w="7"/>
  197.  
  198.  </elements>
  199.