home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / xml / studio-config.xml < prev    next >
Text File  |  2002-08-06  |  2KB  |  91 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.  
  7. <groupdef id="studio.configgroup.int" default_h="16">
  8.  
  9.  <layer x="0" y="0" w="-43" h="16" image="studio.config.textbg"
  10.   id="cfg.bg"
  11.   relatw="1"
  12.  />
  13.  
  14.  <text
  15.   id="cfg.txt"
  16.   x="0" y="0"
  17.   w="300" h="16" 
  18.   fontsize="14"
  19.   color="86,86,86"
  20.   bold="0"
  21. />
  22.  
  23.  <edit 
  24.   id="cfg.edit"
  25.   x="-45" y="0"
  26.   w="45" h="16" 
  27.   relatx="1"
  28.  />
  29.  
  30.  <script id="cfg.int" file="scripts/default/cfgint.maki"/>
  31.  
  32. </groupdef>
  33.  
  34.  
  35. <groupdef id="studio.configgroup.bool" default_h="16" >
  36.  
  37.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  38.   relatw="1"
  39.   id="cfg.bg"
  40.  />
  41.  
  42.  <text
  43.   id="cfg.txt"
  44.   x="0" y="0"
  45.   w="300" h="16" 
  46.   fontsize="14"
  47.   color="86,86,86"
  48.   bold="0"
  49. />
  50.  
  51.  <togglebutton
  52.   id="cfg.toggle"
  53.   x="-16" y="0" relatx="1"
  54.   image="studio.button.checkbox.unchecked"
  55.   activeImage="studio.button.checkbox.checked"
  56.  />
  57.  
  58.  <button id="cfg.toggle2" x="0" y="0"
  59.   w="0" relatw="1" h="0" relath="1"
  60.  />
  61.  
  62.  <script id="cfg.bool" file="scripts/default/cfgbool.maki"/>
  63.  
  64. </groupdef>
  65.  
  66. <groupdef id="studio.configgroup.string" default_h="16" >
  67.  
  68.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  69.   relatw="1"
  70.   id="cfg.bg"
  71.  />
  72.  
  73.  <text
  74.   id="cfg.txt"
  75.   x="0" y="0"
  76.   w="300" h="16" 
  77.   fontsize="14"
  78.   color="86,86,86"
  79.   bold="0"
  80. />
  81.  
  82.  <edit
  83.   id="cfg.edit"
  84.   x="-150" y="0" relatx="1"
  85.   w="150" h="16" 
  86.  />
  87.  
  88.  <script id="cfg.string" file="scripts/default/cfgstring.maki"/>
  89.  
  90. </groupdef>
  91.