Wed 28 Aug 21:38:52 CEST 2024

This commit is contained in:
sbosse 2024-08-28 21:41:42 +02:00
parent 4dfc119976
commit 9b55f04143

View File

@ -0,0 +1,31 @@
<html><head>
<title>SimNDT - File Menu</title></head>
<body>
<p><img src=":/document-new.png">
<b>File | New</b>
Create a new simulation file.
</p>
<p><img src=":/document-open.png">
<b>File | Open</b>
Open an existing simulation file.
</p>
<p><img src=":/document-save.png">
<b>File | Save</b>
Save the current simulation.
</p>
<p><img src=":/document-save-as.png">
<b>File | Save As</b>
Save as the current simulation
</p>
<p><img src=":/close.png">
<b>File | Quit</b>
Terminate the program. You will be
given the chance to save any unsaved changes.
</p>
<hr>
<p>
If there are
numbered simulation files, these are recently opened files. Choosing one of them
will cause it to be opened and to become the current simulation.
</p>
</body></html>