Annotation of mstools/samples/mltithrd/mltithrd.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: #define OEMRESOURCE
                     15: 
                     16: #include <windows.h>
                     17: #include "mltithrd.h"
                     18: 
                     19: APPICON ICON mltithrd.ico
                     20: 
                     21: MainMenu MENU
                     22: BEGIN
                     23:     POPUP  "&Mltithrd"
                     24:     BEGIN
                     25:         MENUITEM  "&Bounce",        MM_BOUNCE
                     26:         MENUITEM  SEPARATOR
                     27:         MENUITEM  "&About Mltithrd...", MM_ABOUT
                     28:     END
                     29: 
                     30:     POPUP "&Window"
                     31:     BEGIN
1.1.1.2 ! root       32:         MENUITEM  "&Cascade",       IDM_CASCADE
        !            33:         MENUITEM  "&Tile",          IDM_TILE
        !            34:         MENUITEM  "Arrange &Icons", IDM_ARRANGE
1.1       root       35:     END
                     36: END
                     37: 
                     38: AboutBox DIALOG 16, 16, 192, 96
                     39: STYLE DS_MODALFRAME | WS_CAPTION | WS_VISIBLE
                     40: CAPTION "About Mltithrd"
                     41: BEGIN
                     42:     CTEXT "Microsoft Windows"     -1,       0,  8, 192,  8
                     43:     CTEXT "Mltithrd Application"      -1,       0, 24, 192,  8
                     44:     CTEXT "Version 0.01"          -1,       0, 40, 192,  8
                     45:     DEFPUSHBUTTON "OK!",    IDOK,          71, 60,  50, 14
                     46: END

unix.superglobalmegacorp.com

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