home *** CD-ROM | disk | FTP | other *** search
- // Contents ---------------------------------------------------------------
- //
- // fingerd.rc -- Windows 3.x resource file
- //
- // Version 1.0, Windows Socket Finger Daemon
- //
- // Copyright (C) Frederick W. Bent 1994
- // All rights reserved.
- //
- //
- // Description
- //
- // Contains the main menu, stringtable and version information
- //
- // Ends -------------------------------------------------------------------
-
- // History ----------------------------------------------------------------
- //
- // 6/28/94 1.0 Fred Bent Wrote this thing
- //
- // Ends -------------------------------------------------------------------
-
- // Interface Dependencies -------------------------------------------------
-
- #include <windows.h>
- #include <winsock.h>
- #include <ver.h>
- #include "fingerd.h"
-
- #include "fingerd.dlg"
-
- Icon ICON fingerd.ico
- Msdn ICON msdn.ico
- Frame ICON winsock.ico
-
- Menu MENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Setup...", IDM_OPTIONS
- MENUITEM "E&xit", IDM_EXIT
- END
- POPUP "&Edit"
- BEGIN
- MENUITEM "&Copy\tShift+Del", IDM_COPY
- MENUITEM "C&lear\tCtrl+Del", IDM_CLEAR
- END
- POPUP "&Help"
- BEGIN
- MENUITEM "&Index", IDM_HELP
- MENUITEM SEPARATOR
- MENUITEM "&About fingerd...", IDM_ABOUT
- END
- END
-
- FINGERD ACCELERATORS
- BEGIN
- VK_DELETE, IDM_COPY, VIRTKEY, SHIFT
- VK_DELETE, IDM_CLEAR, VIRTKEY, CONTROL
- END
-
- STRINGTABLE
- BEGIN
- IDS_BAD_VERSION, "Windows Sockets version is not v1.1!"
- IDS_INITIALIZE, "Error occured during initialization!"
- IDS_FILTER, "Text Files (*.TXT)\0*.txt\0All Files (*.*)\0*.*\0\0"
- IDS_CONNECT_S, "Connection from %s (%u)"
- IDS_SENT_S, "%s>"
- IDS_RECV_S, "%s< %u"
- IDS_DISCONNECT_S, "%s disconnected!"
- IDS_REQUEST_ERR, "%s: Not enough buffer memory!"
- IDS_FILE_ERR, "Error during file access!"
- IDS_EXITING "Are you sure you want to exit Finger Daemon?"
- IDS_EXIT_ACTIVE, "There is an active finger client connection!"
- IDS_DAEMON_START, "Task %u started"
-
- WSANOTINITIALISED,"WSANOTINITIALISED: Windows Sockets API not initialized!"
- WSAENETDOWN, "WSAENETDOWN: WinSock says the network is down!"
- WSAENETUNREACH, "WSAENETUNREACH: Network unreachable"
- WSAENETRESET, "WSANETRESET: Network reset!"
- WSAECONNABORTED, "WSAECONNABORTED: Connection aborted!"
- WSAECONNRESET, "WSAECONNRESET: Connection reset?"
- WSAEACCES, "WSAEACCES: Access error!"
- WSAEADDRINUSE, "WSAEADDRINUSE: Something else is already using the FINGER port!"
- WSAEADDRNOTAVAIL, "WSAEADDRNOTAVAIL: Address not available"
- WSAEALREADY, "WSAEALREADY: Already used/in use?"
- WSAEDESTADDRREQ, "WSAEDESTADDRREQ: Destination address request"
- WSAEMSGSIZE, "WSAEMSGSIZE: Message Size"
- WSAEBADF, "WSAEBADF: Bad file?"
- WSAEFAULT, "WSAEFAULT: Fault Error!"
- WSAEINTR, "WSAEINTR: Interrupt Error!"
- WSAEINPROGRESS, "WSAEINPROGRESS: Something is blocking!"
- WSAEAFNOSUPPORT, "WSAEAFNOSUPPORT: AF Not supported?"
- WSAEINVAL, "WSAEINVAL: Invalid parameter"
- WSAEMFILE, "WSAEMFILE: Out of file handles?"
- WSAENOBUFS, "WSAENOBUFS: No more buffers left"
- WSAEISCONN, "WSAEICONN: You are already connected"
- WSAENOTCONN, "WSAENOTCONN: You are not connected. You using Lanera's TCP/IP?"
- WSAESHUTDOWN, "WSAESHUTDOWN: WinSock Shutdown iminent?"
- WSAETOOMANYREFS, "WSAETOOMANYREFS: Too many references"
- WSAETIMEDOUT, "WSAETIMEDOUT: Timed out!"
- WSAECONNREFUSED, "WSAECONNREFUSED: Connection refused?"
- WSAELOOP, "WSAELOOP: Loop?!?"
- WSAENAMETOOLONG, "WSAENAMETOOLONG: Name too long?"
- WSAEHOSTDOWN, "WSAEHOSTDOWN: Host down?"
- WSAEHOSTUNREACH, "WSAEHOSTUNREACH: Host unreachable?"
- WSASYSNOTREADY, "WSASYSNOTREADY: System not ready"
- WSAVERNOTSUPPORTED,"WSAVERNOTSUPPORTED: Version not supported"
- WSAHOST_NOT_FOUND,"WSAHOST_NOT_FOUND: Host not found"
- WSATRY_AGAIN, "WSATRY_AGAIN: Try, try again"
- WSANO_RECOVERY, "WSANO_RECOVERY: Can't recover"
- WSANO_DATA, "WSANO_DATA: No data"
- WSAENOTSOCK, "WSAENOTSOCK: Parameter was not a valid socket!"
- WSAEPROTOTYPE, "WSAEPROTOTYPE: Bad protocol type?"
- WSAENOPROTOOPT, "WSAENOPROTOOPT: No protocol option?"
- WSAEPROTONOSUPPORT,"WSAEPROTONOSUPPORT: Protocol not supported"
- WSAEOPNOTSUPP, "WSAEOPNOTSUPP: Operation not supported"
- WSAEPFNOSUPPORT, "WSAEPFNOSUPPORT: Protocol family not supported?"
- WSAEWOULDBLOCK, "Requested operation would block, click OK!"
-
-
- END
-
-
-
-
- // The version information resource
- VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1, 0
- PRODUCTVERSION 1, 0
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
- FILEFLAGS VS_FF_PRERELEASE
- FILEOS VOS_DOS_WINDOWS16
- FILETYPE VFT_APP
- FILESUBTYPE VFT2_UNKNOWN
- BEGIN
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0409, 1252
- END
-
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904E4"
- BEGIN
- VALUE "Comments", "StringFileInfo: U.S. English\0"
- VALUE "CompanyName", "Frederick W. Bent\0"
- VALUE "FileDescription", "Fingerd: Windows Sockets Finger Protocol Daemon\0"
- VALUE "FileVersion", "1.00\0"
- VALUE "InternalName", "FINGERD\0"
- VALUE "LegalCopyright", "Copyright \251 1994 by Frederick W. Bent\0"
- VALUE "LegalTrademarks", "Windows\256 is a registered trademark of Microsoft Inc.\0"
- VALUE "OriginalFilename", "FINGERD.EXE\0"
- // VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Winsock finger daemon\0"
- VALUE "ProductVersion", "1.00\0"
- // VALUE "SpecialBuild", "\0"
- END
- END
- END
-