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<meta http-equiv="Content-Style-Type" content="text/css">
7<link href="../../../css/manpage.css" rel="stylesheet" type="text/css">
8<title>View Menu</title>
9</head>
10<body>
11
12<!-- =================================================== -->
13<h1 id="VIEW_MENU">View Menu</h1>
14<p>The view menu relates to the display of sub-windows and layout windows.</p>
15<p class="img">
16    <img src="images/view_menu.gif" alt="View Menu">
17</p>
18
19<ol class="ui">
20    <!-- [表示]→[サブウィンドウ] -->
21    <li>
22        <p>Opens a <a href="../../sub_window/index.html">sub-window</a>.</p>
23        <p class="img">
24            <img src="images/view_subwindow_menu.gif" alt="View &gt; Sub-window">
25        </p>
26    </li>
27
28    <!-- [表示]→[サブウィンドウを隠す] -->
29    <li>
30        <p>Hide all sub-windows.</p>
31    </li>
32
33    <!-- [表示]→[サブウィンドウをスナップする] -->
34    <li>
35        <p>Snaps the window border lines when a sub-window is moved or its size is changed.</p>
36    </li>
37
38    <!-- [表示]→[アウトライン表示] -->
39    <li>
40        <p>Uses an outline display for the layout window pane.</p>
41    </li>
42
43    <!-- [表示]→[ペイン境界線を表示] -->
44    <li>
45        <p>Draws boundary lines for the layout window pane.</p>
46    </li>
47
48    <!-- [表示]→[ズームイン] -->
49    <li>
50        <p>Increases the display magnification of the layout window.</p>
51    </li>
52
53    <!-- [表示]→[ズームアウト] -->
54    <li>
55        <p>Decreases the display magnification of the layout window.</p>
56    </li>
57
58    <!-- [表示]→[ウィンドウ拡大] -->
59    <li>
60        <p>Increases the size of the layout window.</p>
61    </li>
62
63    <!-- [表示]→[ウィンドウ縮小] -->
64    <li>
65        <p>Decreases the size of the layout window.</p>
66    </li>
67
68    <!-- [表示]→[全体表示] -->
69    <li>
70        <p>Restores the display zoom ratio to 100% and changes the size of the layout window so that the entire layout is displayed.</p>
71    </li>
72
73    <!-- [表示]→[選択部分を全体表示] -->
74    <li>
75        <p>Changes the display zoom ratio so that selected panes are entirely displayed in the window.</p>
76    </li>
77
78    <!-- [表示]→[グリッドを表示] -->
79    <li>
80        <p>Displays a grid on the layout window.</p>
81    </li>
82
83    <!-- [表示]→[グリッドに吸着] -->
84    <li>
85        <p>Snaps panes to the grid when they are moved.</p>
86    </li>
87</ol>
88
89<hr><p>CONFIDENTIAL</p></body>
90</html>
91