Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.2 KiB

#include "windows.h"
#include "mandel.h"
CubeIcon ICON font.ico
MandelMenu MENU
BEGIN
Popup "&File"
BEGIN
MENUITEM "&Open Region..." IDM_OPENFILE
MENUITEM "&Save Region..." IDM_SAVEFILE
MENUITEM SEPARATOR
MENUITEM "Save &Image..." IDM_SAVETEX
END
Popup "&Options"
BEGIN
MENUITEM "Gray Ramp" IDM_GRAYRAMP
MENUITEM "Gray Band" IDM_GRAYBAND
MENUITEM "Color Bands" IDM_COLORBANDS CHECKED
MENUITEM "Copper" IDM_COPPER
MENUITEM SEPARATOR
MENUITEM "RotReset" IDM_ROTRESET
MENUITEM SEPARATOR
MENUITEM "Stop" IDM_DONTMOVE CHECKED
MENUITEM "In" IDM_ROTATEUP
MENUITEM "Out" IDM_ROTATEDOWN
MENUITEM SEPARATOR
MENUITEM "Slow" IDM_SLOW CHECKED
MENUITEM "Moderate" IDM_MED
MENUITEM "Fast" IDM_FAST
END
Popup "&Position"
BEGIN
MENUITEM "Reset" IDM_RESET_POS
MENUITEM "Previous" IDM_PREV_POS
END
END