|
|
1.1 root 1: #include "windows.h"
2: #include "server.h"
3:
4: server ICON server.ico
5:
6: ServerMenu MENU
7: BEGIN
8: POPUP "&Options"
9: BEGIN
10: MENUITEM "&Change Data", IDM_CHANGEDATA
11: MENUITEM "Data Render &Delay...", IDM_RENDERDELAY
12: MENUITEM "Set &Topic...", IDM_SETTOPIC
13: MENUITEM "Set &Server...", IDM_SETSERVER
14: MENUITEM "Set Context &Filter...", IDM_CONTEXT
15: MENUITEM "&Use Appowned handles", IDM_APPOWNED
16: MENUITEM SEPARATOR
17: MENUITEM "&Runaway Active", IDM_RUNAWAY
18: MENUITEM "&Block all callbacks", IDM_BLOCKALLCBS
19: MENUITEM "&Enable all callbacks", IDM_UNBLOCKALLCBS
20: MENUITEM "Enable &one callback", IDM_ENABLEONECB
21: MENUITEM "Block all after &next callback",IDM_BLOCKNEXTCB
22: MENUITEM "&Terminate service on next callback", IDM_TERMNEXTCB
23: END
24: MENUITEM "&About...", IDM_ABOUT
25: END
26:
27:
28: STRINGTABLE
29: BEGIN
30:
31: IDS_BADLENGTH , "Invalid length value string. Reenter or cancel."
32:
33: END
34: #include "server.dlg"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.