1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>About CRON-o-Meter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<h2>Menu Bar</h2>
<img src="menu1.png" width="279" height="45" alt="Menu"><br><br>
The menu bar has the following functions:
<ul>
<li>File<br>
Manage Users (Ctrl+U) - Add, remove and switch users.<br>
Edit Nutritional Targets (Ctrl+T) - Open a dialog box to set nutritional targets.<br>
Print (Ctrl+P) - Open a dialog box for printing the CRON-o-Meter data.<br>
Quit (Ctrl+Q) - Save data and terminate program.<br><br>
</li>
<li>Edit - Standard graphical interface editing commands.<br>
Cut (Ctrl+X)<br>
Copy (Ctrl+C)<br>
Copy To - Copy the selected servings to another user.<br>
Paste (Ctrl+V)<br> <br>
</li>
<li>Reports<br>
Nutrition Report (Ctrl+N) - Produces a report that can be saved as an HTML or text file.<br><br>
</li>
<li>Food<br>
Add Serving (Ctrl+E) - Opens a dialog box to select and add a food.<br>
Import Food (Ctrl+I) - Reads a file of nutritional information prepared by another CRON-o-meter user.<br>
Create New Food (Ctrl+F) - Allows entering nutritional information for a food that is not in the database.<br>
Create New Recipe (Ctrl+R) - Allows using combinations of foods in the database to create a new food.<br><br>
</li>
<li>Help<br>
Help (Ctrl+H) - Display this help file<br>
Report a Bug - Opens a web page to report a bug.<br>
Request Features - Opens a web page to request new features.<br>
Release Notes - Tells you what is new in the current release.<br>
About - Programming credits<br></li>
</ul>
<!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a></div>
</body>
</html>
|