15 lines
493 B
C
15 lines
493 B
C
#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
|