home *** CD-ROM | disk | FTP | other *** search
/ Minami 79 / MINAMI79.iso / Extra / QuickTimeInstaller.exe / RCDATA / CABINET / QuickTime.msi / rsrcrsrc.pdef < prev    next >
Extensible Markup Language  |  2005-09-27  |  1KB  |  73 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="Resources"
  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="left" style="margin:20px">
  11.  
  12.     <vbox flex="1">
  13.         
  14.         <hbox style="min-width:300" flex="1">
  15.             <listbox id="lrsr" style="" flex="1">
  16.                 <listhead>
  17.                     <listheader label="Name"/>
  18.                     <listheader label="Source"/>
  19.                 </listhead>
  20.  
  21.                 <listcols>
  22.                     <listcol flex="1"/>
  23.                     <listcol flex="5"/>
  24.                 </listcols>
  25.                 <listitem>
  26.                     <listcell label="1"/>
  27.                     <listcell label="Discrete-1"/>
  28.                 </listitem>
  29.             </listbox>
  30.         </hbox>
  31.     
  32.     </vbox>
  33.  
  34.  
  35. </hbox>
  36.  
  37.  
  38. <!-- Property Panel Definition -->
  39. <pps:panel id="test" helpercomponent="rsrc:appl">
  40.     <pps:controls>
  41.     
  42.     <pps:control id="lrsr" type="lvue" property="cust:rsrc">
  43.         
  44.         <columns>
  45.             <column id="name" type="labl" align="0"
  46.                 header="#301"
  47.             />
  48.             <column id="srce" type="labl" align="0"
  49.                 header="#302"
  50.             />
  51.         </columns>
  52.         
  53.     </pps:control>
  54.     
  55.     </pps:controls>
  56.     
  57.     <!-- Localized strings -->
  58.     <pps:stringtable>
  59.     <plist>
  60.     <dict>
  61.             
  62.         <!-- English -->
  63.         <key>en</key>
  64.         <dict>
  65.         </dict>    
  66.                             
  67.     </dict>
  68.     </plist>
  69.     </pps:stringtable>
  70.     
  71. </pps:panel>
  72.  </window>
  73.