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

1.1.1.2 ! root        1: 
        !             2: //-----------------------------------------------------------------------------
        !             3: // This is a part of the Microsoft Source Code Samples. 
        !             4: // Copyright (C) 1993 Microsoft Corporation.
        !             5: // All rights reserved. 
        !             6: //  
        !             7: // This source code is only intended as a supplement to 
        !             8: // Microsoft Development Tools and/or WinHelp documentation.
        !             9: // See these sources for detailed information regarding the 
        !            10: // Microsoft samples programs.
        !            11: //-----------------------------------------------------------------------------
        !            12: 
1.1       root       13: #include "windows.h"
                     14: #include "showdib.h"
                     15: #include "showdib.dlg"
                     16: 
                     17: SHOWICON ICON showdib.ico
                     18: 
                     19: showdib MENU
                     20:      BEGIN
1.1.1.2 ! root       21:           POPUP "&File"
1.1       root       22:                BEGIN
1.1.1.2 ! root       23:                     MENUITEM "&Open...",             IDM_OPEN
        !            24:                     MENUITEM "&Save...",             IDM_SAVE
        !            25:                     MENUITEM "&Print",               IDM_PRINT
        !            26:                     MENUITEM SEPARATOR
        !            27:                     MENUITEM "E&xit",                IDM_EXIT
        !            28:                     MENUITEM SEPARATOR
        !            29:                     MENUITEM "&About ShowDIB ...",   IDM_ABOUT
1.1       root       30:                END
                     31:           POPUP "&Options"
                     32:                BEGIN
1.1.1.2 ! root       33:                     MENUITEM "&Update Colors",        IDM_UPDATECOL
        !            34:                     MENUITEM "&Hide Changes",         IDM_NOUGLY
        !            35:                     MENUITEM "&DIB to Screen",        IDM_DIBSCREEN
        !            36:                     MENUITEM "&Memory DIBs",          IDM_MEMORYDIB
        !            37:                     MENUITEM "&Transparent",          IDM_TRANSPARENT
        !            38: 
        !            39:                     MENUITEM SEPARATOR
        !            40:                     MENUITEM "&Paste DIB",            IDM_PASTEDIB
        !            41:                     MENUITEM "&Paste DDB",            IDM_PASTEDDB
        !            42:                     MENUITEM "&Paste Palette",        IDM_PASTEPAL
        !            43:                     MENUITEM "&Copy",                 IDM_COPY
1.1       root       44:                END
                     45: 
                     46:           POPUP "&Animate"
                     47:                BEGIN
1.1.1.2 ! root       48:                     MENUITEM "Steal Colors",    IDM_STEALCOL
        !            49:                     MENUITEM "Off",             IDM_ANIMATE0
        !            50:                     MENUITEM "5",               IDM_ANIMATE5
        !            51:                     MENUITEM "50",              IDM_ANIMATE50
        !            52:                     MENUITEM "100",             IDM_ANIMATE100
        !            53:                     MENUITEM "200",             IDM_ANIMATE200
        !            54:                     MENUITEM "LongTime",        IDM_ANIMATE201
1.1       root       55:                END
                     56:      END

unix.superglobalmegacorp.com

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