|
|
1.1 root 1: #include <windows.h>
2: #include "rcids.h"
3:
4: #include "netwatch.rcv"
5:
6: #include "netwatch.dlg"
7:
8: IDD_ICONOFF ICON off.ico
9: IDD_ICONON ICON on.ico
10: IDB_LB BITMAP "filebmps.bmp"
11:
12: IDD_MENU MENU
13: {
14: POPUP "&Connection"
15: {
16: MENUITEM "&Properties...", IDM_PROPERTIES
17: MENUITEM "Select &Computer...", IDM_SELECTCOMPUTER
18: MENUITEM "Clo&se Resource\tDel", IDM_DELETERESOURCE
1.1.1.2 ! root 19: #ifdef DOSHAREMANAGE
! 20: MENUITEM SEPARATOR
! 21: MENUITEM "&Manage Shares...\tCtrl+S", IDM_SHAREMANAGE
! 22: #endif
1.1 root 23: MENUITEM SEPARATOR
24: MENUITEM "E&xit", IDM_EXIT
25: }
26: POPUP "&Options"
27: {
28: MENUITEM "Show &Open Files\tCtrl+O", IDM_SHOWFILES
29: MENUITEM "Show &Hidden Shares\tCtrl+H", IDM_SHOWHIDDEN
30: MENUITEM "Show &In Use Shares Only\tCtrl+I", IDM_SHOWINUSE
31: MENUITEM SEPARATOR
32: MENUITEM "&No Menu Bar and Title\tCtrl+N", IDM_NOMENUBAR
33: MENUITEM "&Always on Top\tCtrl+A", IDM_TOPMOST
34: MENUITEM SEPARATOR
35: MENUITEM "&Refresh\tF5", IDM_REFRESH
1.1.1.2 ! root 36: MENUITEM SEPARATOR
! 37: MENUITEM "A&bout Net Watch..." IDM_ABOUT
1.1 root 38: }
39: }
40:
41: IDD_ACCL ACCELERATORS
42: {
43: VK_F5, IDM_REFRESH, VIRTKEY
44: "^O", IDM_SHOWFILES
45: "^H", IDM_SHOWHIDDEN
46: "^I", IDM_SHOWINUSE
47: "^N", IDM_NOMENUBAR
48: "^A", IDM_TOPMOST
1.1.1.2 ! root 49: #ifdef DOSHAREMANAGE
! 50: "^S", IDM_SHAREMANAGE
! 51: #endif
1.1 root 52: VK_RETURN, IDM_PROPERTIES, VIRTKEY, ALT
53: }
54:
55: STRINGTABLE
56: {
57: IDS_APPNAME, TEXT("Net Watch")
58:
59: IDS_FMTLB+LBITEM_DENIED,TEXT("\b\0015\t%s")
60: IDS_FMTLB+LBITEM_SHARE, TEXT("\b\001%d\t%s")
61: IDS_FMTLB+LBITEM_SHARE2,TEXT("\b\001%d\t%s (%s)")
62: IDS_FMTLB+LBITEM_USER, TEXT("\t\0017\t%s from \\\\%s")
63: IDS_FMTLB+LBITEM_FILE, TEXT("\t\t\0012\t\001%d\t%s")
64:
65: IDM_DELETERESOURCE+LBITEM_SHARE, TEXT("&Stop Sharing\tDel")
66: IDM_DELETERESOURCE+LBITEM_USER, TEXT("Di&sconnect\tDel")
67: IDM_DELETERESOURCE+LBITEM_FILE, TEXT("Clo&se Resource\tDel")
68:
69: IDS_PLACEMENT, TEXT("Placement")
70: IDS_KEY, TEXT("Software\\Microsoft\\NetWatch")
71: IDS_TIMERINTERVAL, TEXT("TimerInterval")
72: IDS_TOPMOST, TEXT("TopMost")
73: IDS_HIDETITLE, TEXT("HideTitle")
74: IDS_MENUFLAGS, TEXT("MenuFlags")
75:
76: IDS_ERRENUMFILES, TEXT("Error enumerating files")
77: IDS_ERRENUMUSERS, TEXT("Error enumerating users")
78: IDS_ERRMEMORY, TEXT("Insufficient memory to complete the operation.")
1.1.1.2 ! root 79: IDS_ERRWFW, TEXT("Net Watch cannot view the selected computer. This may be because the selected computer is not running Windows NT.")
1.1 root 80: IDS_GUEST, TEXT(" (Guest)")
81: IDS_COMPNOTFOUND, TEXT("The Computer %s can not be found.")
82: IDS_WINDOWTEXT, TEXT("%s - %d Connections to %s")
83: IDS_WINDOWTEXT1, TEXT("%s - %d Connection to %s")
84: IDS_NOLIMIT, TEXT("Unlimited")
85:
1.1.1.2 ! root 86: IDS_AREYOUSURE+LBITEM_FILE, TEXT("Forcing %s to close %s may result in loss of data. Do you want to continue?")
! 87: IDS_AREYOUSURE+LBITEM_USER, TEXT("The selected user has open resources. Disconnecting the user may cause loss of data. Are you sure you want to disconnect %s from all connected resources?")
1.1 root 88: IDS_AREYOUSURE+LBITEM_SHARE, TEXT("At least one user is connected to this shared directory. Loss of data may result if you stop sharing this directory. Do you want to continue?")
1.1.1.2 ! root 89: IDS_DISUSER, TEXT("Are you sure you want to disconnect %s from all connected resources?")
1.1 root 90:
91: IDS_SHAREPROPS+0, TEXT("Share Name:") // bitmap #0 (folder)
92: IDS_SHAREPROPS+1, TEXT("Path:")
93: IDS_SHAREPROPS+2, TEXT("Comment:")
94: IDS_SHAREPROPS+3, TEXT("User Limit:")
95: IDS_SHAREPROPS+4, TEXT("Connected Users:")
96: IDS_SHAREPROPS+20, TEXT("Share Properties")
97:
98: IDS_FILEPROPS+0, TEXT("File:") // bitmap #2 (file)
99: IDS_FILEPROPS+1, TEXT("Opened By:") // bitmap #7 (user)
100: IDS_FILEPROPS+2, TEXT("For:") // bitmap #3 or #4 (read/write)
101: IDS_FILEPROPS+3, TEXT("Locks:")
102: IDS_FILEPROPS+13, TEXT("Write")
103: IDS_FILEPROPS+14, TEXT("Read")
104: IDS_FILEPROPS+20, TEXT("File Properties")
105:
106: IDS_USERPROPS+0, TEXT("User Logged On:") // bitmap #7 (user)
107: IDS_USERPROPS+1, TEXT("From Computer:") // bitmap #1 (computer)
108: IDS_USERPROPS+2, TEXT("To Share Name:") // bitmap #0 (folder)
109: IDS_USERPROPS+3, TEXT("Connected Since:")
110: IDS_USERPROPS+4, TEXT("Idle Time:")
111: IDS_USERPROPS+5, TEXT("Open Files:")
112: IDS_USERPROPS+20, TEXT("User Properties")
113: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.