home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / WMEffect.awx / TEMPLATE / SAMPLE.WMS < prev    next >
Encoding:
Text File  |  2001-10-01  |  2.5 KB  |  115 lines

  1. <!-- Test skin for $$Safe_root$$ effect -->
  2.  
  3. <theme>
  4.     <view
  5.         titleBar="true"
  6.         resizable="true"
  7.         width="300"
  8.         height="320"
  9.     >
  10.         <text 
  11.             top="5"
  12.             left="20"
  13.             value="Previous"
  14.             hoverForegroundColor="red"
  15.             onClick="viz.previous();"
  16.             >
  17.         </text>
  18.  
  19.         <text 
  20.             top="5"
  21.             left="80"
  22.             value="Next"
  23.             hoverForegroundColor="red"
  24.             onClick="viz.next();"
  25.             >
  26.         </text>
  27.  
  28.         <effects id="viz"
  29.             top="22"
  30.             left="22"
  31.             width="256"
  32.             height="256"
  33.             allowAll="true"
  34.             horizontalAlignment="stretch" 
  35.             verticalAlignment="stretch"
  36.             windowed="true"
  37.             currentEffectType="$$Safe_root$$"
  38.             currentPreset="0"
  39.             >
  40.         </effects>
  41.  
  42.         <text 
  43.             top="285"
  44.             left="20"
  45.             value="Type:"
  46.             verticalAlignment="bottom"
  47.             >
  48.         </text>
  49.  
  50.         <text 
  51.             top="285"
  52.             left="56"
  53.             width="100"
  54.             height="20"
  55.             value="wmpprop:viz.currentEffectType"
  56.             verticalAlignment="bottom"
  57.             >
  58.         </text>
  59.  
  60.         <text 
  61.             top="302"
  62.             left="20"
  63.             value="Title:"
  64.             verticalAlignment="bottom"
  65.             >
  66.         </text>
  67.  
  68.         <text 
  69.             top="302"
  70.             left="56"
  71.             width="100"
  72.             height="20"
  73.             value="wmpprop:viz.currentEffectTitle"
  74.             verticalAlignment="bottom"
  75.             >
  76.         </text>
  77.  
  78.         <text 
  79.             top="285"
  80.             left="160"
  81.             value="Preset:"
  82.             verticalAlignment="bottom"
  83.             >
  84.         </text>
  85.  
  86.         <text 
  87.             top="285"
  88.             left="210"
  89.             width="100"
  90.             height="20"
  91.             value="wmpprop:viz.currentPreset"
  92.             verticalAlignment="bottom"
  93.             >
  94.         </text>
  95.  
  96.         <text 
  97.             top="302"
  98.             left="160"
  99.             value="Title:"
  100.             verticalAlignment="bottom"
  101.             >
  102.         </text>
  103.  
  104.         <text 
  105.             top="302"
  106.             left="210"
  107.             width="100"
  108.             height="20"
  109.             value="wmpprop:viz.currentPresetTitle"
  110.             verticalAlignment="bottom"
  111.             >
  112.         </text>
  113.     </view>
  114. </theme>
  115.