2025-04-27 07:49:33 -04:00

18 lines
514 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