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 >
Wrap
Extensible Markup Language
|
2007-07-27
|
4KB
|
95 lines
<?xml version="1.0"?>
<?script href="newtask.js"?/>
<window id="newtask"
width="400"
height="250"
center="true"
round="true"
roundx=15
roundy=15
vMargin="0"
hMargin="0"
align="stretch"
bottomisround=true
title="test"
>
<titlebar id="" orient="horizontal" height="30" transparent="true" fillmode="1" align="top" image="titlebar.png" vMargin="1" hMargin="0">
<spacer width="10" align="left"/>
<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)"/>
<spacer width=80/>
<vbox height=30 transparent="true">
<spacer height=6/>
<button align="left" image="window_close.png" width=20 height=20 transparent="true" onclick="newtask.Close()"/>
</vbox>
<spacer align="right" width="10"/>
</titlebar>
<panel image="background_sub.png" align="stretch" hMargin="0" vMargin="0" >
<panel orient="vertical" image="background_sub.png" transparent="true" align="stretch" hMargin="0" vMargin="0" >
<spacer height=5/>
<hbox height="170">
<panel id="newtaskpanelinfo" style="frame" label="" align="center" height="170" width="380" orient="vertical" transparent="true" >
<spacer height="5"/>
<hbox>
<static id="newtaskurl" label="_newtask_label_URL" width="80" text-align="right" font-size="16" font-bond="true" transparent="true"/>
<spacer width="10" align="left"/>
<vbox>
<edit id="newtaskurlvalue" lable="" align="center" width="250" height="18" transparent="true" text-align="left" onchange=""/>
</vbox>
</hbox>
<spacer height="5"/>
<spacer height="5"/>
<hbox height="20">
<static label="_newtask_label_saveto" transparent="true" width="80" text-align="right"/>
<spacer width="10" align="left"/>
<vbox>
<edit id="newtasksaveto" text="" readonly="true" label="" transparent="true" width="180" height="18" align="center" text-align="left"/>
</vbox>
<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"/>
</hbox>
<spacer height="5"/>
<hbox>
<spacer width="45"/>
<checkbox id="checkrename" label="_newtask_chk_usedefault" image="checkbox.png" sizetoimage="true" width="200" onclick="setupodfile"/>
</hbox>
<spacer height="5"/>
<hbox>
<static id="rename" label="_newtask_label_filename" width="80" align="left" text-align="right" transparent="true"/>
<spacer width="10" align="left"/>
<vbox>
<edit id="newtaskfilename" label="" height="18" transparent="true" width="250" align="center" text-align="left"/>
</vbox>
</hbox>
<spacer height="5" align="top"/>
<hbox>
<spacer align="left" width="30"/>
<button id="saveasdefault" label="_newtask_btn_savedefault" transparent="true"
image="button.png" tooltip-text="_newtask_btn_savedefault" text-align="center" sizetoimage="true" onclick="setdefaultpath"/>
</hbox>
</panel>
</hbox>
<hbox align="bottom" height="30">
<button id="newtaskok" label="_newtask_btn_ok" text-align="center" image="button_s.png" width="70" height="25" align="right" onclick="newtaskok"/>
<spacer width="10" align="right"/>
<button id="newtaskcancel" label="_newtask_btn_cancel" text-align="center" image="button_s.png" width="70" height="25" align="right" onclick="newtaskcancel"/>
<spacer width="20" align="right"/>
</hbox>
</panel>
<spacer align="bottom" height=2/>
</panel>
</window>