1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<link href="../../common/main.css" rel="stylesheet" type="text/css" /> 7<title>Main Window</title> 8</head> 9<body> 10<h1>Main Window</h1> 11<p class="img"><img src="images/main_window.png" alt="Main Window" /></p> 12<ol class="ui"> 13 <li>Title Bar 14 <p>Displays the file path of the selected file.<br /> If a file was changed and has not been saved, an asterisk (*) is displayed at the end of the filename.</p> 15 </li> 16 <li><a href="../toolbar/index.html">Toolbar</a><br /> 17 <p>Toolbars are where frequently used menu items are shown together as sets of icons. </p> 18 </li> 19 <li><a href="../menu/index.html">Menu</a><br /> 20 <p>Used to call various features.</p> 21 </li> 22 <li> <a href="../file_view/index.html">File View</a><br /> 23 <p>Displays a list of loaded files and information about those files.</p> 24 </li> 25 <li> <a href="../object_view/index.html">Object View</a><br /> 26 <p>Displays the different types of objects included in loaded files in a variety of ways.</p> 27 </li> 28 <li> Message View<br /> 29 <p>Specific error and warning messages are output to this view.</p> 30 </li> 31 <li> Status Bar<br /> 32 <p>Displays a description of each menu item and file I/O status.</p> 33 </li> 34</ol> 35<hr><p>CONFIDENTIAL</p></body> 36</html> 37