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

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:     END
                     24:     POPUP        "&Help"
                     25:     BEGIN
                     26:         MENUITEM "&About Mandelbrot...", IDM_ABOUT
                     27:     END
                     28: END
                     29: 
                     30: AboutBox DIALOG 22, 17, 144, 105
                     31: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
                     32: CAPTION "About Mandelbrot"
                     33: BEGIN
                     34:     CTEXT "Microsoft Windows NT Operating System"  -1, 0,  5, 144,  8
                     35:     CTEXT "Microsoft RPC Version 1.0 Alpha"        -1, 0, 14, 144,  8
                     36:     CTEXT "Mandelbrot Sample Program Version 0.9a"  -1, 0, 23, 144,  8
                     37:     CONTROL "RPC_ICON", 104, "static", SS_ICON | WS_CHILD, 18, 43, 16, 21
                     38:     DEFPUSHBUTTON "OK"          IDOK,      53, 89,  32, 14,      WS_GROUP
                     39: END

unix.superglobalmegacorp.com

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