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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<HTML>
<head><title>Command toolbar</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic7"></A><CENTER>
<A HREF="dlged.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="dlged5.htm#commands"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="dlged9.htm#topic6"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="dlged11.htm#topic8"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Command toolbar</H2>
<P>
The command toolbar consists of the following tools:<P>
<TABLE>
<TR><TD VALIGN=TOP>
<img src="new.gif"></A>
</TD>
<TD VALIGN=TOP>
Clears the project.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="open.gif"></A>
</TD>
<TD VALIGN=TOP>
Opens an existing resource file.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="save.gif"></A>
</TD>
<TD VALIGN=TOP>
Saves the current resources.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="vert.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the centre of the selected items horizontally.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="alignt.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the top sides of the selected items horizontally.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="alignb.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the bottom sides of the selected items horizontally.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="horiz.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the centre of the selected items vertically.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="alignl.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the left sides of the selected items vertically.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="alignr.gif"></A>
</TD>
<TD VALIGN=TOP>
Aligns the right sides of the selected items vertically.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="copysize.gif"></A>
</TD>
<TD VALIGN=TOP>
Copies the size of the first selected item to the subsequently selected item(s).
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="tofront.gif"></A>
</TD>
<TD VALIGN=TOP>
Puts the selected item(s) to the front of the display list.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="toback.gif"></A>
</TD>
<TD VALIGN=TOP>
Puts the selected item(s) to the back of the display list.
</TD></TR>
<TR><TD VALIGN=TOP>
<img src="help.gif"></A>
</TD>
<TD VALIGN=TOP>
Invokes Dialog Editor help.
</TD></TR>
</TABLE>
<P>
</BODY></HTML>
|