mirror of https://github.com/tongzx/nt5src
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
17 lines
497 B
|
|
// 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
|
|
|