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

  1.     <?xml version="1.0"?>
  2.     <window id="special"
  3.     width=270
  4.     height=120
  5.  
  6.     align="stretch" 
  7.     center="true"
  8.     round="true"
  9.     roundx=15
  10.     roundy=15
  11.     vMargin="0" 
  12.     hMargin="0"
  13.     resize="true"
  14.     bottomisround=true    
  15.     IsTop="true"
  16.     >  
  17.   
  18.     <titlebar  orient="horizontal"  height="30" transparent="true" image="titlebar.png" fillmode=1  vMargin="0" hMargin="0" align="top">
  19.     <spacer width="5" align="left"/>
  20.     <static id=specialtitle label="" transparent="true"  align="left"  width="238" text-align="left" font-color="RGB(0,0,0)"  font-family=Tahoma font-size=14 font-bold="true"/>
  21.     <vbox height=30>
  22.         <spacer height=6/>
  23.         <button align="top" image="window_close.png" height=20 width=20  transparent="true" onclick="specialmsgcancel"/>
  24.     </vbox>
  25.     <spacer align="right" width="5"/>
  26.     </titlebar>
  27.         
  28.     <panel image="background_sub.png" align="stretch" vMargin=0 hMargin=0>
  29.     <panel  align="stretch"  transparent="true" image="msg.png" vMargin=0 hMargin=0>
  30.         <spacer height=10/>
  31.         <hbox height=40>
  32.         <static id="msginfo" mutiline="true"  transparent="true" label="" width=250 align="left" text-align="center"/>
  33.         </hbox>
  34.         <spacer height=5/>
  35.         <hbox>
  36.              <spacer width=50"/>
  37.              <button image="button_s.png" sizetoimage="true" label="_flvmain_btn_ok" transparent="true" onclick="specialmsgok"/>
  38.              <spacer width=10/>
  39.              <button image="button_s.png" sizetoimage="true" label="_flvmain_btn_cancel" transparent="true" onclick="specialmsgcancel"/>
  40.         </hbox>
  41.     </panel>
  42.     <spacer height=2 align=bottom/>
  43.     </panel>
  44.  
  45.  
  46. </window>
  47.  
  48.