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 >
Wrap
Extensible Markup Language
|
2007-07-25
|
1KB
|
51 lines
<?xml version="1.0"?>
<window
id="popwin"
title="Testing Xul frames"
orient="vertical"
align="left"
language_prefix="_"
resize="false"
systitle="false"
width=48
height=48
round="false"
bottomisround = false
IsTop="true"
ondropfile="windropfile"
hMargin = 0
vMargin = 0
nomove="false"
movewindow="true"
noparent="true"
alpha = 120
onmousehover = "winhover"
onmouseleave = "winleave"
onrightclick="droppopup.dropmenupopupbar.dropmenupopup.Popup()"
>
<panel id="panel1" image="work.png" height=48 width=48 transparent="true" hMargin=0 vMargin=0>
<hbox height="12" >
<static id="task1" label="" transparent="true" height="12" width=20 font-color="RGB(135,75,39)" align="right" text-align="right" />
<spacer width=5 align="right"/>
</hbox>
<hbox height=18 align="left">
<spacer width=2/>
<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"/>
<spacer width=3 />
</hbox>
<hbox align="top" height=15 >
<spacer width=5/>
<static id="speed1" label="0k" transparent="true" height="15" width=40 font-color="RGB(76,76,76)" align="top" text-align="top"/>
</hbox>
</panel>
<static id="panel2" align="bottom" height=1/>
</window>