CLIRES.H
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
//                  Copyright Microsoft Corp. 1992-1996 
//                      Remote Machine WinTyp sample 
// 
// FILE     :   clires.h 
// 
// PURPOSE  :   Definition used by the resources on the client side. 
// 
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
#define IDI_CLIENT_ICON                 101 
 
#define IDR_CLIENT_MENU                 102 
 
#define IDR_ACCELERATOR1                103 
 
#define IDD_ABOUT_DIALOG                104 
#define IDD_BINDING_DIALOG              105 
 
// Defintions used for the menus 
#define IDM_MENU_FILE_OPEN              40001 
#define IDM_MENU_FILE_CLOSE             40002 
#define IDM_MENU_FILE_EXIT              40004 
#define IDM_MENU_TOOLS_EDGE             40005 
#define IDM_MENU_TOOLS_FLIP             40006 
#define IDM_MENU_FILE_BINDING           40007 
#define IDM_MENU_ABOUT                  65535 
 
// Names defined for the controls in the dialog boxes 
#define IDC_PROTSEQ_NAME                 110 
#define IDC_ENDPOINT_NAME                111 
#define IDC_SERVER_NAME                  112