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.

61 lines
2.1 KiB

  1. /*
  2. * m a i l o p t . h
  3. *
  4. * Purpose: Contains defines and prototypes for the mail options prop sheet.
  5. */
  6. #ifndef __MAILOPT_H
  7. #define __MAILOPT_H
  8. #include "optdlg.h"
  9. #define IDC_SOUND_CHECK 1000
  10. #define IDC_PREVIEW_CHECK 1001
  11. #define IDC_AUTOCHECK_CHECK 1002
  12. #define IDC_AUTOCHECK_EDIT 1003
  13. #define IDC_EMPTY_CHECK 1004
  14. #define IDC_AUTOCHECK_SPIN 1005
  15. #define IDC_SAVE_CHECK 1006
  16. #define IDC_CHECK3 1008
  17. #define IDC_INDENT_CHECK 1010
  18. #define IDC_INDENT_COMBO 1011
  19. #define IDC_MIME_RADIO 1013
  20. #define IDC_UUENCODE_RADIO 1014
  21. #define IDC_ENCODE_COMBO 1015
  22. #define IDC_BREAK_CHECK 1016
  23. #define IDC_BREAK_EDIT 1017
  24. #define IDC_BREAK_SPIN 1018
  25. #define IDC_NOSIG_RADIO 1020
  26. #define IDC_TEXT_RADIO 1021
  27. #define IDC_FILE_RADIO 1022
  28. #define IDC_TEXT_EDIT 1023
  29. #define IDC_FILE_EDIT 1024
  30. #define IDC_BROWSE_BUTTON 1025
  31. #define IDC_ADVANCED_BUTTON 1026
  32. #define IDC_INCLUDE_CHECK 1027
  33. #define IDC_AUTOSIGNATURE_CHECK 1029
  34. #define IDC_MARKASREAD_EDIT 1030
  35. #define IDC_MARKASREAD_SPIN 1031
  36. #define IDC_MAILTIMEOUT_SLIDER 1033
  37. #define IDC_MAILTIMEOUT_STATIC 1034
  38. #define IDC_SENDIMMEDIATE_CHECK 1036
  39. #define IDC_SIGREPLY_CHECK 1037
  40. #define IDC_MAILWRAP_EDIT 1038
  41. #define IDC_MAILWRAP_SPIN 1039
  42. #define IDC_8BIT_HEADER 1040
  43. #define IDC_MAILWRAP_TEXT1 1041
  44. #define IDC_MAILWRAP_TEXT2 1042
  45. #define idcStaticOrFwd 1047
  46. #define idcStaticReplying 1048
  47. #define IDC_AUTOWAB_CHECK 1049
  48. #define IDC_SIGN_CHECK 1052
  49. #define IDC_ENCRYPT_CHECK 1053
  50. #define IDC_ADVSETTINGS_BUTTON 1054
  51. #define IDC_CERT_COMBO 1055
  52. #define IDC_INCLUDECERT_CHECK 1056
  53. #define IDC_ENCRYPT_COMBO 1057
  54. #define IDC_FONTSETTINGS 1060
  55. #endif // include once