Annotation of q_a/samples/simpldll/linktest.rc, revision 1.1.1.3

1.1.1.3 ! 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 "linktest.h"
                     15: 
                     16: Menu MENU
                     17: BEGIN
                     18:     POPUP        "&Options"
                     19:       BEGIN
                     20:         MENUITEM    "&CreateThread",   IDM_CREATETHREAD
                     21:         MENUITEM    "DLLFunction&1",   IDM_DLLFUNCTION1
                     22:         MENUITEM    "DLLFunction&2",   IDM_DLLFUNCTION2
                     23:         MENUITEM    "DLLFunction&3",   IDM_DLLFUNCTION3
                     24:         MENUITEM    "DLLFunction&4",   IDM_DLLFUNCTION4
                     25:         MENUITEM    "DLL&DialogBox",   IDM_DLLDIALOGBOX
1.1.1.2   root       26:         MENUITEM    SEPARATOR
                     27:         MENUITEM    "&About..."        IDM_ABOUT
1.1       root       28:       END
                     29: END
1.1.1.2   root       30: 
                     31: 
                     32: About DIALOG 30, 14, 136, 90
                     33: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
                     34: STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU
                     35: CAPTION "About LinkTest"
                     36: FONT 8, "MS Sans Serif"
                     37: BEGIN
                     38:     CTEXT           "Microsoft Developer Support", 104, 0, 63, 136, 8
1.1.1.3 ! root       39:     CTEXT           "Copyright \251 1992-1993 Microsoft Corporation", 105, 0, 74,
1.1.1.2   root       40:                     136, 8
                     41:     LTEXT           "LinkTest Win32 SDK sample ", 103, 40, 25, 95, 8
                     42:     LTEXT           "version 1.0", 106, 40, 35, 95, 8
                     43:     DEFPUSHBUTTON   "OK", IDOK, 95, 6, 40, 14
                     44:     CONTROL         "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2
                     45: END

unix.superglobalmegacorp.com

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