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.

84 lines
2.8 KiB

  1. //Make sure this header only gets included once.
  2. #ifndef DFRGHLPINC
  3. #define DFRGHLPINC
  4. #include "DfrgRes.h"
  5. // "Defragmentation Statistics" Dialog Box
  6. #define IDH_DISABLEHELP (DWORD(-1))
  7. #define IDH_101_1001 65601637 // Defragmentation Statistics: "" (ListBox)
  8. #define IDH_101_1 65637 // Defragmentation Statistics: "&Close" (Button)
  9. // "Defragmentation Complete" Dialog Box
  10. #define IDH_DISABLEHELP (DWORD(-1))
  11. #define IDH_102_205 13434982 // Defragmentation Complete: "See Report" (Button)
  12. #define IDH_102_2 131174 // Defragmentation Complete: "Close Window" (Button)
  13. static const DWORD DefragCompleteHelpIDArray[]=
  14. {
  15. ID_GENERIC_BUTTON1, IDH_102_205,
  16. ID_GENERIC_BUTTON0, IDH_102_2,
  17. 0, 0
  18. };
  19. // "Analysis Report" Dialog Box
  20. #define IDH_DISABLEHELP (DWORD(-1))
  21. #define IDH_104_1013 66388072 // Analysis Report: "Save Report" (Button)
  22. #define IDH_104_1014 66453608 // Analysis Report: "Print" (Button)
  23. #define IDH_104_201 13172840 // Analysis Report: "Defragment" (Button)
  24. #define IDH_104_203 13303912 // Analysis Report: "" (Edit)
  25. #define IDH_104_204 13369448 // Analysis Report: "List1" (SysListView32)
  26. #define IDH_104_2 131176 // Analysis Report: "Close Window" (Button)
  27. static const DWORD AnalysisRptHelpIDArray[]=
  28. {
  29. IDC_SAVE, IDH_104_1013,
  30. IDC_PRINT, IDH_104_1014,
  31. IDC_DEFRAGMENT, IDH_104_201,
  32. IDC_VOLUME_INFORMATION, IDH_104_203,
  33. IDC_VOLUME_INFORMATION_TEXT, IDH_104_203,
  34. IDC_MOST_FRAGMENTED, IDH_104_204,
  35. IDC_MOST_FRAGMENTED_TEXT, IDH_104_204,
  36. IDCANCEL, IDH_104_2,
  37. 0, 0
  38. };
  39. // "Defragmentation Report" Dialog Box
  40. #define IDH_DISABLEHELP (DWORD(-1))
  41. #define IDH_105_1013 66388073 // Defragmentation Report: "Save Report" (Button)
  42. #define IDH_105_1014 66453609 // Defragmentation Report: "Print" (Button)
  43. #define IDH_105_203 13303913 // Defragmentation Report: "" (Edit)
  44. #define IDH_105_204 13369449 // Defragmentation Report: "List1" (SysListView32)
  45. #define IDH_105_2 131177 // Defragmentation Report: "Close Window" (Button)
  46. static const DWORD DefragRptHelpIDArray[]=
  47. {
  48. IDC_SAVE, IDH_105_1013,
  49. IDC_PRINT, IDH_105_1014,
  50. IDC_VOLUME_INFORMATION, IDH_105_203,
  51. IDC_VOLUME_INFORMATION_TEXT, IDH_105_203,
  52. IDC_MOST_FRAGMENTED, IDH_105_204,
  53. IDC_MOST_FRAGMENTED_TEXT, IDH_105_204,
  54. IDCANCEL, IDH_105_2,
  55. 0, 0
  56. };
  57. // "Analysis Complete" Dialog Box
  58. #define IDH_DISABLEHELP (DWORD(-1))
  59. #define IDH_106_201 13172842 // Analysis Complete: "Defragment" (Button)
  60. #define IDH_106_205 13434986 // Analysis Complete: "See Report" (Button)
  61. #define IDH_106_2 131178 // Analysis Complete: "Close Window" (Button)
  62. static const DWORD AnalysisCompleteHelpIDArray[]=
  63. {
  64. ID_GENERIC_BUTTON1, IDH_106_201,
  65. ID_GENERIC_BUTTON2, IDH_106_205,
  66. ID_GENERIC_BUTTON0, IDH_106_2,
  67. 0, 0
  68. };
  69. #endif //DFRGHLPINC