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>Toolbars</title> 8</head> 9<body> 10 11<!-- =================================================== --> 12<h1 id="TOOLBAR">Toolbars</h1> 13 14<!-- =================================================== --> 15<table class="toolbar"> 16 <caption><img src="images/toolbarCtr.gif" alt="Toolbars"></caption> 17 <thead> 18 <tr><td>Button</td><td>Corresponding Menu Item</td><td>Operation</td></tr> 19 </thead> 20 <tbody> 21 <!-- [File] --> 22 <tr> 23 <td class="icon"><img src="images/project_add.gif" alt="Project"></td> 24 <td>New > Project</td> 25 <td>Creates a new project.</td> 26 </tr> 27 <tr> 28 <td class="icon"><img src="images/file_open.gif" alt="[Open File]"></td> 29 <td><B>File</B> → <B>Open</B></td> 30 <td>Opens the file.</td> 31 </tr> 32 <tr> 33 <td class="icon"><img src="images/file_save.gif" alt="<B>Save</B>"></td> 34 <td>[File]->[Overwrite save]</td> 35 <td>Overwrite-saves the selected file.</td> 36 </tr> 37 <tr> 38 <td class="icon"><img src="images/file_save_all_to.gif" alt="[Save all]"></td> 39 <td>[File] -> [Save all]</td> 40 <td>Saves all files in the location specified.</td> 41 </tr> 42 <tr> 43 <td class="icon"><img src="images/file_save_all.gif" alt="[Overwrite Save]"></td> 44 <td>[File] -> [Overwrite Save]</td> 45 <td>Saves all files.</td> 46 </tr> 47 <tr> 48 <td class="icon"><img src="images/file_save_binary.gif" alt="[Binary Save]"></td> 49 <td>[File]->[Binary Save]</td> 50 <td>Converts a file to binary and then saves it.</td> 51 </tr> 52 <tr> 53 <td class="icon"><img src="images/edit_undo.gif" alt="[Undo]"></td> 54 <td><B>Edit</B> → <B>Undo</B></td> 55 <td>Restores to a pre-edited state.</td> 56 </tr> 57 <tr> 58 <td class="icon"><img src="images/edit_redo.gif" alt="[Redo]"></td> 59 <td><B>Edit</B> → <B>Redo</B></td> 60 <td>Redoes a single edit that was undone.</td> 61 </tr> 62 <!-- [View] --> 63 <tr> 64 <td class="icon"><img src="images/view_property.gif" alt="[Property Window]"></td> 65 <td>[Display] -> Property Window]</td> 66 <td>Displays the property window.</td> 67 </tr> 68 <!-- [Preview] --> 69 <tr> 70 <td class="icon"><img src="images/preview_change_connection.gif" alt="[Connect to Viewer] ([Disconnect from Viewer])"></td> 71 <td>[Preview] -> [Connect to Viewer] ([Disconnect from Viewer])</td> 72 <td>Starts connection to Viewer. (If connected, terminates the connection).</td> 73 </tr> 74 <tr> 75 <td class="icon"><img src="images/preview_camera_focus.gif" alt="[Focus camera when selecting object]"></td> 76 <td>[Preview] -> [Focus camera when selecting object]</td> 77 <td>Focuses the camera when object is being selected.</td> 78 </tr> 79 <!-- [Help] --> 80 <tr> 81 <td class="icon"><img src="images/help_help.gif" alt="Help"></td> 82 <td><B>Help</B> → <B>Help</B></td> 83 <td>Opens the help file.</td> 84 </tr> 85 </tbody> 86</table> 87 88<hr><p>CONFIDENTIAL</p></body> 89</html> 90