home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / bonus / winamp3 / wa3install_beta3.exe / Skins / Default.wal / xml / studio-config.xml < prev    next >
Encoding:
Text File  |  2002-02-08  |  1.4 KB  |  84 lines

  1. <groupdef id="studio.configgroup.int" default_h="16">
  2.  
  3.  <layer x="0" y="0" w="-43" h="16" image="studio.config.textbg"
  4.   id="cfg.bg"
  5.   relatw="1"
  6.  />
  7.  
  8.  <text
  9.   id="cfg.txt"
  10.   x="0" y="0"
  11.   w="-17" relatw="1"
  12.   h="16" 
  13.   fontsize="14"
  14.  />
  15.  
  16.  <edit 
  17.   id="cfg.edit"
  18.   x="-45" y="0"
  19.   w="45" h="16" 
  20.   relatx="1"
  21.  />
  22.  
  23.  <script id="cfg.int" file="scripts/cfgint.maki"/>
  24.  
  25. </groupdef>
  26.  
  27.  
  28.  
  29.  
  30. <groupdef id="studio.configgroup.bool" default_h="16" >
  31.  
  32.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  33.   relatw="1"
  34.   id="cfg.bg"
  35.  />
  36.  
  37.  <text
  38.   id="cfg.txt"
  39.   x="0" y="0"
  40.   w="-17" relatw="1"
  41.   h="16"
  42.   fontsize="14"
  43.  />
  44.  
  45.  <togglebutton
  46.   id="cfg.toggle"
  47.   x="-16" y="2" relatx="1"
  48.   image="studio.button.checkbox.unchecked"
  49.   activeImage="studio.button.checkbox.checked"
  50.  />
  51.  
  52.  <button id="cfg.toggle2" x="0" y="0"
  53.   w="0" relatw="1" h="0" relath="1"
  54.  />
  55.  
  56.  <script id="cfg.bool" file="scripts/cfgbool.maki"/>
  57.  
  58. </groupdef>
  59.  
  60. <groupdef id="studio.configgroup.string" default_h="16" >
  61.  
  62.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  63.   relatw="1"
  64.   id="cfg.bg"
  65.  />
  66.  
  67.  <text
  68.   id="cfg.txt"
  69.   x="0" y="0"
  70.   w="-17" relatw="1"
  71.   h="16"
  72.   fontsize="14"
  73.  />
  74.  
  75.  <edit
  76.   id="cfg.edit"
  77.   x="-150" y="0" relatx="1"
  78.   w="150" h="16" 
  79.  />
  80.  
  81.  <script id="cfg.string" file="scripts/cfgstring.maki"/>
  82.  
  83. </groupdef>
  84.