windows-nt/Source/XPSP1/NT/admin/services/sched/service/tasksrc.h
2020-09-26 16:20:57 +08:00

18 lines
497 B
C

// Icons
#define IDI_STATE_SUSPENDED 401
#define IDI_STATE_RUNNING 402
#define IDI_STATE_IDLE 403
// Popu Menu
#define IDR_TRAY_ICON_POPUP_MENU_PAUSE 3601
#define IDR_TRAY_ICON_POPUP_MENU_CONTINUE 3602
#define IDM_OPEN_JOB_FOLDER 3701
#define IDM_SUSPEND_SCHEDULER 3702
// Strings for tray icon tool tip.
#define IDS_STATE_SUSPENDED 502
#define IDS_STATE_RUNNING 503
#define IDS_STATE_IDLE 504