|
|
1.1 root 1:
2: #include <windows.h>
3: #include "local.h"
4: #include "dialogs.h"
5:
6: STRINGTABLE
7: {
8: IDS_LOCALMONITOR, "Local Port"
9: IDS_INVALIDPORTNAME_S, "'%s' is an invalid port name."
10: IDS_PORTALREADYEXISTS_S, "Port %s already exists."
11: IDS_NOTHING_TO_CONFIGURE "There is nothing to configure for this port."
12: IDS_COULD_NOT_OPEN_FILE "Could not open the file: %s"
13: IDS_UNKNOWN_ERROR "Unknown error."
14: IDS_OVERWRITE_EXISTING_FILE "The output file already exists. Click OK to overwrite."
15: }
16:
17: rcinclude localmon.dlg
18:
19: #include <ntverp.h>
20:
21: #define VER_FILETYPE VFT_DLL
22: #define VER_FILESUBTYPE VFT2_UNKNOWN
23: #define VER_FILEDESCRIPTION_STR "Local Monitor DLL"
24: #define VER_INTERNALNAME_STR "localmon.dll"
25: #define VER_ORIGINALFILENAME_STR "localmon.dll"
26:
27: #include "common.ver"
28:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.