home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / wintyp / clires.h < prev    next >
Text File  |  1996-07-23  |  1KB  |  32 lines

  1. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. //                  Copyright Microsoft Corp. 1992-1996
  3. //                      Remote Machine WinTyp sample
  4. //
  5. // FILE     :   clires.h
  6. //
  7. // PURPOSE  :   Definition used by the resources on the client side.
  8. //
  9. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  10. #define IDI_CLIENT_ICON                 101
  11.  
  12. #define IDR_CLIENT_MENU                 102
  13.  
  14. #define IDR_ACCELERATOR1                103
  15.  
  16. #define IDD_ABOUT_DIALOG                104
  17. #define IDD_BINDING_DIALOG              105
  18.  
  19. // Defintions used for the menus
  20. #define IDM_MENU_FILE_OPEN              40001
  21. #define IDM_MENU_FILE_CLOSE             40002
  22. #define IDM_MENU_FILE_EXIT              40004
  23. #define IDM_MENU_TOOLS_EDGE             40005
  24. #define IDM_MENU_TOOLS_FLIP             40006
  25. #define IDM_MENU_FILE_BINDING           40007
  26. #define IDM_MENU_ABOUT                  65535
  27.  
  28. // Names defined for the controls in the dialog boxes
  29. #define IDC_PROTSEQ_NAME                 110
  30. #define IDC_ENDPOINT_NAME                111
  31. #define IDC_SERVER_NAME                  112
  32.