﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   plaxoWait.box

****************************************************************************
   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
****************************************************************************

      Copyright (c) 2004-2005 America Online, Inc.  All rights reserved.
      This software contains valuable confidential and proprietary
      information of America Online, Inc. and is subject to applicable
      licensing agreements.  Unauthorized reproduction, transmission or
      distribution of this file and its contents is a violation of
      applicable laws.

            A M E R I C A   O N L I N E   C O N F I D E N T I A L

****************************************************************************
-->

<!DOCTYPE window SYSTEM "box://plaxoApp/resources/plaxoStrings.dtd">

<?import href="box://boxelyToolkit/content/gadgets.box"?>
<?import href="box://plaxoApp/content/plaxoToolkit.box"?>

<aolDialog translucent="true" chromeless="false"
        xmlns="http://www.aol.com/boxely/box.xsd"
        xmlns:s="http://www.aol.com/boxely/style.xsd"
        xmlns:on="http://www.aol.com/boxely/reaction.xsd"
        icon="box://imApp/resources/runningman_small.png"
        title="&plaxoStrings.plaxoWait.title;"
        id="plaxoWaitBox" 
        s:overflow="scroll"
        s:left="cursor_right_top" 
        s:height="80"
        s:width="260"
        style="plaxoWaitDialog"
		>
   
    <script id="main" language="jscript" href="box://plaxoApp/content/plaxoWait.js"/>

	<reaction event="constructed" action="plaxoWait_onConstructed();"/>
	<reaction event="close" action="plaxoWait_onClose();"/>
	<reaction event="keyPress" keyCode="ESCAPE" action="scene.close();"/>

	<vbox s:flex="1" s:stroke="#464646" s:strokeWidth="1" >
		<hbox s:flex="1" s:margin="-1 1 1 1" s:vAlign="center" s:padding="4" >
			<image id="wait" s:marginLeft="2" src="box://plaxoApp/theme/images/wait.gif" />
			<spacer s:width="6" />
			<aolLabel id="waitText" value="" accReadText="true" />
	</hbox>
		<plaxoBigProgressBar id="waitProgress" max="100" min="0" s:height="10" collapsed="true"/>
	</vbox>
</aolDialog>
