File:  [OS/2 SDKs] / pmsdk / samples / bmap / bmap.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:13 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1988, HEAD
Microsoft OS/2 SDK PM 08-08-1988

/*
   Resource file for BMAP
   Created by Microsoft Corp., 1988
*/
#include <os2.h>
#include "bmap.h"
 
 
POINTER ID_BMAP   bmap.ico
 
BITMAP  ID_BITMAP1   bmap1.bmp
 
BITMAP  ID_BITMAP2   bmap2.bmp
 
BITMAP  ID_BITMAP3   bmap3.bmp
 
MENU ID_BMAP   PRELOAD
BEGIN
    SUBMENU     "~Bitmap",       IDMBITMAP
    BEGIN
        MENUITEM     "Draw - ~Picture",       IDMDRAWPIC
        MENUITEM     "~Save Picture",         IDMSAVEPIC
        MENUITEM     "R~eDraw Picture",       IDMBLTPIC
        MENUITEM     "Draw - ~WinDrawBitmap", IDMWINDRAW
        MENUITEM     "Draw - ~GpiBitBlt",     IDMGPIBITBLT
    END
    SUBMENU     "E~xit",         IDMEXITMENU
    BEGIN
        MENUITEM     "E~xit Bmap\tF3",     IDMEXIT
        MENUITEM     "~Resume Bmap",       IDMRESUME
    END
    SUBMENU     "~Help",         IDMHELP
    BEGIN
        MENUITEM     "~Extended help",     IDMEXTHELP
        MENUITEM     "Help ~Index",        IDMHELPINDEX
        MENUITEM     "~Keys help",         IDMKEYSHELP
    END
END
 
ACCELTABLE      ID_BMAP
BEGIN
    VK_F3,     IDMEXIT,   VIRTUALKEY
END
 
STRINGTABLE
BEGIN
    IDSNAME,        "Bmap"
    IDSTEXTSTR,     "Bit Map Sample Program : BMAP"
    IDSTERMINATE,   "Do you really want to terminate the program?"
    IDSVISIBLE,     "Re-size if more of the original picture is to be saved."
    IDSGENERALHELP, "General Program Help would appear here."
    IDSHELPINDEX,   "The Help Index would now be displayed."
    IDSKEYSHELP,    "Help on the keys used in the application would be displayed here."
    IDSEXTHELP,     "Extended Program Help would appear here."
END

unix.superglobalmegacorp.com

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