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>Main Window</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="MAIN_WINDOW">Main Window</h1>
13
14<p class="img">
15	<img src="images/main_window.gif" alt="Main Window">
16</p>
17
18<ol class="ui">
19	<li>
20		Title Bar<br> Displays the file path of the selected file. If a file was changed and not saved, an asterisk (*) is added to the displayed filename.
21	</li>
22
23	<li>
24		<a href="../menu/index.html">Menu</a><br> Used to call various features.
25	</li>
26
27	<li>
28		<a href="../toolbar/index.html">Tool Bar</a><br> Allows you to run certain menu commands with buttons.
29	</li>
30
31	<li>
32		<a href="../project/index.html">Docking Area</a>。<br> A <B>Project Window</B> can be docked to this area for display.<BR> Multiple <B>Project Windows</B> can be docked and detached as tags.
33	</li>
34
35	<li>
36		Message View<br> Specific error and warning messages are output to this view.
37	</li>
38
39	<li>
40		Status Bar<br> Displays a description of each menu item and file I/O status.
41	</li>
42</ol>
43
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46