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.

75 lines
2.6 KiB

  1. //
  2. // NOTE: If you change this file, you must notify UE.
  3. // Currently, you should notify JohnCal.
  4. // MartinTh. 041995.
  5. //
  6. // Auto Correct
  7. #define IDH_dlgACorrInitCaps 108
  8. #define IDH_dlgACorrCapDays 109
  9. #define IDH_dlgACorrReplaceText 110
  10. #define IDH_dlgACorrReplace 111
  11. #define IDH_dlgACorrAdd 112
  12. #define IDH_dlgACorrDelete 113
  13. #define IDH_dlgACorrReplacementList 114
  14. #define IDH_dlgACorrWith 115
  15. // OLE Properties
  16. #define IDH_GENERAL_ICON 200
  17. #define IDH_GENERAL_NAME_BY_ICON 201
  18. #define IDH_GENERAL_FILETYPE 202
  19. #define IDH_GENERAL_LOCATION 203
  20. #define IDH_GENERAL_FILESIZE 204
  21. #define IDH_GENERAL_MSDOSNAME 205
  22. #define IDH_GENERAL_CREATED 206
  23. #define IDH_GENERAL_MODIFIED 207
  24. #define IDH_GENERAL_ACCESSED 208
  25. #define IDH_GENERAL_READONLY 209
  26. #define IDH_GENERAL_HIDDEN 210
  27. #define IDH_GENERAL_ARCHIVE 211
  28. #define IDH_GENERAL_SYSTEM 212
  29. #define IDH_GENERAL_ATTRIBUTES 213
  30. #define IDH_SUMMARY_TITLE 28220
  31. #define IDH_SUMMARY_SUBJECT 28221
  32. #define IDH_SUMMARY_AUTHOR 28222
  33. #define IDH_SUMMARY_MANAGER 28223
  34. #define IDH_SUMMARY_COMPANY 28224
  35. #define IDH_SUMMARY_CATEGORY 28225
  36. #define IDH_SUMMARY_KEYWORDS 28226
  37. #define IDH_SUMMARY_COMMENTS 28227
  38. #define IDH_SUMMARY_TEMPLATE 28228
  39. #define IDH_SUMMARY_SAVEPREVIEW 28229
  40. #define IDH_STATISTICS_CREATED 28230
  41. #define IDH_STATISTICS_MODIFIED 28231
  42. #define IDH_STATISTICS_ACCESSED 28232
  43. #define IDH_STATISTICS_LASTPRINT 28233
  44. #define IDH_STATISTICS_LASTSAVEBY 28234
  45. #define IDH_STATISTICS_REVISION 28235
  46. #define IDH_STATISTICS_TOTALEDIT 28236
  47. #define IDH_STATISTICS_LISTVIEW 28237
  48. #define IDH_CONTENTS_LISTBOX 28240
  49. #define IDH_CUSTOM_NAME 28251
  50. #define IDH_CUSTOM_TYPE 28252
  51. #define IDH_CUSTOM_VALUE 28253 // Edit field, when Link checkbox is clear
  52. #define IDH_CUSTOM_LINKVALUE 28254 // Combo box, when Link checkbox is checked
  53. #define IDH_CUSTOM_BOOLYES 28255
  54. #define IDH_CUSTOM_ADDBUTTON 28257
  55. #define IDH_CUSTOM_DELETEBUTTON 28258 // This button is both Delete and Modify
  56. #define IDH_CUSTOM_LINKCHECK 28259
  57. #define IDH_CUSTOM_LISTVIEW 28260
  58. // Post Dialog
  59. #define IDH_POSTDLG_FOLDERTREEVIEW 300
  60. #define IDH_POSTDLG_OKBUTTON 301
  61. #define IDH_POSTDLG_CANCELBUTTON 302
  62. //AnswerWizard dialog
  63. #define IDH_AW_SEARCH 5013479
  64. #define IDH_AW_TYPEEDITBOX 5013480
  65. #define IDH_AW_TOPICLISTBOX 5013481