﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   plaxoWizard.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"?>
<?import href="box://plaxoApp/content/gadget/bblGrid.box"?>
<?import href="box://aimToolkit/content/gadgets.box"?>
<?import href="box://aimToolkit/theme/toolkit.box"?>

<aimWindow translucent="true" chromeless="true"
        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"
        title="&plaxoStrings.setupWizard.title;"
        id="plaxoWizard" 
		resizable="true"
        s:overflow="scroll"
        s:left="cursor_right_top" 
        s:height="363*"
		s:minHeight="363*"
        s:width="511*"
		s:minWidth="511*"
		style="plaxoWizardBack"
		on:initialized="onInitialized();"
		s:opacity="0"
		minimizable="false" 
		maximizable="false"
		>
   
    <script id="main" language="jscript" href="box://plaxoApp/content/plaxoWizard.js"/>

	<reaction event="constructed" action="onConstructed();"/>
	<reaction event="presented" action="onPresented();" />
	<reaction event="keyPress" keyCode="ESCAPE" action="onCancel();"/>
	<reaction event="close" action="onSceneClose();"/>
	<reaction event="keyPress" keyCode="ENTER" action="toolkit:AcceptDialog"/>

	<vbox id="frame" s:flex="1" s:margin="0 0 0 0" style="plaxoWizardHeader">

		<!-- Header Display Area -->
		<hbox id="header" >
				<aolLabel id="wizardHeaderText" value="" style="wizardHeaderText"/>

				<spacer s:flex="1" />

				<hbox id="headerProgressBox">
					<aolLabel id="headerProgressText" value="" style="headerProgressLabel" />
					<plaxoProgressBar id="headerProgress" s:margin="5 10 5 4" max="3" value="1" />
					<spacer style="plaxoProgSeparatorStyle" s:width="1" s:height="13" s:position="fixed" s:zIndex="2" s:right="48" s:top="6"/>
					<spacer style="plaxoProgSeparatorStyle" s:width="1" s:height="13" s:position="fixed" s:zIndex="2" s:right="86" s:top="6"/>
				</hbox>

		</hbox>
		
		<spacer s:height="1" s:fill="#C9C9CB" s:margin="0 10 0 10"/>
		
		<!-- Main Content Area -->
		<hbox id="mainArea" s:flex="1" s:maxHeight="auto" s:maxWidth="auto" s:overflow="scroll" s:margin="0 10 0 10" style="wizardContentBack">
			<hbox id="content" s:flex="1" s:margin="1"  />
		</hbox>
		
		<!-- Command Bar Footer -->
		<hbox id="footer" s:margin="1" s:padding="3 0 3 0" s:hAlign="center" s:vAlign="center">
			<plaxoPowerBy img="box://plaxoApp/theme/images/plaxo_logo.png" s:marginLeft="8" on:command="shell.plaxo.launchPlaxoUrl('support/getting_started/aim?src=aim.CardsUI');"/>
			<spacer s:flex="2" />
			<aolButton id="back" label="&plaxoStrings.wizard.back;" on:command="onBack();" accesskey="&plaxoStrings.wizard.back_accessKey;" />
			<aolButton id="next" label="&plaxoStrings.wizard.next;" on:command="onNext();" s:marginRight="10" defaultButton="true" accesskey="&plaxoStrings.wizard.next_accessKey;" />
			<aolButton id="next_nodefault" label="&plaxoStrings.wizard.next;" on:command="onNext();" s:marginRight="10" accesskey="&plaxoStrings.wizard.next_accessKey;" collapsed="true" />
			<spacer s:flex="3" />
			<aolButton id="cancel" label="&plaxoStrings.generic.cancel;" on:command="onCancel();" s:marginRight="10" accesskey="&plaxoStrings.generic.cancel_accessKey;" />
		</hbox>
	</vbox>

</aimWindow>
