Annotation of mstools/samples/ddeml/server/server.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 "server.h"
                     15: 
                     16: server ICON server.ico
                     17: 
                     18: ServerMenu MENU
                     19: BEGIN
                     20:     POPUP               "&Options"
                     21:     BEGIN
                     22:         MENUITEM        "&Change Data",                  IDM_CHANGEDATA
                     23:         MENUITEM        "Data Render &Delay...",         IDM_RENDERDELAY
                     24:         MENUITEM        "Set &Topic...",                 IDM_SETTOPIC
                     25:         MENUITEM        "Set &Server...",                IDM_SETSERVER
                     26:         MENUITEM        "Set Context &Filter...",        IDM_CONTEXT
                     27:         MENUITEM        "&Use Appowned handles",         IDM_APPOWNED
                     28:         MENUITEM        SEPARATOR
                     29:         MENUITEM        "&Runaway Active",               IDM_RUNAWAY
                     30:         MENUITEM        "&Block all callbacks",          IDM_BLOCKALLCBS
                     31:         MENUITEM        "&Enable all callbacks",         IDM_UNBLOCKALLCBS
                     32:         MENUITEM        "Enable &one callback",          IDM_ENABLEONECB
                     33:         MENUITEM        "Block all after &next callback",IDM_BLOCKNEXTCB
                     34:         MENUITEM        "&Terminate service on next callback",   IDM_TERMNEXTCB
                     35:     END
                     36:     MENUITEM            "&About...",                     IDM_ABOUT
                     37: END
                     38: 
                     39: 
                     40: STRINGTABLE
                     41: BEGIN
                     42: 
                     43: IDS_BADLENGTH      , "Invalid length value string.  Reenter or cancel."
                     44: 
                     45: END
                     46: #include "server.dlg"

unix.superglobalmegacorp.com

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