home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************
- * *
- * Source File: GCP_EVAL.H *
- * Date: Fri Feb 28 14:56:05 1992 *
- * *
- ********************************************************************/
-
- // Defines for menu item IDs
- #define IDM_INDEX 101
- #define IDM_ABOUT 102
- #define IDM_ABORT 103
- #define IDM_BUFFER 104
- #define IDM_FILE 105
- #define IDM_PHONE 106
- #define IDM_CLOSE 107
- #define IDM_CONNECT 108
- #define IDM_LOCALHOST 109
- #define IDM_HOSTTABLE 110
- #define IDM_SHOWSTATUS 111
- #define IDM_DATA 112
- #define IDM_GCP 113
- #define IDM_TELNET 114
- #define IDM_TCP 115
- #define IDM_UDP 116
- #define IDM_SHOW 117
- #define IDM_HIDE 118
- #define IDM_DO_ECHO 119
- #define IDM_DONT_ECHO 120
- #define IDM_AUTOCLOSE 121
- #define IDM_MANUALCLOSE 122
- #define IDM_TFTP 123
-
- // Defines for control IDs
- #define ID_ADD 101
- #define ID_USERNAME 102
- #define ID_REMOVE 103
- #define ID_LOCALAPPNAME 104
- #define ID_REGISTEREDAPPS 105
- #define ID_LISTEN 106
- #define ID_BROADCAST 107
- #define ID_STATUS 112
- #define ID_SENDBUFFER 113
- #define ID_RECVBUFFER 114
- #define ID_REMOTEAPPNAME 115
- #define ID_SERVERTYPE 116
- #define ID_ADDRESS 117
- #define ID_LOCALPORT 118
- #define ID_REMOTEPORT 119
- #define ID_GET_FILE 120
- #define ID_PUT_FILE 121
- #define ID_HOST 122
- #define ID_PHONEREMOTESTATUS 123
- #define ID_PHONELOCALSTATUS 124
- #define ID_PHONEONHOOK 125
- #define ID_PHONEOFFHOOK 126
- #define ID_ASCII 127
- #define ID_BINARY 128
- #define ID_LOCAL_FILE 129
- #define ID_REMOTE_FILE 130
- #define ID_GROUP 131
- #define ID_SIZE 132
- #define ID_REPEAT 133
-
- #define CALLBACK_MSG WM_USER+100
-
- typedef enum {ON_HOOK, OFF_HOOK} HookStatus;
- char translateHook[2][9] = {{"On Hook"}, {"Off Hook"}};