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

  1. #define IDI_SUPERTIP 101
  2. #define IDC_NORMAL 102
  3. #define IDC_PRESSHOLD 103
  4. #define IDR_TRAYMENU 200
  5. #define IDM_OPEN 40000
  6. #define IDM_TOGGLE_ROTATION 40001
  7. #ifdef DEBUG
  8. #define IDM_PROPERTIES 40002
  9. #endif
  10. #define IDS_TABSRV_TITLE 1000
  11. #define IDS_SUPERTIP_TITLE 1001
  12. #define IDS_BALLOON_TEXT 1002
  13. #define IDS_SHOW_SUPERTIP 1003
  14. #define IDS_HIDE_SUPERTIP 1004
  15. #define IDS_SCREEN_PORTRAIT 1005
  16. #define IDS_SCREEN_LANDSCAPE 1006