Annotation of mstools/samples/spincube/spintest.rc, revision 1.1.1.1

1.1       root        1: #include <windows.h>
                      2: #include "spintest.h"
                      3: 
                      4: #include "spintest.dlg"
                      5: 
                      6: spintesticon ICON spintest.ico
                      7: 
                      8: Menu MENU
                      9: BEGIN
                     10:     POPUP        "&Options"
                     11:       BEGIN
                     12:         MENUITEM    "&A DlgEdit dialog...", IDM_DLGEDITDIALOG
                     13:         MENUITEM    "&Stats..."             IDM_SPINTESTSTATS
                     14:         MENUITEM    SEPARATOR
                     15:         MENUITEM    "&About..."             IDM_ABOUT
                     16:        END
                     17: END
                     18: 
                     19: 
                     20: About DIALOG 30, 14, 136, 90
                     21: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
                     22: STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU
                     23: CAPTION "About SpinTest"
                     24: FONT 8, "MS Sans Serif"
                     25: BEGIN
                     26:     ICON            "spintesticon", 101, 8, 22, 18, 20
                     27:     CTEXT           "Microsoft Developer Support", 104, 0, 63, 136, 8
                     28:     CTEXT           "Copyright (c) 1992, 1993 Microsoft Corporation", 105, 0, 74,
                     29:                     136, 8
                     30:     LTEXT           "SpinTest Win32 SDK sample ", 103, 40, 25, 95, 8
                     31:     LTEXT           "version 1.0", 106, 40, 35, 95, 8
                     32:     DEFPUSHBUTTON   "OK", IDOK, 95, 6, 40, 14
                     33:     CONTROL         "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2
                     34: END
                     35: 
                     36: 
                     37: Stats DIALOG 150, 94, 160, 100
                     38: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
                     39: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
                     40: CAPTION "Stats"
                     41: FONT 8, "MS Sans Serif"
                     42: BEGIN
                     43:     CONTROL         ":-)", 101, "Spincube", SS_INMOTION, 102, 44, 52, 48
                     44:     LTEXT           "Number of spincubes:", 102, 7, 8, 84, 8
                     45:     LTEXT           "This process : ", 103, 17, 27, 52, 8
                     46:     LTEXT           "System wide : ", 104, 19, 53, 50, 8
                     47:     PUSHBUTTON      "OK", IDOK, 8, 78, 40, 14
                     48:     EDITTEXT        500, 71, 25, 18, 12, ES_AUTOHSCROLL | ES_READONLY
                     49:     EDITTEXT        501, 71, 50, 18, 12, ES_AUTOHSCROLL | ES_READONLY
                     50: END

unix.superglobalmegacorp.com

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