1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Layout Window</title> 8</head> 9<body> 10<h1 id="LAYOUT_WINDOW">Layout Window</h1> 11 12<p>The Layout Window is a workspace used to edit layouts.</p> 13 14<p class="img"> 15 <img src="images/layout_window.gif" alt="Layout Window"> 16</p> 17 18<ol class="ui"> 19 <!-- =================================================== --> 20 <li> 21 <p>Workspace for layouts. You can arrange panes to create layouts.</p> 22 </li> 23 24 <!-- =================================================== --> 25 <li> 26 <p>Panes such as picture panes and window panes.</p> 27 <p>Panes surrounded by red borders are selected panes. Locked panes are surrounded by a blue border.</p> 28 </li> 29 30 <!-- =================================================== --> 31 <li> 32 <p>Frame area</p> 33 <p>This area is used when displaying the layout on the screen.</p> 34 <p>Displays the Safety Frame guide, using the color that was selected when the Safety Frame was specified for render in <a href="../dialog/environment.html">Tool Environment Settings</a>.</p> 35 </li> 36 37 <!-- =================================================== --> 38 <li> 39 <p>The coordinates of the current location of the mouse cursor are displayed.</p> 40 </li> 41 42 <!-- =================================================== --> 43 <li> 44 <p>Displays information about the selected pane.</p> 45 <p>The pane name, display location, and coordinate offsets when moving the pane are displayed, starting from the left.</p> 46 </li> 47 48 <!-- =================================================== --> 49 <li> 50 <p>Displays the current operating mode of the mouse.</p> 51 <dl class="enum"> 52 <dt>Idling</dt><dd>The mouse is not doing anything (idling).</dd> 53 <dt>Selecting</dt><dd>The mouse is being dragged to specify an area.</dd> 54 <dt>Tweaking</dt><dd>The mouse is dragging a pane.</dd> 55 <dt>ViewTrans</dt><dd>The SPACEBAR is pressed, and the mouse is moving the display area of the <B>Layout</B> window.</dd> 56 <dt>MakeHierarchy</dt><dd>The mouse is setting parent-child hierarchy relationships among panes.</dd> 57 <dt>BrakeHierarchy</dt><dd>The mouse is disbanding parent-child hierarchy relationships among panes.</dd> 58 </dl> 59 </li> 60 61 <!-- =================================================== --> 62 <li> 63 <p>Whether the translation of the parent pane is reflected in the child pane is indicated with the icon.<br> This setting can be toggled in <B>Pane</B> > <B>Apply Parent Translations to Children</B>.<br> <strong>In addition, the settings can be temporarily reversed by pressing CTRL.</strong> 64 </p> 65 <p class="img"><img src="images/relative_move_icon.gif"> Parent pane translation is applied to child panes.</p> 66 <p class="img"><img src="images/relative_nomove_icon.gif"> Parent pane translation is not applied to child panes.</p> 67 </li> 68 69 <!-- =================================================== --> 70 <li> 71 <p>Displays the current display zoom ratio. The display zoom ratio can be selected from a combo box.</p> 72 </li> 73 74 <!-- =================================================== --> 75 <li> 76 <p>The display zoom ratio can be changed using a slider.</p> 77 </li> 78 79 <!-- =================================================== --> 80 <li> 81 <p>Zoom In and Zoom Out buttons.</p> 82 <p>These can change the display zoom ratio.</p> 83 </li> 84 85 <!-- =================================================== --> 86 <li> 87 <p>Shows the location of the origin of the layout.</p> 88 <p>Coordinates take positive values to the upper right of the origin.</p> 89 </li> 90</ol> 91 92<hr><p>CONFIDENTIAL</p></body> 93</html> 94