|
|
1.1 root 1: #define INCL_PM
2:
3: #include <os2.h>
4: #include "jigsaw.h"
5:
6: POINTER APPICON jigsaw.ico
7:
8: ACCELTABLE APPTABLE PRELOAD
9: BEGIN
10: VK_F3, MENU_EXIT, VIRTUALKEY
11: END
12:
13: /* application menu bar */
14:
15: MENU APPMENU PRELOAD
16:
17: BEGIN
18: SUBMENU "~Status", MENU_STATUS, 0
19: BEGIN
20: MENUITEM "~Show", MENU_SHOW, 0
21: MENUITEM "~Hide", MENU_HIDE, 0
22: END
23: MENUITEM "~Load!", MENU_LOAD, 0
24: MENUITEM "~Jumble!", MENU_JUMBLE, 0
25: END
26:
27: STRINGTABLE PRELOAD
28:
29: BEGIN
30: TITLEBAR "Jigsaw"
31: TERMINATE "OK to terminate this program ?"
32: END
33:
34: rcinclude cheap.dlg
35:
36: rcinclude statwnd.dlg
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.