|
|
1.1 root 1: /*
2: Resource file for BMAP
3: Created by Microsoft Corp., 1988
4: */
5: #include <os2.h>
6: #include "bmap.h"
7:
8:
9: POINTER ID_BMAP bmap.ico
10:
11: BITMAP ID_BITMAP1 bmap1.bmp
12:
13: BITMAP ID_BITMAP2 bmap2.bmp
14:
15: BITMAP ID_BITMAP3 bmap3.bmp
16:
17: MENU ID_BMAP PRELOAD
18: BEGIN
19: SUBMENU "~Bitmap", IDMBITMAP
20: BEGIN
21: MENUITEM "Draw - ~Picture", IDMDRAWPIC
22: MENUITEM "~Save Picture", IDMSAVEPIC
23: MENUITEM "R~eDraw Picture", IDMBLTPIC
24: MENUITEM "Draw - ~WinDrawBitmap", IDMWINDRAW
25: MENUITEM "Draw - ~GpiBitBlt", IDMGPIBITBLT
26: END
27: SUBMENU "E~xit", IDMEXITMENU
28: BEGIN
29: MENUITEM "E~xit Bmap\tF3", IDMEXIT
30: MENUITEM "~Resume Bmap", IDMRESUME
31: END
32: SUBMENU "~Help", IDMHELP
33: BEGIN
34: MENUITEM "~Extended help", IDMEXTHELP
35: MENUITEM "Help ~Index", IDMHELPINDEX
36: MENUITEM "~Keys help", IDMKEYSHELP
37: END
38: END
39:
40: ACCELTABLE ID_BMAP
41: BEGIN
42: VK_F3, IDMEXIT, VIRTUALKEY
43: END
44:
45: STRINGTABLE
46: BEGIN
47: IDSNAME, "Bmap"
48: IDSTEXTSTR, "Bit Map Sample Program : BMAP"
49: IDSTERMINATE, "Do you really want to terminate the program?"
50: IDSVISIBLE, "Re-size if more of the original picture is to be saved."
51: IDSGENERALHELP, "General Program Help would appear here."
52: IDSHELPINDEX, "The Help Index would now be displayed."
53: IDSKEYSHELP, "Help on the keys used in the application would be displayed here."
54: IDSEXTHELP, "Extended Program Help would appear here."
55: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.