<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
 * ***** BEGIN LICENSE BLOCK *****
 *
 * Version: MPL 1.1
 *
 * The contents of this file are subject to the Mozilla Public License Version
 * 1.1 (the "License"); you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 * the specific language governing rights and limitations under the License.
 *
 * The Original Code is main_menu.htm
 *
 * The Initial Developer of the Original Code is Peter Johnson
 * (http://www.delphidabbler.com/).
 *
 * Portions created by the Initial Developer are Copyright (C) 2005-2009 Peter
 * Johnson. All Rights Reserved.
 *
 * ***** END LICENSE BLOCK *****
-->
<html>
  <head>
    <title>
      Main Menu
    </title>
    <meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
    <link rel="stylesheet" href="../css/codesnip.css" type="text/css">
  </head>
  <body>
    <h1>
      <a name="main_menu"></a>Main Menu
    </h1>
    <p>
      The main menu contains the following items. Click an item for information
      about the menu contents.
    </p>
    <table class="menu" cellspacing="1" cellpadding="0">
      <tr>
        <td class="mainitem">
          <a href="menu_file.htm">File</a>
        </td>
        <td class="desc">
          Save snippets and units, print snippets and exit the program.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_edit.htm">Edit</a>
        </td>
        <td class="desc">
          Clipboard and selection actions.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_view.htm">View</a>
        </td>
        <td class="desc">
          Navigation, tab selection and information.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_search.htm">Search</a>
        </td>
        <td class="desc">
          Search the database by text, compiler or cross-reference. Also
          allows manual selection of displayed snippets.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_database.htm">Database</a>
        </td>
        <td class="desc">
          Edit, save, backup and restore the user database, update the main
          database on-line and test compile snippets.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_tools.htm">Tools</a>
        </td>
        <td class="desc">
          Configruation, bug reporting and registration.
        </td>
      </tr>
      <tr>
        <td class="mainitem">
          <a href="menu_help.htm">Help</a>
        </td>
        <td class="desc">
          Help file, web links, license, copyright, donations and
          acknowledgements.
        </td>
      </tr>
    </table>
  </body>
</html>