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.
 
 
 
 
 
 

20 lines
653 B

#define IDI_SUPERTIP 101
#define IDC_NORMAL 102
#define IDC_PRESSHOLD 103
#define IDR_TRAYMENU 200
#define IDM_OPEN 40000
#define IDM_TOGGLE_ROTATION 40001
#ifdef DEBUG
#define IDM_PROPERTIES 40002
#endif
#define IDS_TABSRV_TITLE 1000
#define IDS_SUPERTIP_TITLE 1001
#define IDS_BALLOON_TEXT 1002
#define IDS_SHOW_SUPERTIP 1003
#define IDS_HIDE_SUPERTIP 1004
#define IDS_SCREEN_PORTRAIT 1005
#define IDS_SCREEN_LANDSCAPE 1006