Leaked source code of windows server 2003
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.

57 lines
1.3 KiB

  1. //
  2. // ids.h
  3. //
  4. #ifndef IDS_H
  5. #define IDS_H
  6. //
  7. // Icon
  8. //
  9. #define ID_ICON_CICPAD 100
  10. #define ID_ICON_TEST 101
  11. #define ID_ICON_CFGMENU 5
  12. #define ID_ICON_MICROPHONE 6
  13. #define IDS_NUI_CFGMENU_TOOLTIP 405
  14. #define IDS_NUI_CFGMENU_TEXT 406
  15. #define IDS_NUI_BALLOON_TOOLTIP 407
  16. #define IDS_NUI_BALLOON_TEXT 408
  17. #define IDS_NUI_MICROPHONE_TOOLTIP 409
  18. #define IDS_NUI_MICROPHONE_TEXT 410
  19. #define IDS_NUI_COMMANDING_TOOLTIP 411
  20. #define IDS_NUI_COMMANDING_TEXT 412
  21. #define IDS_NUI_DICTATION_TOOLTIP 413
  22. #define IDS_NUI_DICTATION_TEXT 414
  23. #define IDS_NUI_STARTINGSPEECH 415
  24. #define IDS_NUI_BEGINDICTATION 416
  25. #define IDS_NUI_BEGINVOICECMD 417
  26. #define IDS_MIC_SHOWBALLOON 420
  27. // menu strings
  28. #define IDS_MIC_OPTIONS 400
  29. #define IDS_MIC_TRAINING 401
  30. #define IDS_MIC_ADDDELETE 402
  31. #define IDS_MIC_CURRENTUSER 403
  32. #define IDS_MIC_SAVEDATA 404
  33. // Balloon Text for Non-Aware Application
  34. #define IDS_MIC_ON 440
  35. // CUAS status checking
  36. #define IDS_MIC_CUASSTATUS 450
  37. #define IDS_CUAS_RESTART_TITLE 451
  38. #define IDS_CUAS_RESTART_CUASON 452
  39. #define IDS_CUAS_RESTART_CUASOFF 453
  40. // menu ids
  41. #define IDM_MIC_OPTIONS 2
  42. #define IDM_MIC_CUASSTATUS 3
  43. #endif // IDS_H