<?xml version="1.0" encoding="UTF-8"?>

<adat:task 
	xmlns:adat="http://ns.adobe.com/devicecentral/task/" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://ns.adobe.com/devicecentral/task/ adat.xsd "
	
	guid="5cff2c68-96b3-11dc-8314-0800200c9a66" 
	version="1">
	<general>
		<title value="$$$/Bluetooth/Title=Send to Bluetooth Device"/>
		<menuItem value="$$$/Bluetooth/Menu=Send to Bluetooth Device..."/>
		<toolTip value="$$$/Bluetooth/ToolTip=Send to Bluetooth device"/>
		<script path="Bluetooth.jsx"/>
		<icon path="bluetooth.png"/>
		<libraries>
			<library name="Bluetooth" />
		</libraries>
		<toolbar value="true" />
		<localization path="Bluetooth.zstrings" />
	</general>
	
	<dialog width="635" height="340" minWidth="635" minHeight="340">
		<container sizex="scale" layout="horizontal">
			<listBox id="devices" width="485" height="153" sizex="scale" selectable="true">
				<columns>
					<column dataField="selected" columnText="$$$/Bluetooth/UI/SendTo=Send To" width="70" />
					<column dataField="name" columnText="$$$/Bluetooth/UI/Devices=Devices" width="285" />
					<column dataField="type" columnText="$$$/Bluetooth/UI/Type=Type" width="95" />
				</columns>
			</listBox>
			<button id="rescan" onClick="doRescan" width="110" sizex="right">
				<label value="$$$/Bluetooth/UI/Search=Search" />
			</button>
		</container>
		<container sizex="scale" layout="horizontal">
			<fileList id="files" width="485" height="120" sizex="scale" icon="path" >
				<columns>
					<column dataField="filename" columnText="$$$/Bluetooth/UI/FilesToSend=Files to Send" width="120"/>
					<column dataField="path" columnText="$$$/Bluetooth/UI/Path=Path" width="330" />
				</columns>
			</fileList>
			<container sizex="right" layout="vertical">
				<button id="btnAddFile" onClick="doAddFile" width="110">
					<label value="$$$/Bluetooth/UI/AddFile=Add..." />
				</button>
				<button id="btnRemove" onClick="doRemoveFile" width="110">
					<label value="$$$/Bluetooth/UI/RemoveFile=Remove" />
				</button>
			</container>
		</container>
	</dialog>
</adat:task>