﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   sharing.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="sharing" 
		s:flex="1"
		collapsed="true"
		>
   
	<reaction event="keyPress" keyCode="ESCAPE" action="scene.close();"/>
	
	<hbox id="pageContent" s:flex="1" s:marginTop="5" s:maxWidth="auto">

		<spacer s:width="20" />

		<vbox s:flex="1" s:margin="0 20 0 0">		

			<!--aolMultilineStatic id="sharingHeader" s:fontSize="24px" s:fontBold="true" accReadText="true" value="&plaxoStrings.label.additional;" /-->
			<aolMultilineStatic plaintext="true" id="sharingText" s:fontSize="12px" />

			<vbox s:overflow="scroll" s:maxHeight="auto" s:maxWidth="auto" id="membersBox" s:flex="1" s:stroke="#CBD0D6" s:strokeWidth="1" s:margin="5 0 0 0" s:padding="1 1 1 10">
				
			</vbox>
			
			<hbox>
				<hbox id="testBox">
				<radioBox id="checkActivate" s:orient="vertical" style="prefGroupStyle" >
					<plaxoRadioButton s:marginTop="0" label="&plaxoStrings.setupWizard.sharing.yes;" value="0" s:width="250*" fsize="12px" />
					<plaxoRadioButton s:marginTop="-8" label="&plaxoStrings.setupWizard.sharing.no;" value="1" fsize="12px" />
					<reaction event="attributeSet" attributeName="value" action="onSharingToggled();" />
				</radioBox>
				</hbox>
				<spacer s:flex="1"/>
			</hbox>
		</vbox>
	</hbox>
	
</window>
