|
|
1.1 root 1: #include <os2.h>
2: #include "IniEdit.h"
3:
4: POINTER IDI_INIEDIT iniedit.ico
5:
6: MENU IDI_INIEDIT PRELOAD
7: BEGIN
8: SUBMENU "S~how", IDM_SHOW
9: BEGIN
10: MENUITEM "A~ll Names", IDMI_SHOW_ALL
11: MENUITEM "A~pplication Names",IDMI_SHOW_APPNAMES, MIS_TEXT,MIA_CHECKED
12: MENUITEM SEPARATOR
13: MENUITEM "~Refresh", IDMI_REFRESH
14: MENUITEM SEPARATOR
15: MENUITEM "E~xit", SC_CLOSE, MIS_SYSCOMMAND
16: MENUITEM "A~bout IniEdit...", IDMI_ABOUT
17: END
18: SUBMENU "~Print", IDM_PRINT
19: BEGIN
20: MENUITEM "A~ll Names", IDMI_PRINT_ALL
21: MENUITEM "A~pplication Names", IDMI_PRINT_APP
22: END
23: SUBMENU "~Edit", IDM_EDIT
24: BEGIN
25: MENUITEM "~Add Key Name...", IDMI_EDIT_ADD_KEY
26: MENUITEM "~Change Key Value...", IDMI_EDIT_CHANGE
27: MENUITEM "~Delete Key Name...", IDMI_EDIT_DELETE_KEY
28: MENUITEM "Delete Application ~Entries...", IDMI_EDIT_DELETE_APP
29: END
30: MENUITEM "~Search!", IDM_SEARCH
31: END
32:
33: ACCELTABLE IDI_INIEDIT
34: BEGIN
35: "n", IDDI_SEARCH_NEXT, ALT
36: END
37:
38: rcinclude inires.dlg
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.