<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!-- MENU-LOCATION=NONE -->
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<HEAD>
<!--
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2006 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.
**************************************************************************/
-->
<TITLE><MMString:loadString id="Commands/EditPDF/title" /></TITLE>
<script language="javascript" src="../Shared/Common/Scripts/dwscripts.js"></script>
<script language="javascript" src="../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<SCRIPT LANGUAGE="javascript" SRC="../Shared/MM/Scripts/CMN/DOM.js"></SCRIPT>
<script language="javascript" src="EditPDF.js"></script>

</HEAD>
<body onLoad="initializeUI()">
<form name="theForm">
  <table border="0">
    <tr valign="baseline">
      <td align="right" nowrap><MMString:loadString id="Commands/EditPDF/text/Filename" /></td>
      <td align="left" nowrap>&nbsp;<span name="fileName" style="width:300px;"></span></td>
    </tr>
    <tr valign="baseline">
      <td colspan="2" align="right" nowrap height="8"></td>
    </tr>
    <tr valign="baseline">
      <td align="right" valign="top" nowrap><MMString:loadString id="Commands/EditPDF/text/Size" /></td>
      <td align="left" nowrap>
	        <table>
          <tr>
            <td align="right" nowrap><MMString:loadString id="Commands/EditPDF/text/Width" /></td>
            <td width="44" align="left" valign="baseline">
              <input name="width" type="text" id="width" onBlur="widthSet()" size="6">            </td>
            <td align="left" valign="baseline">
              <select name="widthselector" id="widthselector" onChange="widthSelectorChange()">
                <option value="pixels" selected><MMString:loadString id="Commands/EditPDF/option/pixels/Pixels" /></option>
                <option value="percent"><MMString:loadString id="Commands/EditPDF/option/percent/Percent" /></option>
              </select>            </td>
            <!--td width="144" align="left" valign="baseline">
              <input name="resetsize" type="button" onClick="resetSize()" value="Reset Size">            </td-->
          </tr>
          <tr>
            <td align="right" nowrap><MMString:loadString id="Commands/EditPDF/text/Height" /></td>
            <td align="left" valign="baseline">
              <input name="height" type="text" id="height" onBlur="heightSet()" size="6">            </td>
            <td align="left" valign="baseline">
              <select name="heightselector" id="heightselector" onChange="heightSelectorChange()">
                <option value="pixels" selected><MMString:loadString id="Commands/EditPDF/option/pixels/Pixels" /></option>
                <option value="percent"><MMString:loadString id="Commands/EditPDF/option/percent/Percent" /></option>
              </select>            </td>
          </tr>
          <tr>
            <td></td>
            <td colspan="3" align="left" nowrap>
<input name="constraint" type="checkbox" id="constraint2" value="constrain" checked>
<MMString:loadString id="Commands/EditPDF/checkbox/constraint/Constrain" /></td>
          </tr>
        </table>
	  </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap>&nbsp;</td>
      <td align="left" nowrap>&nbsp;</td>
    </tr>
  </table>

</form>
</body>
</html>

