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 >
Wrap
Extensible Markup Language
|
2007-07-26
|
4KB
|
99 lines
<?xml version="1.0"?>
<?script href="settings.js"?/>
<window
id="settings"
width="350"
height="230"
orient="vertical"
align="stretch"
title="settings"
vMargin="0"
hMargin="0"
center="true"
round="true"
roundx=15
roundy=15
language_prefix="_"
resize="false"
bottomisround=true
>
<titlebar id="settingtitle" transparent="true" image="titlebar.png" height="30" orient="horizontal" align="top" fillmode="1" vMargin="0"
hMargin="0" >
<spacer width="10"/>
<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)"/>
<vbox height=30>
<spacer height=6/>
<button align="top" image="window_close.png" width=20 height=20 onclick="settings.Close()"/>
</vbox>
</titlebar>
<panel align="stretch" transparent="true" image="background_sub.png" vMargin="0" hMargin="0">
<panel align="stretch" transparent="true" image="background_sub.png" orient="vertical" vMargin="0" hMargin="0">
<hbox height="150">
<spacer width="5"/>
<panel height="150" width="340" style="frame" label="" transparent="true" orient="vertical" vMargin="0" hMargin="0">
<spacer height="5"/>
<hbox height="100" >
<spacer width="5"/>
<panel height="100" width="330" style="frame" label="_fileinfo_label_general" transparent="true" orient="vertical" vMargin="0" hMargin="0">
<spacer height="15"/>
<hbox>
<spacer width="10" align="left"/>
<checkbox id="showdrop" label="_setting_chk_showdropzone" transparent="true" align="left" width="300" image="checkbox.png" onclick=""/>
</hbox>
<spacer height="5"/>
<hbox>
<spacer width="10" align="left"/>
<checkbox id="minwindows" label="_setting_chk_miniwindow" transparent="true" align="left" width="300" image="checkbox.png"/>
</hbox>
<spacer height="5"/>
<hbox>
<spacer width="10" align="left"/>
<checkbox id="autodelfinishedtask" label="_setting_chk_autodel" image="checkbox.png" transparent="true" width="300" onclick="" />
</hbox>
<spacer height="5"/>
</panel>
</hbox>
<spacer height="5"/>
<panel height="40" widht="395" transparent="true" align="vertical">
<hbox>
<spacer width="10" align="left"/>
<static id="" label="_setting_label_maxsimutask" text-align="left" transparent="true" width="200"/>
<vbox>
<editspin id="setting_spin" width="60" height="20" min="1" max="10" value="6"
readonly="true" scroll-up="spinbtn_up.png" scroll-down="spinbtn_down.png" align="left" transparent="true" onchange=""/>
</vbox>
</hbox>
</panel>
</panel>
</hbox>
<hbox align="bottom" height="30">
<button id="settingok" label="_setting_btn_save" image="button_s.png" sizetoimage="true" align="right" onclick="settingsok"/>
<spacer width="10" align="right"/>
<button id="settingcancel" label="_setting_btn_cancel" image="button_s.png" sizetoimage="true" align="right" onclick="settingscancel"/>
<spacer width="20" align="right"/>
</hbox>
</panel>
<spacer align="bottom" height=2/>
</panel>
</window>