File:  [WindowsNT SDKs] / q_a / samples / spincube / spintest.rc
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:29:21 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, HEAD
Microsoft Windows NT Build 328 10-12-1992

#include <windows.h>
#include "spintest.h"

#include "spintest.dlg"

spintesticon ICON spintest.ico

Menu MENU
BEGIN
    POPUP        "&Options"
      BEGIN
        MENUITEM    "&A DlgEdit dialg...", IDM_DLGEDITDIALOG
        MENUITEM    SEPARATOR
        MENUITEM    "&About..."            IDM_ABOUT
       END
END


About DIALOG 30, 14, 136, 90
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU
CAPTION "About SpinTest"
FONT 8, "MS Sans Serif"
BEGIN
    ICON            "spintesticon", 101, 8, 22, 18, 20
    CTEXT           "Microsoft Developer Support", 104, 0, 63, 136, 8
    CTEXT           "Copyright (c) 1992 Microsoft Corporation", 105, 0, 74,
                    136, 8
    LTEXT           "SpinTest Win32 SDK sample ", 103, 40, 25, 95, 8
    LTEXT           "version 1.0", 106, 40, 35, 95, 8
    DEFPUSHBUTTON   "OK", IDOK, 95, 6, 40, 14
    CONTROL         "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2
END

unix.superglobalmegacorp.com

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