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

  1. <?xml version="1.0"?>
  2. <?script href="settings.js"?/>
  3.  
  4. <window 
  5.         id="settings" 
  6.         width="350"
  7.         height="230"
  8.         orient="vertical"    
  9.         align="stretch" 
  10.         title="settings"
  11.         vMargin="0" 
  12.         hMargin="0"
  13.         center="true"
  14.         round="true"
  15.         roundx=15
  16.         roundy=15
  17.         language_prefix="_"
  18.         resize="false"
  19.         bottomisround=true
  20.  
  21. >
  22.  
  23.   <titlebar id="settingtitle"  transparent="true" image="titlebar.png" height="30" orient="horizontal" align="top" fillmode="1"  vMargin="0" 
  24.     hMargin="0"  >
  25.     <spacer width="10"/>
  26.         <static id="settingtext" label="_setting_title" width="312" transparent="true" text-align="left" font-bold="true" font-family=Tahoma font-size=14 font-color="RGB(0,0,0)"/> 
  27.     
  28.         <vbox height=30>
  29.          <spacer height=6/>
  30.             <button align="top" image="window_close.png" width=20 height=20  onclick="settings.Close()"/>
  31.         </vbox>
  32.        
  33.   </titlebar>
  34.  
  35.   <panel align="stretch" transparent="true"  image="background_sub.png" vMargin="0" hMargin="0">
  36.       <panel  align="stretch"  transparent="true" image="background_sub.png" orient="vertical" vMargin="0" hMargin="0">
  37.              <hbox height="150">
  38.              <spacer width="5"/>
  39.              <panel  height="150" width="340" style="frame" label="" transparent="true" orient="vertical" vMargin="0" hMargin="0">
  40.                      <spacer height="5"/>
  41.                      <hbox height="100" >
  42.                      <spacer width="5"/>
  43.              <panel  height="100" width="330" style="frame" label="_fileinfo_label_general" transparent="true"  orient="vertical" vMargin="0" hMargin="0">
  44.              <spacer height="15"/> 
  45.          <hbox>
  46.             <spacer width="10" align="left"/>
  47.             <checkbox id="showdrop" label="_setting_chk_showdropzone" transparent="true" align="left" width="300" image="checkbox.png" onclick=""/>
  48.              
  49.          </hbox>
  50.                   <spacer height="5"/>
  51.              <hbox>
  52.                 <spacer width="10" align="left"/>
  53.                 <checkbox id="minwindows" label="_setting_chk_miniwindow" transparent="true" align="left" width="300" image="checkbox.png"/>
  54.  
  55.              </hbox>
  56.         
  57.                <spacer height="5"/>
  58.                <hbox>
  59.                      <spacer width="10" align="left"/>
  60.                      <checkbox id="autodelfinishedtask" label="_setting_chk_autodel" image="checkbox.png" transparent="true" width="300" onclick="" />
  61.               </hbox>
  62.              
  63.              <spacer height="5"/>
  64.  
  65.          </panel>
  66.          </hbox>
  67.               
  68.                 <spacer height="5"/>
  69.         
  70.               
  71.               <panel height="40" widht="395" transparent="true" align="vertical">
  72.               
  73.              <hbox>
  74.                       <spacer width="10" align="left"/>
  75.                       <static id="" label="_setting_label_maxsimutask" text-align="left" transparent="true" width="200"/>
  76.                       <vbox>
  77.                       <editspin id="setting_spin" width="60" height="20" min="1" max="10" value="6" 
  78.                        readonly="true" scroll-up="spinbtn_up.png" scroll-down="spinbtn_down.png" align="left"  transparent="true" onchange=""/>
  79.                       </vbox>
  80.              </hbox>
  81.              </panel>
  82.           
  83.              </panel>
  84.          </hbox>
  85.  
  86.     
  87.         <hbox align="bottom" height="30">
  88.                      <button id="settingok" label="_setting_btn_save" image="button_s.png" sizetoimage="true" align="right" onclick="settingsok"/>
  89.                      <spacer width="10" align="right"/>
  90.                      <button id="settingcancel" label="_setting_btn_cancel"  image="button_s.png" sizetoimage="true" align="right" onclick="settingscancel"/>
  91.                      <spacer width="20" align="right"/>
  92.         </hbox>
  93.        </panel>
  94.        <spacer align="bottom" height=2/>
  95.        </panel>
  96.        
  97.    
  98.      
  99. </window>