home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Complet / mp / Setup.msi / _4D0565DC24B5648E6A16A4120B41CC87 / _0A0511A3C4784DD691801DAFC381B924 < prev    next >
Text File  |  2004-11-13  |  2KB  |  75 lines

  1. <window>
  2.     <id>5000</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.  
  6.   <controls>
  7.       <control>
  8.           <description>background image</description>
  9.           <type>image</type>
  10.           <id>1</id>
  11.           <posX>0</posX>
  12.           <posY>0</posY>
  13.           <width>720</width>
  14.           <height>576</height>
  15.           <texture>background.png</texture>
  16.       </control>
  17.       <control>
  18.           <description>MyAlarm BG</description>
  19.           <type>image</type>
  20.           <id>1</id>
  21.           <posX>300</posX>
  22.           <posY>150</posY>
  23.           <width>350</width>
  24.           <height>350</height>
  25.           <colordiffuse>20ffffff</colordiffuse>
  26.           <texture>alarm_clock.png</texture>
  27.       </control>
  28.       <control>
  29.           <description>Panel</description>
  30.           <type>image</type>
  31.           <id>1</id>
  32.           <posX>50</posX>
  33.           <posY>100</posY>
  34.           <width>190</width>
  35.           <height>272</height>
  36.           <texture>panel.png</texture>
  37.       </control>
  38.  
  39.         <control>
  40.             <description>New button</description>
  41.             <type>button</type>
  42.             <id>3</id>
  43.           <posX>55</posX>
  44.         <posY>115</posY>
  45.             <label>617</label>
  46.             <onup>20</onup>
  47.             <ondown>4</ondown>
  48.       <onleft>3</onleft>
  49.             <onright>5</onright>
  50.         </control>
  51.         <control>
  52.             <description>Sleep timer Button</description>
  53.             <type>button</type>
  54.             <id>4</id>
  55.             <posX>55</posX>
  56.             <posY>143</posY>
  57.             <label>859</label>
  58.             <onright>5</onright>
  59.       <onleft>4</onleft>
  60.             <onup>3</onup>
  61.             <ondown>3</ondown>
  62.         </control>
  63.  
  64.     <control>
  65.         <description>alarms listcontrol</description>
  66.          <type>listcontrol</type>
  67.       <id>5</id>
  68.       <onleft>3</onleft>
  69.             <onright>5</onright>
  70.           <onup>5</onup>
  71.          <ondown>5</ondown>
  72.       </control>
  73.   </controls>
  74. </window>
  75.