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