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
14 lines
493 B
#ifndef _SR_HELPIDS
|
|
#define _SR_HELPIDS
|
|
|
|
//
|
|
// System Restore Tab help topics
|
|
//
|
|
#define IDH_SR_TURN_OFF 16001 // Turn off all drives (check box)
|
|
#define IDH_SR_SELECT_VOLUME 16002 // Volume list (list view)
|
|
#define IDH_SR_CHANGE_SETTINGS 16003 // Change settings (pushbutton)
|
|
#define IDH_SR_CONFIRM_CHANGE 16004 // OK or Apply
|
|
#define IDH_SR_CANCEL 16005 // Cancel
|
|
#define IDH_SR_TURN_OFF_DRIVE 16006 // Turn off single drive (check box)
|
|
|
|
#endif
|