﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   install.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"?>

<window 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"
        id="install" 
		s:flex="1"
		collapsed="true"
		>
   
	<reaction event="keyPress" keyCode="ESCAPE" action="scene.close();"/>

	<hbox id="pageContent" s:flex="1" s:margin="20 0 0 0" >
		<vbox s:margin="0 0 0 20">
			<hbox>
				<!--image src="box://plaxoApp/theme/images/plaxo_install1.png" /-->
				<vbox s:marginLeft="10">
					<text s:margin="10 0 0 2" style="plaxoInstallHdr" value="&plaxoStrings.setupWizard.install.header;" accValue="&plaxoStrings.setupWizard.install.bulletAll;" accReadText="true" s:fontBold="true"/>
					<vbox s:margin="5 0 5 2">
						<plaxoBullet2 first="&plaxoStrings.setupWizard.install.bullet1;" second="" />
						<plaxoBullet2 first="&plaxoStrings.setupWizard.install.bullet2;" second="" />
						<plaxoBullet2 first="&plaxoStrings.setupWizard.install.bullet3;" second="" />
					</vbox>
				</vbox>
			</hbox>
      
			<hbox style="plaxoInstallBack" s:marginTop="10" >
				<radioBox id="installPlaxo" s:orient="vertical" style="prefGroupStyle" >
					<plaxoRadioButton s:marginLeft="5" label="&plaxoStrings.setupWizard.install.radio1;" value="0" s:width="250*" />
					<plaxoRadioButton s:marginLeft="5" selected="true" label="&plaxoStrings.setupWizard.install.radio2;" value="1" />
					<reaction event="attributeSet" attributeName="value" action="onInstallToggled();" />
				</radioBox>
			</hbox>
		</vbox>
	</hbox>
</window>