Annotation of mstools/samples/gdidemo/gdidemo.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: 
                     14: #include <windows.h>
                     15: #include "gdidemo.h"
                     16: 
                     17: 
                     18: APPICON ICON gdidemo.ico
                     19: 
                     20: rcinclude gdidemo.dlg
                     21: 
                     22: 
                     23: APPMENU MENU
                     24: BEGIN
                     25:     POPUP "&Demo"
                     26:     BEGIN
                     27:         MENUITEM "&PolyBezier"      , IDM_DEMO_POLYBEZIER
                     28:         MENUITEM "&XForm"           , IDM_DEMO_XFORM
                     29:         MENUITEM "&Maze"            , IDM_DEMO_MAZE
                     30:         MENUITEM "&Random Objects"  , IDM_DEMO_DRAW
                     31:         MENUITEM "&Bouncing Ball"   , IDM_DEMO_BOUNCE
                     32:     END
                     33:     POPUP "&Arrange"
                     34:     BEGIN
                     35:         MENUITEM "&Cascade"         , IDM_WINDOW_CASCADE
                     36:         MENUITEM "&Tile"            , IDM_WINDOW_TILE
                     37:         MENUITEM "&Icons"           , IDM_WINDOW_ICON
                     38:     END
                     39:     POPUP "\a&Help"
                     40:     BEGIN
                     41:         MENUITEM "&About..."        , IDM_HELP_ABOUT
                     42:     END
                     43: END

unix.superglobalmegacorp.com

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