home *** CD-ROM | disk | FTP | other *** search
/ Minami 79 / MINAMI79.iso / Extra / QuickTimeInstaller.exe / RCDATA / CABINET / QuickTime.msi / moovpres.pdef < prev    next >
Extensible Markup Language  |  2006-05-08  |  2KB  |  95 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3.  <!DOCTYPE window>
  4.  <window title="Movie Test"
  5.    xmlns:html="http://www.w3.org/1999/xhtml"
  6.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7.    xmlns:pps="http://www.apple.com/quicktime/pps"
  8.    style="background-color: white;">
  9.  
  10.  <hbox pack="center" style="margin:20px">
  11.  
  12.     <vbox>
  13.         <hbox>
  14.             <vbox>
  15.                 <label id="l001" value="#207" style="text-align: right; margin:5px; width: 120px;" />
  16.             </vbox>
  17.             <vbox>
  18.                 <checkbox id="play" label="Auto play..." style="margin:5px" />
  19.                 <checkbox id="full" label="Enter fullscreen..." style="margin:5px" />
  20.                 <checkbox id="clos" label="Auto close..." style="margin:5px" />
  21.                 <checkbox id="quit" label="Auto quit..." style="margin:5px" />
  22.         <hbox>
  23.           <checkbox id="conf" label="Conform Aperture to:" style="margin:5px" />
  24.             <menulist id="apmd" style="width:200px; margin:2px" />
  25.         </hbox>
  26.             </vbox>
  27.         </hbox>
  28.     
  29.         <spacer />
  30.     
  31.         <hbox align="center">
  32.             <label id="l012" value="#208" style="text-align:right; margin:5px; width:120px;" />
  33.             <menulist id="ctrl" style="width:200px; margin:2px;" />
  34.         </hbox>
  35.     </vbox>
  36.  
  37.  </hbox>
  38.  
  39.  
  40. <!-- Property Panel Definition -->
  41. <pps:panel id="test" helpercomponent="misc:appl" clsid="29866AED-1E14-417D-BA0F1A2BE6F5A19E">
  42.  
  43.     <!-- Control definitions -->
  44.     <pps:controls>
  45.  
  46.         <pps:control id="play" type="ckbx" property="nrml:play"
  47.             label="#201"
  48.         />
  49.         <pps:control id="full" type="ckbx" property="cust:fopn"
  50.             label="#202"
  51.         />
  52.         <pps:control id="clos" type="ckbx" property="nrml:aclo"
  53.             label="#203"
  54.         />
  55.         <pps:control id="quit" type="ckbx" property="nrml:aqui"
  56.             label="#204"
  57.         />
  58.     <pps:control id="conf" type="ckbx" property="cust:conf"
  59.       label="#210"
  60.     />
  61.  
  62.     <pps:control id="apmd" type="cmbl" property="cust:apmd"
  63.       tooltip="#212"
  64.       valuedatatype="code"
  65.       optionsproperty="cust:apms"
  66.     />
  67.         
  68.         <pps:control id="ctrl" type="cmbl" property="meta:ctyp"
  69.             tooltip="#205"
  70.             options="#206"
  71.             valuedatatype="code"
  72.             values=" std,STpn,none,qtvr,stna"
  73.             value=" std"
  74.         />
  75.  
  76.  
  77.     </pps:controls>
  78.     
  79.     <!-- Localized strings -->
  80.     <pps:stringtable>
  81.     <plist>
  82.     <dict>
  83.             
  84.     <!-- English -->
  85.     <key>en</key>
  86.     <dict>
  87.     </dict>    
  88.                             
  89.     </dict>
  90.     </plist>
  91.     </pps:stringtable>
  92.     
  93. </pps:panel>
  94.  </window>
  95.