home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
grafika
/
fraktaly
/
wins1821
/
mathtool.rc
< prev
next >
Wrap
Text File
|
1996-02-13
|
521b
|
26 lines
#include "mathtool.h"
MathToolIcon ICON mathtool.ico
#include "coord.dlg"
#include "zoom.dlg"
MathToolsMenu MENU
BEGIN
MENUITEM "E&xit", IDM_EXIT
POPUP "&Image"
BEGIN
MENUITEM "&Grid Map", IDM_MT_GRID
MENUITEM "&Load Image", IDM_MT_LOAD
MENUITEM "&Save Image", IDM_MT_SAVE
END
POPUP "&Boxes"
BEGIN
MENUITEM "&Coordinate Box", IDM_MT_COORD
MENUITEM "&Point Info", IDM_MT_POINT_INFO
END
END