File:  [WindowsNT SDKs] / mstools / samples / sdktools / winat / winat.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

#include "windows.h"
#include "WINAT.h"

WINAT ICON WINAT.ICO

BUTTONUPDEF BITMAP updef.bmp  // default or regular state of button
BUTTONUPDEP BITMAP updep.bmp  // pushed state of button

BUTTONDOWNDEF BITMAP downdef.bmp  // default or regular state of button
BUTTONDOWNDEP BITMAP downdep.bmp  // pushed state of button

WINAT MENU
BEGIN
    POPUP        "&File"
    {
        MENUITEM "&Select Computer...",         IDM_SELECTCOMPUTER
        MENUITEM SEPARATOR
        MENUITEM "E&xit",                       IDM_EXIT
    }
    POPUP        "&Help"
    {
        MENUITEM "&Contents",                   IDM_HELPCONTENTS
        MENUITEM "&Search for Help On...",      IDM_HELPSEARCH
        MENUITEM "&How to Use Help",            IDM_HELPHELP
        MENUITEM SEPARATOR
        MENUITEM "&About Command Scheduler...", IDM_ABOUT
    }
END


; Bring in the dialogs:
RCINCLUDE WINAT.DLG

; Bring in the version stamping information:
RCINCLUDE WINAT.RCV

unix.superglobalmegacorp.com

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