File: menubar.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,788 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (55 lines) | stat: -rw-r--r-- 2,261 bytes parent folder | download | duplicates (6)
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>
&nbsp;Manage Users (Ctrl+U) - Add, remove and switch users.<br>
&nbsp;Edit Nutritional Targets (Ctrl+T) - Open a dialog box to set nutritional targets.<br>
&nbsp;Print (Ctrl+P) - Open a dialog box for printing the CRON-o-Meter data.<br>
&nbsp;Quit (Ctrl+Q) - Save data and terminate program.<br><br>
</li>
  <li>Edit - Standard graphical interface editing commands.<br>
&nbsp;Cut (Ctrl+X)<br>
&nbsp;Copy (Ctrl+C)<br>
&nbsp;Copy To - Copy the selected servings to another user.<br>
&nbsp;Paste (Ctrl+V)<br> <br>

</li>
  <li>Reports<br>
&nbsp;Nutrition Report (Ctrl+N) - Produces a report that can be saved as an HTML or text file.<br><br>
</li>
  <li>Food<br>
&nbsp;Add Serving (Ctrl+E) - Opens a dialog box to select and add a food.<br>
&nbsp;Import Food (Ctrl+I) - Reads a file of nutritional information prepared by another CRON-o-meter user.<br>
&nbsp;Create New Food (Ctrl+F) - Allows entering nutritional information for a food that is not in the database.<br>
&nbsp;Create New Recipe (Ctrl+R) - Allows using combinations of foods in the database to create a new food.<br><br>
</li>
  <li>Help<br>
&nbsp;Help (Ctrl+H) - Display this help file<br>
&nbsp;Report a Bug - Opens a web page to report a bug.<br>
&nbsp;Request Features - Opens a web page to request new features.<br>
&nbsp;Release Notes - Tells you what is new in the current release.<br>
&nbsp;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>