|
|
1.1 root 1: #include <pmwin.h>
2: #include "calc.h"
3:
4: rcinclude calc.dlg
5:
6: POINTER IDR_CALC calc.ico
7: POINTER IDP_FINGER finger.ptr
8:
9: BITMAP IDB_SQR sqr.bmp
10:
11:
12: /******** Main Menu ********/
13:
14: MENU IDR_CALC PRELOAD
15: BEGIN
16: SUBMENU "~Edit", -1
17: BEGIN
18: MENUITEM "~Copy\tCtrl+Ins ", CMD_COPY
19: MENUITEM "~Paste\tShift+Ins", CMD_PASTE
20: MENUITEM "", 0, MIS_SEPARATOR
21: MENUITEM "E~xit", CMD_EXIT
22: MENUITEM "A~bout Calculator...", CMD_ABOUT
23: END
24: END
25:
26: /****** Accelerator table *****/
27:
28: ACCELTABLE IDR_CALC PRELOAD
29: BEGIN
30: VK_INSERT, CMD_COPY, VIRTUALKEY, CONTROL
31: VK_INSERT, CMD_PASTE, VIRTUALKEY, SHIFT
32: END
33:
34:
35: STRINGTABLE FIXED PRELOAD
36: BEGIN
37: 1, "Calculator"
38: 2, "Error"
39: 3, "�" ;the plus/minus key
40: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.