<!-- MENU-LOCATION=NONE -->
<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 11.5//dialog">
<!--

 ADOBE CONFIDENTIAL
 ___________________

  Copyright 2010 Adobe Systems Incorporated
  All Rights Reserved.

 NOTICE:  All information contained herein is, and remains
 the property of Adobe Systems Incorporated and its suppliers,
 if any.  The intellectual and technical concepts contained
 herein are proprietary to Adobe Systems Incorporated and its
 suppliers and may be covered by U.S. and Foreign Patents,
 patents in process, and are protected by trade secret or copyright law.
 Dissemination of this information or reproduction of this material
 is strictly forbidden unless prior written permission is obtained
 from Adobe Systems Incorporated.
-->
<html xmlns:MMString="http://www.adobe.com/schemes/data/string/">
<head>
<title>
<MMString:LoadString id="NAF/configureAppSettings/dialog/title" />
</title>
<script type="text/javascript" src="../Shared/Common/Scripts/dwscripts.js"></script>
<script type="text/javascript" src="../Shared/Common/Scripts/ListControlClass.js"></script>
<script type="text/javascript" src="../Shared/UltraDev/Scripts/ReservedWords.js"></script>
<script type="text/javascript" src="../NativeAppFramework/NativeAppCommon.js"></script>
<script type="text/javascript" src="../NativeAppFramework/NativeAppSetup.js"></script>
<!-- Remove the following SCRIPT tag if you are modifying this file for your own use. -->
<script  type="text/javascript" src="../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<!-- End removal area. -->
<link href="../fields.css" rel="stylesheet" type="text/css">
<link href="../Styles/NativeAppFrameworkSetup.css" rel="stylesheet" type="text/css">
<body onLoad="initializeUI()">
<form>
  <label> 
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/bundleId/label" />:</span>
	<span class="rightColControls">
    	<input type="text" id="bundleId" maxlength="64" />
    </span>
  </label>
  <label>
	<span class="leftColLabels"></span>
	<span class="rightColControls explanationText">
		<MMString:loadString id="NAF/configureAppFrameworks/bundleFormat/explanation" />
  	</span>
  </label>
  <label>
	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/appName/label" />:</span>
	<span class="rightColControls">
		<input id="appName" type="text"  />
	</span>
  </label>
  <div class="oneLine">
  <label id="authorGroup"> 
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/author/label" />:</span>
	<span class="rightColControls">
    	<input type="text" maxlength="256" id="author" />
    </span>
    </label>
    <label id="versionGroup">
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/version/label" />:</span>
	<span class="rightColControls">
    	<input type="text" maxlength="10" id="version" />
    </span>
  </label>
  </div>
  <label>
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/iconPath/label" />:</span>
	<span class="rightColControls">
    	<input type="text" id="iconPath" class="fileBrowser" />
        <input type="image" onClick="browseForFile('iconPath', 'PNG')" src="../Shared/MM/Images/folderButton.png" width="15" height="14" MMString:alt="tooltip/browseForFile">
        <span class="explanationText"><MMString:loadString id="Behaviors/Actions/Check_Plugin/text/optional" /></span>
    </span>
  </label>
  <label id="startupScreenGroup" >
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/startupScreenPath/label" />:</span>
	<span class="rightColControls">
        <input type="text" id="startupScreenPath" class="fileBrowser" />
        <input type="image" onClick="browseForFile('startupScreenPath', 'PNG')" src="../Shared/MM/Images/folderButton.png" width="15" height="14" MMString:alt="tooltip/browseForFile">
        <span class="explanationText"><MMString:loadString id="Behaviors/Actions/Check_Plugin/text/optional" /></span>
    </span>
  </label>
  <label>
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/targetPath/label" />:</span>
	<span class="rightColControls">
        <input type="text" id="targetPath" class="fileBrowser" />
        <input type="image" onClick="browseForFolder('targetPath')" src="../Shared/MM/Images/folderButton.png" width="15" height="14" MMString:alt="tooltip/browseForFile">
    </span>
  </label>
  <div class="sectionBreak">
  <span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/selectTargetVersion/label" /></span>
	<span class="rightColControls">
    <hr class="midlineRule">
    </span>
  </div>
  <label id="androidTargetGroup">
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/targetOSAndroid/label" />:</span>
	<span class="rightColControls">
        <select id="targetOSAndroid" class="targetOS"></select>
        <input id="installAndroidSDK" type="submit" MMString:value="NAF/configureAppFrameworks/manageAVDs/button" onClick="lanuchAndroidSDKManager();">
  	</span>
  </label>
  <label id="iPhoneTargetGroup">
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/targetOSiPhone/label" />:</span>
	<span class="rightColControls">
        <select id="targetOSiPhone" class="targetOS"></select>
   	</span>
  </label>
  <label id="iPadTargetGroup">
  	<span class="leftColLabels"><MMString:loadString id="NAF/configureAppSettings/targetOSiPad/label" />:</span>
	<span class="rightColControls">
        <select id="targetOSiPad" class="targetOS"></select>
   	</span>
  </label>
</form>
</body>
</html>
