home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / QIW / PageLayouts / default.xml < prev    next >
Extensible Markup Language  |  2008-02-07  |  3KB  |  126 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE window SYSTEM "pagelayouts.dtd">
  3. <window>
  4.     <image name="background">
  5.         <position>
  6.             <x>0</x>
  7.             <y>0</y>
  8.             <width>746</width>
  9.             <height>480</height>
  10.         </position>
  11.         <location>images/background.swf</location>
  12.     </image>
  13.     <button name="quit">
  14.         <label>tr(Quit)</label>
  15.         <position>
  16.             <x>616</x>
  17.             <y>440</y>
  18.             <width>120</width>
  19.             <height>24</height>
  20.         </position>
  21.         <background>
  22.             <default>images/btn_up.swf</default>
  23.             <hover>images/btn_down.swf</hover>
  24.             <pressed>images/btn_down.swf</pressed>
  25.         </background>
  26.         <colorDefinitions>
  27.             <default>
  28.                 <color>%backgroundcolor01%</color>
  29.                 <textColor>%companycolor02%</textColor>
  30.                 <borderColor>%companycolor02%</borderColor>
  31.             </default>
  32.             <hover>
  33.                 <color>%backgroundcolor01%</color>
  34.                 <textColor>%companycolor02%</textColor>
  35.                 <borderColor>%companycolor01%</borderColor>
  36.             </hover>
  37.             <pressed>
  38.                 <color>%backgroundcolor01%</color>
  39.                 <textColor>%companycolor01%</textColor>
  40.                 <borderColor>%companycolor01%</borderColor>
  41.             </pressed>                        
  42.         </colorDefinitions>
  43.         <action>
  44.             <writeToRegistry>
  45.                 <location>Thomson\\menu</location>
  46.                 <valueName>safetyConfirmed</valueName>
  47.                 <value>no</value>
  48.             </writeToRegistry>
  49.             <writeToUserLibrary>
  50.                 <location>com.Thomson.Menu.plist</location>
  51.                 <valueName>SafetyConfirmed</valueName>
  52.                 <value>no</value>
  53.                 <type>string</type>
  54.             </writeToUserLibrary>
  55.             <quit />
  56.         </action>
  57.     </button>
  58.     <button name="next">
  59.         <label>tr(Next)</label>
  60.         <position>
  61.             <x>142</x>
  62.             <y>440</y>            
  63.             <width>120</width>
  64.             <height>24</height>
  65.         </position>
  66.         <background>
  67.             <default>images/btn_next_up.swf</default>
  68.             <hover>images/btn_next_over.swf</hover>
  69.             <pressed>images/btn_next_down.swf</pressed>
  70.         </background>        
  71.         <colorDefinitions>
  72.             <default>
  73.                 <color>%backgroundcolor01%</color>
  74.                 <textColor>%companycolor02%</textColor>
  75.                 <borderColor>%companycolor02%</borderColor>
  76.             </default>
  77.             <hover>
  78.                 <color>%backgroundcolor01%</color>
  79.                 <textColor>%companycolor02%</textColor>
  80.                 <borderColor>%companycolor01%</borderColor>
  81.             </hover>
  82.             <pressed>
  83.                 <color>%backgroundcolor01%</color>
  84.                 <textColor>%companycolor01%</textColor>
  85.                 <borderColor>%companycolor01%</borderColor>
  86.             </pressed>
  87.         </colorDefinitions>
  88.         <action>
  89.             <goToNext />
  90.         </action>
  91.     </button>
  92.     <button name="previous">
  93.         <label>tr(Previous)</label>
  94.         <position>
  95.             <x>20</x>
  96.             <y>440</y>            
  97.             <width>120</width>
  98.             <height>24</height>
  99.         </position>
  100.         <background>
  101.             <default>images/btn_back_up.swf</default>
  102.             <hover>images/btn_back_over.swf</hover>
  103.             <pressed>images/btn_back_down.swf</pressed>
  104.         </background>
  105.         <colorDefinitions>
  106.             <default>
  107.                 <color>%backgroundcolor01%</color>
  108.                 <textColor>%companycolor02%</textColor>
  109.                 <borderColor>%companycolor02%</borderColor>
  110.             </default>
  111.             <hover>
  112.                 <color>%backgroundcolor01%</color>
  113.                 <textColor>%companycolor02%</textColor>
  114.                 <borderColor>%companycolor01%</borderColor>
  115.             </hover>
  116.             <pressed>
  117.                 <color>%backgroundcolor01%</color>
  118.                 <textColor>%companycolor01%</textColor>
  119.                 <borderColor>%companycolor01%</borderColor>
  120.             </pressed>                        
  121.         </colorDefinitions>
  122.         <action>
  123.             <goToPrevious />
  124.         </action>
  125.     </button>
  126. </window>