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.

41 lines
1.7 KiB

  1. //
  2. // Header Files for speech tip context help ids.
  3. //
  4. #ifndef SPTIPHLP_H
  5. #define SPTIPHLP_H
  6. // Id starts from 4000
  7. // Speech tip property page
  8. #define IDH_PP_ASSIGN_BUTTON 4000
  9. #define IDH_PP_BUTTON_MB_SETTING 4001
  10. #define IDH_PP_SHOW_BALLOON 4002
  11. #define IDH_PP_LMA 4003
  12. #define IDH_PP_HIGH_CONFIDENCE 4004
  13. #define IDH_PP_SAVE_SPDATA 4005
  14. #define IDH_PP_REMOVE_SPACE 4006
  15. #define IDH_PP_DIS_DICT_TYPING 4007
  16. #define IDH_PP_PLAYBACK 4008
  17. #define IDH_PP_DICT_CANDUI_OPEN 4009
  18. #define IDH_PP_BUTTON_ADVANCE 4010
  19. #define IDH_PP_BUTTON_SPCPL 4011
  20. #define IDH_PP_BUTTON_LANGBAR 4012
  21. // Voice command settings Dialog
  22. #define IDH_PP_SELECTION_CMD 4020
  23. #define IDH_PP_NAVIGATION_CMD 4021
  24. #define IDH_PP_CASING_CMD 4022
  25. #define IDH_PP_EDITING_CMD 4023
  26. #define IDH_PP_KEYBOARD_CMD 4024
  27. #define IDH_PP_TTS_CMD 4025
  28. #define IDH_PP_LANGBAR_CMD 4026
  29. #define IDH_PP_DICTCMDS 4027
  30. // Mode button configuration
  31. #define IDH_PP_DICTATION_CMB 4030
  32. #define IDH_PP_COMMAND_CMB 4031
  33. #endif // SPTIPHLP_H