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>Group Management Window</title> 8</head> 9<body> 10<h1 id="GROUP_WINDOW">Group Management Window</h1> 11 12<p>This window manages groups of layouts.</p> 13 14<p class="img"> 15 <img src="images/group_window.gif" alt="Group Management Window"> 16</p> 17 18<ol class="ui"> 19 <!-- =================================================== --> 20 <li> 21 <p><a href="menu/index.html">Menus</a></p> 22 <p>This command menu is for the Group Management Window.</p> 23 </li> 24 25 <!-- =================================================== --> 26 <li> 27 <p>Displays groups in tree format. Displays the type and status of panes belonging to a group using icons.</p> 28 <p>On the <a href="../../layout_window/index.html">Layout window</a>, panes belonging to a group can be selected by selecting a node for that group. You can also select a pane on the <a href="../../layout_window/index.html">Layout window</a>.</p> 29 <p>Double-clicking a pane displays the <a href="../../property/index.html#PROPERTY_WINDOW">Properties window</a>.</p> 30 <p>Right-click an object to display a <a href="02_function_menu.html"><B>Command</B> menu</a> pop-up.</p></p> 31 <table class="toolbar"> 32 <thead> 33 <tr><td colspan=3>Icon</td><td rowspan=2>Description</td></tr> 34 <tr><td width=80 align="center">Normal</td><td width=80 align="center">Locked</td><td width=80 align="center">Hidden</td></tr> 35 </thead> 36 <tbody> 37 <tr> 38 <td class="icon"><img src="images/root_group_icon.gif" alt="RootGroup"></td> 39 <td class="icon">-</td> 40 <td class="icon">-</td> 41 <td>RootGroup</td> 42 </tr> 43 <tr> 44 <td class="icon"><img src="images/group_icon.gif" alt="Groups"></td> 45 <td class="icon">-</td> 46 <td class="icon">-</td> 47 <td>Groups</td> 48 </tr> 49 <tr> 50 <td class="icon"><img src="../images/null_enable_icon.gif" alt="Null pane (normal)"></td> 51 <td class="icon"><img src="../images/null_lock_icon.gif" alt="Null pane (locked)"></td> 52 <td class="icon"><img src="../images/null_hide_icon.gif" alt="Null pane (hidden)"></td> 53 <td>Null Panes</td> 54 </tr> 55 <tr> 56 <td class="icon"><img src="../images/picture_enable_icon.gif" alt="Picture pane (normal)"></td> 57 <td class="icon"><img src="../images/picture_lock_icon.gif" alt="Picture pane (locked)"></td> 58 <td class="icon"><img src="../images/picture_hide_icon.gif" alt="Picture pane (hidden)"></td> 59 <td>Picture Panes</td> 60 </tr> 61 <tr> 62 <td class="icon"><img src="../images/text_enable_icon.gif" alt="Text box pane (normal)"></td> 63 <td class="icon"><img src="../images/text_lock_icon.gif" alt="Text box pane (locked)"></td> 64 <td class="icon"><img src="../images/text_hide_icon.gif" alt="Text box pane (hidden)"></td> 65 <td>Text box pane</td> 66 </tr> 67 <tr> 68 <td class="icon"><img src="../images/window_enable_icon.gif" alt="Window pane (normal)"></td> 69 <td class="icon"><img src="../images/window_lock_icon.gif" alt="Window pane (locked)"></td> 70 <td class="icon"><img src="../images/window_hide_icon.gif" alt="Window pane (hidden)"></td> 71 <td>Window pane</td> 72 </tr> 73 <tr> 74 <td class="icon"><img src="../images/bound_enable_icon.gif" alt="Boundary condition pane (normal)"></td> 75 <td class="icon"><img src="../images/bound_lock_icon.gif" alt="Boundary condition pane (locked)"></td> 76 <td class="icon"><img src="../images/bound_hide_icon.gif" alt="Boundary condition pane (hidden)"></td> 77 <td>Boundary condition pane</td> 78 </tr> 79 </tbody> 80 </table> 81 </li> 82 83 <!-- =================================================== --> 84 <li> 85 <p>Parameter Adjustment Icon</p> 86 <p> 87 Icon that adjusts a pane's parameters.<br> Display/Hide is set by the eye icon on the left.<br> Click the right side of the frame to toggle the lock icon, which enables or disables editing the object. 88 </p> 89 <p> 90 The view mode that can be set using the eye icon is the mode that a designer can use to temporarily hide panes while editing with this tool.<br> <I>The settings made with the eye icon are not reflected in the binary data</I>; in other words, the settings are not reflected in the actual game.<br> During previewing, you can control the behavior by selecting <B>Edit</B> > <B>Tool Environment Settings</B> and selecting the check box next to <B>Display hidden panes as null panes</B>. <em>The settings made with the lock icon are not applied to the binary data either.</em> 91 </p> 92 </li> 93</ol> 94 95<hr><p>CONFIDENTIAL</p></body> 96</html> 97