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.

66 lines
2.5 KiB

  1. //
  2. // Include Files.
  3. //
  4. #ifndef INPUTHLP_H
  5. #define INPUTHLP_H
  6. //
  7. // From help.h.
  8. //
  9. #define IDH_COMM_GROUPBOX 28548
  10. //
  11. // Values must be in the range 3300 - 3499.
  12. //
  13. // Text Input Methods tab
  14. #define IDH_INPUT_DEFAULT_LOCALE 3400
  15. #define IDH_INPUT_LIST 3401
  16. #define IDH_INPUT_ADD 3402
  17. #define IDH_INPUT_DELETE 3403
  18. #define IDH_INPUT_EDIT 3404
  19. #define IDH_INPUT_TOOLBAR_SETTINGS 3405
  20. #define IDH_INPUT_KEY_SETTINGS 3406
  21. // Toolbar Settings - Text Input Methods
  22. #define IDH_INPUT_DISABLE_TEXTSERVICE 3410
  23. #define IDH_INPUT_SHOWLANGBAR 3411
  24. #define IDH_INPUT_EXTRAICON 3412
  25. #define IDH_INPUT_SHRINK 3413
  26. #define IDH_INPUT_CLOSE 3414
  27. #define IDH_INPUT_OPAQUE 3415
  28. #define IDH_INPUT_LOW_TRANS 3416
  29. #define IDH_INPUT_HIGH_TRANS 3417
  30. #define IDH_INPUT_TEXT_LABELS 3418
  31. #define IDH_INPUT_N_TEXT_LABELS 3419
  32. // Advanced Key Settings - Text Input Methods
  33. #define IDH_INPUT_SETTINGS_CAPSLOCK 3421
  34. #define IDH_INPUT_SETTINGS_HOTKEY 3422
  35. #define IDH_INPUT_SETTINGS_HOTKEY_LIST 3423
  36. // Add Input Locale - Text Input Methods
  37. #define IDH_INPUT_ADD_LOCALE 3431
  38. #define IDH_INPUT_ADD_LAYOUT 3432
  39. #define IDH_INPUT_ADD_PEN 3433
  40. #define IDH_INPUT_ADD_SPEECH 3435
  41. // Input Local Properties - Text Input Methods
  42. #define IDH_INPUT_PROP_LOCALE 3441
  43. #define IDH_INPUT_PROP_KEYLAY 3442
  44. // Change Key Sequence - Text Input Methods
  45. #define IDH_INPUT_LANG_HOTKEY_CHANGE 3451
  46. #define IDH_INPUT_LAYOUT_HOTKEY_CHANGE 3452
  47. //
  48. // Advanced settings page
  49. //
  50. #define IDH_ADVANCED_CUAS 3500
  51. #define IDH_ADVANCED_CTFMON 3501
  52. #endif // INPUTHLP_H