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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<HTML>
<head><title>File menu</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic4"></A><CENTER>
<A HREF="dlged.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="dlged6.htm#topic3"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="dlged6.htm#topic3"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="dlged8.htm#topic5"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H3>File menu</H3>
<P>
<TABLE>
<TR><TD VALIGN=TOP>
New dialog
</TD>
<TD VALIGN=TOP>
Creates a new dialog resource.
</TD></TR>
<TR><TD VALIGN=TOP>
New project
</TD>
<TD VALIGN=TOP>
Creates a new project (clears index and resets project name).
</TD></TR>
<TR><TD VALIGN=TOP>
Open
</TD>
<TD VALIGN=TOP>
Opens an existing resource file.
</TD></TR>
<TR><TD VALIGN=TOP>
Save
</TD>
<TD VALIGN=TOP>
Saves the current resources.
</TD></TR>
<TR><TD VALIGN=TOP>
Save As...
</TD>
<TD VALIGN=TOP>
Saves the current resources in a named file.
</TD></TR>
<TR><TD VALIGN=TOP>
Clear
</TD>
<TD VALIGN=TOP>
Clears the current resources.
</TD></TR>
<TR><TD VALIGN=TOP>
Exit
</TD>
<TD VALIGN=TOP>
Exits the program.
</TD></TR>
</TABLE>
<P>
</BODY></HTML>
|