Source code of Windows XP (NT5)
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.

17 lines
497 B

  1. // Icons
  2. #define IDI_STATE_SUSPENDED 401
  3. #define IDI_STATE_RUNNING 402
  4. #define IDI_STATE_IDLE 403
  5. // Popu Menu
  6. #define IDR_TRAY_ICON_POPUP_MENU_PAUSE 3601
  7. #define IDR_TRAY_ICON_POPUP_MENU_CONTINUE 3602
  8. #define IDM_OPEN_JOB_FOLDER 3701
  9. #define IDM_SUSPEND_SCHEDULER 3702
  10. // Strings for tray icon tool tip.
  11. #define IDS_STATE_SUSPENDED 502
  12. #define IDS_STATE_RUNNING 503
  13. #define IDS_STATE_IDLE 504