Annotation of mstools/samples/rpc/mandel/mandel.rc, revision 1.1.1.1

1.1       root        1: #include "windows.h"
                      2: #include "mandel.h"
                      3: 
                      4: RPC_ICON ICON rpc.ico
                      5: 
                      6: MandelMenu MENU
                      7: BEGIN
                      8:     POPUP        "&Special"
                      9:     BEGIN
                     10:         MENUITEM "&Zoom in", IDM_ZOOMIN
                     11:         MENUITEM "Zoom &out", IDM_ZOOMOUT
                     12:         MENUITEM "&Back to top", IDM_TOP
                     13:         MENUITEM "&Redraw", IDM_REDRAW
                     14:         MENUITEM SEPARATOR
                     15:         MENUITEM "&Continuous", IDM_CONTINUOUS
                     16:         MENUITEM "E&xit", IDM_EXIT
                     17:     END
                     18:     POPUP        "&Buffer"
                     19:     BEGIN
                     20:         MENUITEM "1 Line",  IDM_1LINE
                     21:         MENUITEM "2 Lines",  IDM_2LINES
                     22:         MENUITEM "4 Lines",  IDM_4LINES
                     23:         MENUITEM "8 Lines",  IDM_8LINES
                     24:         MENUITEM "16 Lines",  IDM_16LINES
                     25:         MENUITEM "32 Lines",  IDM_32LINES
                     26:     END
                     27:     POPUP        "&Help"
                     28:     BEGIN
                     29:         MENUITEM "&About Mandelbrot...", IDM_ABOUT
                     30:     END
                     31: END
                     32: 
                     33: AboutBox DIALOG 22, 17, 144, 105
                     34: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
                     35: CAPTION "About Mandelbrot"
                     36: BEGIN
                     37:     CTEXT "Microsoft Windows NT Operating System"  -1, 0,  5, 144,  8
                     38:     CTEXT "Microsoft RPC Version 1.0 Alpha"        -1, 0, 14, 144,  8
                     39:     CTEXT "Mandelbrot Sample Program Version 0.9a"  -1, 0, 23, 144,  8
                     40:     CONTROL "RPC_ICON", 104, "static", SS_ICON | WS_CHILD, 18, 43, 16, 21
                     41:     DEFPUSHBUTTON "OK"          IDOK,      53, 89,  32, 14,      WS_GROUP
                     42: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.