home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / begin / generic / generic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-15  |  1.3 KB  |  43 lines

  1. #define IDM_NEW            100
  2. #define IDM_OPEN           101
  3. #define IDM_SAVE           102
  4. #define IDM_SAVEAS         103
  5. #define IDM_PRINT          104
  6. #define IDM_PRINTSETUP     105
  7. #define IDM_EXIT           106
  8. #define IDM_UNDO           200
  9. #define IDM_CUT            201
  10. #define IDM_COPY           202
  11. //---------------------------------------------------------------------------
  12. //  GENERIC.H
  13. //---------------------------------------------------------------------------
  14.  
  15. #define IDM_PASTE          203
  16. #define IDM_LINK           204
  17. #define IDM_LINKS          205
  18. #define IDM_HELPCONTENTS   300
  19. #define IDM_HELPSEARCH     301
  20. #define IDM_HELPHELP       302
  21. #define IDM_ABOUT          303
  22. #define IDM_HELPTOPICS     304
  23.  
  24. #define IDC_STATIC -1
  25.  
  26. #define DLG_VERFIRST        400
  27. #define IDC_COMPANY        DLG_VERFIRST
  28. #define IDC_FILEDESC          DLG_VERFIRST+1
  29. #define IDC_PRODVER         DLG_VERFIRST+2
  30. #define IDC_COPYRIGHT       DLG_VERFIRST+3
  31. #define IDC_OSVERSION       DLG_VERFIRST+4
  32. #define IDC_TRADEMARK       DLG_VERFIRST+5
  33. #define DLG_VERLAST         DLG_VERFIRST+5
  34.  
  35. #define IDC_LABEL           DLG_VERLAST+1
  36.  
  37.  
  38. #define IDS_APP_TITLE       500
  39. #define IDS_DISPLAYCHANGED  501
  40. #define IDS_VER_INFO_LANG   502
  41. #define IDS_VERSION_ERROR   503
  42. #define IDS_NO_HELP         504
  43.