Annotation of mstools/samples/showdib/showdib.rc, revision 1.1

1.1     ! root        1: #include "windows.h"
        !             2: #include "showdib.h"
        !             3: #include "showdib.dlg"
        !             4: 
        !             5: SHOWICON ICON showdib.ico
        !             6: 
        !             7: showdib MENU
        !             8:      BEGIN
        !             9:          POPUP "&File"
        !            10:                BEGIN
        !            11:                    MENUITEM "&Open...",             IDM_OPEN
        !            12:                    MENUITEM "&Save...",             IDM_SAVE
        !            13:                    MENUITEM "&Print",               IDM_PRINT
        !            14:                    MENUITEM SEPARATOR
        !            15:                    MENUITEM "E&xit",                IDM_EXIT
        !            16:                    MENUITEM SEPARATOR
        !            17:                    MENUITEM "&About ShowDIB ...",   IDM_ABOUT
        !            18:                END
        !            19:           POPUP "&Options"
        !            20:                BEGIN
        !            21:                    MENUITEM "&Update Colors",        IDM_UPDATECOL
        !            22:                    MENUITEM "&Hide Changes",         IDM_NOUGLY
        !            23:                    MENUITEM "&DIB to Screen",        IDM_DIBSCREEN
        !            24:                    MENUITEM "&Memory DIBs",          IDM_MEMORYDIB
        !            25:                    MENUITEM "&Transparent",          IDM_TRANSPARENT
        !            26: 
        !            27:                    MENUITEM SEPARATOR
        !            28:                    MENUITEM "&Paste DIB",            IDM_PASTEDIB
        !            29:                    MENUITEM "&Paste DDB",            IDM_PASTEDDB
        !            30:                    MENUITEM "&Paste Palette",        IDM_PASTEPAL
        !            31:                    MENUITEM "&Copy",                 IDM_COPY
        !            32:                END
        !            33: 
        !            34:           POPUP "&Animate"
        !            35:                BEGIN
        !            36:                     MENUITEM "Steal Colors",           IDM_STEALCOL
        !            37:                    MENUITEM "Off",             IDM_ANIMATE0
        !            38:                    MENUITEM "5",               IDM_ANIMATE5
        !            39:                    MENUITEM "50",              IDM_ANIMATE50
        !            40:                    MENUITEM "100",             IDM_ANIMATE100
        !            41:                    MENUITEM "200",             IDM_ANIMATE200
        !            42:                    MENUITEM "LongTime",        IDM_ANIMATE201
        !            43:                END
        !            44:      END

unix.superglobalmegacorp.com

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