home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / QIW / PageLayouts / completion.xml next >
Extensible Markup Language  |  2008-01-24  |  1KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--!DOCTYPE window SYSTEM "pagelayouts.dtd"-->
  3. <window>
  4.     <textFrame name="final">
  5.         <position>
  6.             <x>25</x>
  7.             <y>90</y>
  8.             <width>678</width>
  9.             <height>285</height>
  10.         </position>
  11.     </textFrame>
  12.     <button name="configure">
  13.         <label>tr(Continue)</label>
  14.         <position>
  15.             <x>20</x>
  16.             <y>235</y>
  17.             <width>200</width>
  18.             <height>24</height>
  19.         </position>
  20.         <background>
  21.             <default>images/btn_large_up.swf</default>
  22.             <hover>images/btn_large_down.swf</hover>
  23.             <pressed>images/btn_large_down.swf</pressed>
  24.         </background>
  25.         <colorDefinitions>
  26.             <default>
  27.                 <color>%backgroundcolor01%</color>
  28.                 <textColor>%companycolor02%</textColor>
  29.                 <borderColor>%companycolor02%</borderColor>
  30.             </default>
  31.             <hover>
  32.                 <color>%backgroundcolor01%</color>
  33.                 <textColor>%companycolor02%</textColor>
  34.                 <borderColor>%companycolor01%</borderColor>
  35.             </hover>
  36.             <pressed>
  37.                 <color>%backgroundcolor01%</color>
  38.                 <textColor>%companycolor01%</textColor>
  39.                 <borderColor>%companycolor01%</borderColor>
  40.             </pressed>
  41.         </colorDefinitions>
  42.         <action>
  43.             <quit />
  44.         </action>
  45.     </button>
  46. </window>