home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / Pimeer_Modern_v2.wal / xml / studio-config.xml < prev    next >
Text File  |  2004-09-13  |  2KB  |  89 lines

  1. <!-- You will need this to get rid of the green text -->
  2. <!-- in the configuration window..all you will need to change are -->
  3. <!-- the color definations.. (example: color="0,0,0") -->
  4. <!-- Add the 3 maki files to your script also (cfgint,cfgbool,cfgstring) -->
  5.  
  6. <groupdef id="studio.configgroup.int" default_h="16">
  7.  
  8.  <layer x="0" y="0" w="-43" h="16" image="studio.config.textbg"
  9.   id="cfg.bg"
  10.   relatw="1"
  11.  />
  12.  
  13.  <text
  14.   id="cfg.txt"
  15.   x="0" y="0"
  16.   w="300" h="16" 
  17.   fontsize="14"
  18.   color="86,86,86"
  19.   bold="0"
  20. />
  21.  
  22.  <edit 
  23.   id="cfg.edit"
  24.   x="-45" y="0"
  25.   w="45" h="16" 
  26.   relatx="1"
  27.  />
  28.  
  29.  <script id="cfg.int" file="scripts/default/cfgint.maki"/>
  30.  
  31. </groupdef>
  32.  
  33. <groupdef id="studio.configgroup.bool" default_h="16" >
  34.  
  35.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  36.   relatw="1"
  37.   id="cfg.bg"
  38.  />
  39.  
  40.  <text
  41.   id="cfg.txt"
  42.   x="0" y="0"
  43.   w="300" h="16" 
  44.   fontsize="14"
  45.   color="86,86,86"
  46.   bold="0"
  47. />
  48.  
  49.  <togglebutton
  50.   id="cfg.toggle"
  51.   x="-16" y="0" relatx="1"
  52.   image="studio.button.checkbox.unchecked"
  53.   activeImage="studio.button.checkbox.checked"
  54.  />
  55.  
  56.  <button id="cfg.toggle2" x="0" y="0"
  57.   w="0" relatw="1" h="0" relath="1"
  58.  />
  59.  
  60.  <script id="cfg.bool" file="scripts/default/cfgbool.maki"/>
  61.  
  62. </groupdef>
  63.  
  64. <groupdef id="studio.configgroup.string" default_h="16" >
  65.  
  66.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  67.   relatw="1"
  68.   id="cfg.bg"
  69.  />
  70.  
  71.  <text
  72.   id="cfg.txt"
  73.   x="0" y="0"
  74.   w="300" h="16" 
  75.   fontsize="14"
  76.   color="86,86,86"
  77.   bold="0"
  78. />
  79.  
  80.  <edit
  81.   id="cfg.edit"
  82.   x="-150" y="0" relatx="1"
  83.   w="150" h="16" 
  84.  />
  85.  
  86.  <script id="cfg.string" file="scripts/default/cfgstring.maki"/>
  87.  
  88. </groupdef>
  89.