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>Pane Menu</title>
9</head>
10<body>
11
12<!-- =================================================== -->
13<h1 id="OBJECT_MENU">Pane Menu</h1>
14<p>The menu is mainly for creating panes and setting properties.</p>
15<p class="img">
16    <img src="images/object_menu.gif" alt="Object Menu">
17</p>
18
19<ol class="ui">
20    <!-- [オブジェクト]→[ペイン作成] -->
21    <li>
22        <p>Creates a new pane.</p>
23        <p class="img">
24            <img src="images/object_pane_menu.gif" alt="Object &gt; Create pane">
25        </p>
26        <p>Picture panes cannot be created from this menu. Be sure to create picture panes on the <a href="../../sub_window/texture.html">Texture Management Window</a>.</p>
27    </li>
28
29    <!-- [オブジェクト]→[親子設定] -->
30    <li>
31        <p>Changes the mouse operation mode to that for setting parent-child hierarchical relationships for panes. The status bar display changes to &quot;MakeHierarchy.&quot;</p>
32        <p>Parent-child relationships can be set by selecting a parent pane by left-clicking the mouse and holding down the left mouse button while aligning the mouse cursor with a child pane and then releasing the left mouse button.</p>
33    </li>
34
35    <!-- [オブジェクト]→[親子解除] -->
36    <li>
37        <p>Changes the mouse operation mode to that for disbanding pane parent-child hierarchies. The status bar display changes to &quot;BreakHierarchy.&quot;</p>
38        <p>Parent-child hierarchies can be disbanded by selecting a parent pane and holding down the left mouse button while aligning the mouse cursor with a child pane and then releasing the left mouse button.</p>
39    </li>
40
41    <!-- [オブジェクト]→[親の平行移動操作を子に影響させる] -->
42    <li>
43        <p>Links the movements of panes in parent-child hierarchical relationships.</p>
44    </li>
45
46    <!-- [オブジェクト]→[調整点のドラッグでサイズを調整する] -->
47    <li>
48        <p>Changes how big the pane is by adjusting the size using the mouse.</p>
49        <p>Left-click and drag to adjust the pane, choosing to adjust either the <B>size </B>or the <B>scale </B>.</p>
50    </li>
51
52    <!-- [オブジェクト]→[グループを作成] -->
53    <li>
54        <p>Creates a group from selected panes.</p>
55    </li>
56    <!-- [オブジェクト]→[グループを編集] -->
57    <li>
58        <p>Edits the group information of the selected panes.<br> Displays the <a href="../../dialog/panegroupedit.html">Pane Group Edit dialog</a>.<br> (Can be specified if one or more groups exist in the layout.)</p>
59    </li>
60
61    <!-- [オブジェクト]→[選択ペインをロック] -->
62    <li>
63        <p>Locks selected panes.</p>
64    </li>
65
66    <!-- [オブジェクト]→[ロックをすべて解除] -->
67    <li>
68        <p>Unlocks all panes.</p>
69    </li>
70
71    <!-- [オブジェクト]→[ロックしたペインを隠す] -->
72    <li>
73        <p>Hides locked panes.</p>
74    </li>
75
76    <!-- [オブジェクト]→[エリアペインをロック] -->
77    <li>
78        <p>Locks boundary condition panes.</p>
79    </li>
80
81    <!-- [オブジェクト]→[選択ペインを隠す] -->
82    <li>
83        <p>Hides selected panes.</p>
84    </li>
85
86    <!-- [オブジェクト]→[隠したペインをすべて表示] -->
87    <li>
88        <p>Displays all hidden panes.</p>
89    </li>
90
91    <!-- [オブジェクト]→[隠したペインをロック] -->
92    <li>
93        <p>Locks hidden panes.</p>
94    </li>
95
96    <!-- [オブジェクト]→[プロパティ] -->
97    <li>
98        <p>Displays the <a href="../../property/index.html">Property Window</a>.</p>
99    </li>
100</ol>
101
102<hr><p>CONFIDENTIAL</p></body>
103</html>
104