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.

14 lines
493 B

  1. #ifndef _SR_HELPIDS
  2. #define _SR_HELPIDS
  3. //
  4. // System Restore Tab help topics
  5. //
  6. #define IDH_SR_TURN_OFF 16001 // Turn off all drives (check box)
  7. #define IDH_SR_SELECT_VOLUME 16002 // Volume list (list view)
  8. #define IDH_SR_CHANGE_SETTINGS 16003 // Change settings (pushbutton)
  9. #define IDH_SR_CONFIRM_CHANGE 16004 // OK or Apply
  10. #define IDH_SR_CANCEL 16005 // Cancel
  11. #define IDH_SR_TURN_OFF_DRIVE 16006 // Turn off single drive (check box)
  12. #endif