<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   closePrompt.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) 2006 AOL LLC.  All rights reserved.
//      This software contains valuable confidential and proprietary
//      information of AOL LLC. 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 O L   C O N F I D E N T I A L

****************************************************************************
-->

<!DOCTYPE window SYSTEM "box://imApp/resources/bl.dtd">


<?import href="box://aimToolkit/content/gadgets.box"?>
<?import href="box://aimToolkit/theme/toolkit.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/imWindowIconSmall.png"
        nativeIcon="box://imApp/resources/aim.ico"
        title="&BL.closePrompt.Title;"
        id="closePrompt"
        name="closePrompt" 
        s:overflow="scroll"
        s:left="cursor_right_top" 
        s:height="&BL.closePrompt.Height;"
        s:width="&BL.closePrompt.Width;">
        
    <script id="main" language="jscript" href="box://imApp/content/bl/closePrompt.js"/>

    <vbox s:vAlign="center" accDescription="&BL.closePrompt.Header; &BL.closePrompt.Prompt;" >
        <hbox s:hAlign="start">
            <aolLabel value="&BL.closePrompt.Header;" s:marginLeft="22" s:fontSize="14px" s:fontBold="true" />
        </hbox>
		<spacer s:height="10"/>
        <hbox s:hAlign="center" s:flex="1" >
            <aolMultilineStatic value="&BL.closePrompt.Prompt;" s:fontSize="12px" s:wordwrap="true" multiline="true" />
        </hbox>
        <hbox s:hAlign="center">
            <image src="box://imApp/resources/trayarea.png"/>
        </hbox>
		<spacer s:height="25"/>
        <hbox s:hAlign="center">
            <aolButton label="&BL.closePrompt.Close;" defaultButton="true" on:command="onClose();" />
        </hbox>
		<spacer s:height="10"/>
		<hbox s:hAlign="start">
            <aolCheckButton id="doNotShowCheckBox" toggled="false" label="&BL.closePrompt.DoNotShow;" s:marginLeft="22" />
        </hbox>
    </vbox>
</aolDialog>
