home *** CD-ROM | disk | FTP | other *** search
/ Minami 79 / MINAMI79.iso / Extra / QuickTimeInstaller.exe / RCDATA / CABINET / QuickTime.msi / trakhint.pdef < prev    next >
Extensible Markup Language  |  2006-05-08  |  1KB  |  41 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="Hints"
  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.     <vbox>
  12.         <hbox style="height:100%;">
  13.                 <label id="lbls" style="min-width: 200px; max-width: 200px; margin:2px; text-align: right; word-wrap:break-word;" property="cust:lbls"/>
  14.                 <label id="vals" style="min-width: 200px; max-width: 200px; margin:2px; text-align: left; word-wrap:break-word;" property="cust:vals"/>
  15.         </hbox>
  16.     </vbox>
  17. </hbox>
  18.  
  19. <!-- Property Panel Definition -->
  20. <pps:panel id="test" helpercomponent="hint:appl">
  21.     <pps:controls>
  22.     </pps:controls>
  23.  
  24.     <!-- Localized strings -->
  25.     <pps:stringtable>
  26.     <plist>
  27.     <dict>
  28.             
  29.         <!-- English -->
  30.         <key>xx</key>
  31.         <dict>
  32.         </dict>
  33.                             
  34.     </dict>
  35.     </plist>
  36.     </pps:stringtable>
  37.     
  38. </pps:panel>
  39.  
  40. </window>
  41.