1 #pragma once 2 3 #define IDS_USAGE 100 4 5 #define IDS_DELETE_ALL 105 6 #define IDS_NEW_JOB 106 7 #define IDS_JOBS_LIST 107 8 #define IDS_NO_ENTRIES 108 9 10 #define IDS_TODAY 109 11 #define IDS_TOMORROW 110 12 #define IDS_EVERY 111 13 #define IDS_NEXT 112 14 15 16 #define IDS_YES 101 17 #define IDS_NO 102 18 #define IDS_ERROR 103 19 #define IDS_OK 104 20 21 #define IDS_TASKID 122 22 #define IDS_STATUS 123 23 #define IDS_SCHEDULE 124 24 #define IDS_TIME 125 25 #define IDS_INTERACTIVE 126 26 #define IDS_COMMAND 127 27 28 #define IDS_CONFIRM_QUESTION 130 29 #define IDS_CONFIRM_INVALID 131 30 #define IDS_CONFIRM_YES 132 31 #define IDS_CONFIRM_NO 133 32