home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / 1674-Sharp.wal / xml / studio-config.xml < prev    next >
Text File  |  2001-11-26  |  1KB  |  83 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="120" h="16" 
  12.   fontsize="14"
  13.  />
  14.  
  15.  <edit 
  16.   id="cfg.edit"
  17.   x="-45" y="0"
  18.   w="45" h="16" 
  19.   relatx="1"
  20.  />
  21.  
  22.  <script id="cfg.int" file="scripts/cfgint.maki"/>
  23.  
  24. </groupdef>
  25.  
  26.  
  27.  
  28.  
  29. <groupdef id="studio.configgroup.bool" default_h="16" >
  30.  
  31.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  32.   relatw="1"
  33.   id="cfg.bg"
  34.  />
  35.  
  36.  <text
  37.   id="cfg.txt"
  38.   x="0" y="0"
  39.   w="-17" relatw="1"
  40.   h="16"
  41.   fontsize="14"
  42.  />
  43.  
  44.  <togglebutton
  45.   id="cfg.toggle"
  46.   x="-16" y="2" relatx="1"
  47.   image="studio.button.checkbox.unchecked"
  48.   activeImage="studio.button.checkbox.checked"
  49.  />
  50.  
  51.  <button id="cfg.toggle2" x="0" y="0"
  52.   w="0" relatw="1" h="0" relath="1"
  53.  />
  54.  
  55.  <script id="cfg.bool" file="scripts/cfgbool.maki"/>
  56.  
  57. </groupdef>
  58.  
  59. <groupdef id="studio.configgroup.string" default_h="16" >
  60.  
  61.  <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
  62.   relatw="1"
  63.   id="cfg.bg"
  64.  />
  65.  
  66.  <text
  67.   id="cfg.txt"
  68.   x="0" y="0"
  69.   w="-17" relatw="1"
  70.   h="16"
  71.   fontsize="14"
  72.  />
  73.  
  74.  <edit
  75.   id="cfg.edit"
  76.   x="-150" y="0" relatx="1"
  77.   w="150" h="16" 
  78.  />
  79.  
  80.  <script id="cfg.string" file="scripts/cfgstring.maki"/>
  81.  
  82. </groupdef>
  83.