home *** CD-ROM | disk | FTP | other *** search
/ Minami 79 / MINAMI79.iso / Extra / QuickTimeInstaller.exe / RCDATA / CABINET / QuickTime.msi / annoanno.pdef next >
Extensible Markup Language  |  2005-09-27  |  2KB  |  100 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="Annotations"
  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="lann" style="" flex="1">
  16.                 <listhead>
  17.                     <listheader label="Annotation..."/>
  18.                     <listheader label="Value..."/>
  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.         <spacer style="height:5"/>
  33.         
  34.         <hbox style="min-width:300">
  35.             <button id="adda" label="Add Annotation..." style="min-width:60; margin:2px;" />
  36.             <label flex="1"/>
  37.             <button id="brmv" label="Remove Selected Annotations..." style="padding:2px;" />
  38.         </hbox>
  39.     
  40.     </vbox>
  41.  
  42.  
  43. </hbox>
  44.  
  45.  
  46. <!-- Property Panel Definition -->
  47. <pps:panel id="test" helpercomponent="anno:appl">
  48.     <pps:controls>
  49.     
  50.     <pps:control id="lann" type="lvue" property="cust:anno">
  51.         
  52.         <columns>
  53.             <column id="anno" type="lkup" align="0" valuedatatype="code"
  54.                 header="#101"
  55.                 options="#102"
  56.                 values="albm,arts,auth,cmmt,cprt,desc,dtor,name,prod,soft"
  57.                 uniquevalues="true"
  58.             />
  59.             <column id="valu" type="edit" align="0"
  60.                 header="#103"
  61.             />    
  62.         </columns>
  63.         
  64.     </pps:control>
  65.     
  66.     <pps:control id="adda" type="cmbl"
  67.         tooltip="#104"
  68.         options="#105"
  69.         valuedatatype="code"
  70.         values="null,albm,arts,auth,cmmt,cprt,desc,dtor,name,prod,soft"
  71.         value="null"
  72.         ondropdown="UpdateListState[lann]"
  73.         oncloseup="ListViewAppendRow[lann]"
  74.     />
  75.     
  76.     <pps:control id="brmv" type="butn" source="cust:remv" 
  77.         label="#106"
  78.         onclick="ListViewRemoveSelectedRows[lann]"
  79.     />
  80.  
  81.     </pps:controls>
  82.     
  83.     
  84.     <!-- Localized strings -->
  85.     <pps:stringtable>
  86.     <plist>
  87.     <dict>
  88.             
  89.         <!-- English -->
  90.         <key>xx</key>
  91.         <dict>
  92.         </dict>    
  93.                             
  94.     </dict>
  95.     </plist>
  96.     </pps:stringtable>
  97.     
  98. </pps:panel>
  99.  </window>
  100.