Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

  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. #define IDM_PASTE 203
  15. #define IDM_LINK 204
  16. #define IDM_LINKS 205
  17. #define IDM_HELPCONTENTS 300
  18. #define IDM_HELPSEARCH 301
  19. #define IDM_HELPHELP 302
  20. #define IDM_ABOUT 303
  21. #define IDM_HELPTOPICS 304
  22. #define IDC_STATIC -1
  23. #define DLG_VERFIRST 400
  24. #define IDC_COMPANY DLG_VERFIRST
  25. #define IDC_FILEDESC DLG_VERFIRST+1
  26. #define IDC_PRODVER DLG_VERFIRST+2
  27. #define IDC_COPYRIGHT DLG_VERFIRST+3
  28. #define IDC_OSVERSION DLG_VERFIRST+4
  29. #define IDC_TRADEMARK DLG_VERFIRST+5
  30. #define DLG_VERLAST DLG_VERFIRST+5
  31. #define IDC_LABEL DLG_VERLAST+1
  32. #define IDS_APP_TITLE 500
  33. #define IDS_DISPLAYCHANGED 501
  34. #define IDS_VER_INFO_LANG 502
  35. #define IDS_VERSION_ERROR 503
  36. #define IDS_NO_HELP 504
  37.