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

  1. <?xml version="1.0"?>
  2. <?script href="newtask.js"?/>
  3. <window id="newtask"
  4.     width="400"
  5.     height="250"
  6.     center="true"
  7.     round="true"
  8.     roundx=15
  9.     roundy=15
  10.     vMargin="0" 
  11.     hMargin="0"
  12.     align="stretch"
  13.     bottomisround=true
  14.     title="test"
  15.         
  16. >
  17.  
  18. <titlebar id="" orient="horizontal" height="30" transparent="true" fillmode="1" align="top" image="titlebar.png" vMargin="1"  hMargin="0">
  19.     <spacer width="10" align="left"/>
  20.     <static label="_newtask_title" align="left" width="282"  text-align="left" transparent="true" font-bold="true"  font-family=Tohoma font-size=14  font-color="RGB(0,0,0)"/>
  21.     <spacer width=80/>
  22.     <vbox height=30 transparent="true">
  23.     <spacer height=6/>
  24.     <button align="left" image="window_close.png" width=20 height=20  transparent="true" onclick="newtask.Close()"/>
  25.     </vbox>
  26.     <spacer align="right" width="10"/>
  27. </titlebar>
  28.  
  29. <panel image="background_sub.png" align="stretch"  hMargin="0"  vMargin="0" >
  30.     <panel  orient="vertical"  image="background_sub.png" transparent="true" align="stretch" hMargin="0"  vMargin="0" >
  31.     <spacer height=5/>
  32.     <hbox height="170">
  33.         <panel id="newtaskpanelinfo" style="frame" label=""  align="center"  height="170" width="380" orient="vertical" transparent="true" >
  34.         <spacer height="5"/>
  35.             <hbox>
  36.             <static id="newtaskurl" label="_newtask_label_URL" width="80" text-align="right" font-size="16" font-bond="true" transparent="true"/>
  37.             <spacer width="10" align="left"/>
  38.                 <vbox>
  39.                     <edit id="newtaskurlvalue" lable="" align="center" width="250" height="18" transparent="true" text-align="left" onchange=""/>
  40.                 </vbox>
  41.             </hbox>
  42.         <spacer height="5"/>
  43.     
  44. <spacer height="5"/>
  45.  
  46.  
  47.  
  48.     <hbox height="20">
  49.             <static label="_newtask_label_saveto" transparent="true" width="80" text-align="right"/>
  50.                 <spacer width="10" align="left"/>
  51.                 <vbox>
  52.                     <edit id="newtasksaveto" text="" readonly="true" label="" transparent="true" width="180" height="18" align="center" text-align="left"/>        
  53.                 </vbox>
  54.                 <button id="newtaskpath" label="_newtask_btn_browse" image="button1.png" sizetoimage="true"  transparent="true" border="true"   text-align="center" tooltip-text="_newtask_btn_browse" onclick="getnewtaskpath"/>
  55.     </hbox>
  56.             <spacer height="5"/>
  57.                 <hbox>
  58.                 <spacer width="45"/>
  59.                 <checkbox id="checkrename" label="_newtask_chk_usedefault" image="checkbox.png" sizetoimage="true" width="200" onclick="setupodfile"/>
  60.                 </hbox>
  61.             <spacer height="5"/>
  62.     <hbox>
  63.             <static id="rename" label="_newtask_label_filename" width="80" align="left" text-align="right" transparent="true"/>
  64.             <spacer width="10" align="left"/>
  65.             <vbox>
  66.                 <edit id="newtaskfilename" label=""  height="18" transparent="true" width="250" align="center" text-align="left"/>
  67.             </vbox>
  68.     </hbox>
  69.  
  70. <spacer height="5" align="top"/>
  71.  
  72.     <hbox>
  73.         <spacer align="left" width="30"/>
  74.         <button id="saveasdefault" label="_newtask_btn_savedefault" transparent="true" 
  75.         image="button.png" tooltip-text="_newtask_btn_savedefault" text-align="center" sizetoimage="true" onclick="setdefaultpath"/>
  76.     </hbox>
  77.  
  78. </panel>
  79. </hbox>
  80.  
  81.     
  82.     <hbox align="bottom" height="30">
  83.         <button id="newtaskok"     label="_newtask_btn_ok"  text-align="center" image="button_s.png"  width="70" height="25" align="right" onclick="newtaskok"/>
  84.         <spacer width="10" align="right"/>
  85.         <button id="newtaskcancel" label="_newtask_btn_cancel" text-align="center" image="button_s.png" width="70" height="25" align="right" onclick="newtaskcancel"/>
  86.         <spacer width="20" align="right"/>
  87.     </hbox>
  88.  
  89.     </panel>
  90.     <spacer align="bottom" height=2/>    
  91.     </panel>
  92.  
  93.  
  94. </window>
  95.