home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / temacd / imtoodownyoutube / download-youtube-video.exe / popup.xul < prev    next >
Extensible Markup Language  |  2007-07-25  |  1KB  |  51 lines

  1. <?xml version="1.0"?>
  2.  
  3. <window 
  4.     id="popwin" 
  5.     title="Testing Xul frames" 
  6.     orient="vertical"
  7.     align="left" 
  8.     language_prefix="_"
  9.     resize="false"
  10.     systitle="false"
  11.     width=48
  12.     height=48
  13.     
  14.     round="false"
  15.     bottomisround = false
  16.     IsTop="true"
  17.     ondropfile="windropfile"
  18.     hMargin = 0
  19.     vMargin = 0
  20.     nomove="false"
  21.     movewindow="true"
  22.     noparent="true"
  23.     alpha = 120
  24.     onmousehover = "winhover"
  25.     onmouseleave = "winleave"
  26.     onrightclick="droppopup.dropmenupopupbar.dropmenupopup.Popup()"
  27.     
  28.     >
  29.     
  30.     <panel id="panel1"  image="work.png" height=48 width=48  transparent="true" hMargin=0 vMargin=0>
  31.         <hbox height="12" > 
  32.             
  33.             <static id="task1" label="" transparent="true" height="12" width=20 font-color="RGB(135,75,39)" align="right" text-align="right" />
  34.             <spacer width=5 align="right"/>
  35.         </hbox>
  36.         
  37.            <hbox height=18 align="left">
  38.            <spacer width=2/>
  39.         <curveline id="curveline2" align="top"  height="20" width=40 linenum=50 transparent="true" background-color="RGB(247,28,23)" foreground-color="RGB(0,255,0)" left-to-right="true"/>
  40.         <spacer width=3 />
  41.         </hbox>
  42.         
  43.         <hbox align="top" height=15 >
  44.         <spacer width=5/>
  45.         <static id="speed1" label="0k" transparent="true" height="15" width=40 font-color="RGB(76,76,76)" align="top" text-align="top"/>
  46.         </hbox>
  47.         
  48.     </panel>    
  49.     <static id="panel2" align="bottom" height=1/>    
  50.  
  51. </window>