home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / temacd / imtoodownyoutube / download-youtube-video.exe / about.xul next >
Text File  |  2007-07-31  |  2KB  |  58 lines

  1.  
  2. <window id="AboutWindow"
  3.         width="400"
  4.         height="300"
  5.         transparent="true"
  6.         title="about"
  7.         round="true"
  8.         roundx=15
  9.         roundy=15
  10.         center="true"
  11.         language_prefix="_"
  12.         vMargin="0" 
  13.         hMargin="0"
  14.         resize="false"
  15.         bottomisround=true
  16. >
  17.     <titlebar  orient="horizontal" align="top" height="30" transparent="true" image="titlebar.png" fillmode="1" vMargin="1" hMargin="0"   >
  18.         <spacer width="10" align="left"/>
  19.         <static id="abouttitle" label="_about_title" align="left" transparent="true" width="362" text-align="left" font-color="RGB(0,0,0)"  font-family=Tahoma font-size=14  font-bold="true"/>
  20.         
  21.         <vbox height=30>
  22.         <spacer height=6/>
  23.         <button align="top" image="window_close.png" height=20 width=20  transparent="true" onclick="AboutWindow.Close()"/>
  24.         </vbox>
  25.         <spacer align="right" width="10"/>
  26.     </titlebar>
  27.  
  28.   <panel align="stretch"  transparent="true"  image="backgroundsub.png" vMargin="0" hMargin="0">
  29.       <panel  align="stretch"  transparent="true" image="background_sub.png" orient="vertical" vMargin="0" hMargin="0">
  30.         <spacer height="10"/>
  31.         <hbox>
  32.             <spacer width="18" align="left"/>
  33.             <static id="back" background-image="upod_about1.jpg" align="left" width="360" height="149" transparent="true"/>
  34.         </hbox>
  35.  
  36.         <hbox>
  37.             <spacer width="20" align="left"/>
  38.             <static id="productname" label="" width="160" text-align="left" transparent="true" font-bond="true"/>
  39.             <static id="productid" label="" width=100" text-align="left" transparent="true"/>
  40.         </hbox>
  41.  
  42.         <hbox>
  43.             <spacer width="20" align="left"/>
  44.             <static  id="" label="Copyright@2006-2008 ImTOO Software Studio, Xilisoft Corporation" text-align="left" transparent="true" width="360"/>
  45.         </hbox>
  46.         <hbox>
  47.             <spacer width="20" align="left"/>
  48.             <link id=url1 text="Xilisoft Corporation" font-underline=true width=300 text-align="left" transparent="true"/>
  49.         </hbox>
  50.         
  51.         
  52.         </panel>
  53.         
  54.         <spacer   align=bottom  height=2 />
  55.     </panel>
  56. </window>
  57.  
  58.