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.

98 lines
3.3 KiB

  1. #ifndef DESKTOP2_RESOURCE_H
  2. #define DESKTOP2_RESOURCE_H
  3. #define IDR_STARTUI 1000
  4. #define IDB_USERTILELEFT 100 // just need the user image in the future
  5. #define IDB_USERTILEBACK 101
  6. #define IDB_USERTILERIGHT 102 // this will be autogened from one of the background images in the future
  7. #define IDB_BACKGROUND1 103
  8. #define IDB_BACKGROUND2 104
  9. #define IDB_BACKGROUND3 105
  10. #define IDB_INTERNET 106
  11. #define IDB_EMAIL 107
  12. #define IDB_SEARCH 108
  13. #define IDB_TOPCURVE 109
  14. #define IDB_SIDECURVE 110
  15. #define IDB_LOGOFF 111
  16. #define IDB_TURNOFF 112
  17. #define IDB_BOTTOMCURVE 113
  18. #define IDB_BOTTOMSIDECURVE 114
  19. #define IDM_PICTMENU 115
  20. #define IDS_WELCOME 200
  21. #define IDS_INTERNET 201
  22. #define IDS_EMAIL 202
  23. #define IDS_SEARCH 203
  24. #define IDS_FREQUENT 204
  25. #define IDS_PROGRAMS 205
  26. #define IDS_DOCUMENTS 206
  27. #define IDS_SHOWALL 207
  28. #define IDS_CUSTOMIZE 208
  29. #define IDS_LOGOFF 209
  30. #define IDS_TURNOFF 210
  31. #define IDS_CUSTOMTIP_MYDOCS 300
  32. #define IDS_CUSTOMTIP_RECENT 301
  33. #define IDS_CUSTOMTIP_MYMUSIC 302
  34. #define IDS_CUSTOMTIP_MYPICS 303
  35. #define IDS_CUSTOMTIP_MYCOMP 304
  36. #define IDS_CUSTOMTIP_MYNETPLACES 305
  37. #define IDS_CUSTOMTIP_CONNECTTO 306
  38. #define IDS_CUSTOMTIP_CTRLPANEL 307
  39. #define ID_CMD_CHANGE_PICTURE 42
  40. #define MENU_CONNECTTO 6000
  41. #define IDM_OPENCONFOLDER 1
  42. // reserved ids for Start Pane infotip strings - 7000 to 7999
  43. // reserved ids for Start Pane infotip strings - 7000 to 7999
  44. #define IDS_STARTPANE_INFOTIP_SEARCH 7000
  45. #define IDS_STARTPANE_INFOTIP_HELP 7001
  46. #define IDS_STARTPANE_INFOTIP_WINSECURITY 7002
  47. #define IDS_STARTPANE_INFOTIP_FILERUN 7003
  48. #define IDS_STARTPANE_INFOTIP_CLIENTINET 7004
  49. #define IDS_STARTPANE_INFOTIP_CLIENTMAIL 7005
  50. #define IDS_STARTPANE_TITLE_SEARCH 7020
  51. #define IDS_STARTPANE_TITLE_HELP 7021
  52. #define IDS_STARTPANE_TITLE_WINSECURITY 7022
  53. #define IDS_STARTPANE_TITLE_FILERUN 7023
  54. #define IDS_STARTPANE_TITLE_CLIENTINET 7024
  55. #define IDS_STARTPANE_TITLE_CLIENTMAIL 7025
  56. #define IDS_SFTHOST_OFFERREMOVEITEM 0x2020
  57. #define IDS_SFTHOST_REMOVEFROMLIST 0x2021
  58. #define IDS_STARTPANE_MOREPROGRAMS 0x2022
  59. #define IDS_STARTPANE_MOREPROGRAMS_TIP 0x2023
  60. #define IDS_CONNECTTO_OPENFOLDER 0x2024
  61. #define IDS_STARTPANE_MOREPROGRAMS_BALLOONTITLE 0x2025
  62. #define IDS_STARTPANE_SPECIALITEMSTIP 0x2026
  63. #define IDS_STARTPANE_CLIPPED_TITLE 0x2027
  64. #define IDS_STARTPANE_CLIPPED_TEXT 0x2028
  65. #define IDS_STARTPANE_CONNECTTO 0x2029
  66. #define IDS_STARTPANE_CONTROLPANEL 0x202A
  67. #define IDS_STARTPANE_FAVORITES 0x202B
  68. #define IDS_STARTPANE_RECENT 0x202C
  69. #define IDS_STARTPANE_TOTALHEIGHT 0x2040
  70. #define IDS_STARTPANE_TOTALWIDTH 0x2041
  71. #define IDS_STARTPANE_USERHEIGHT 0x2042
  72. #define IDS_STARTPANE_MOREPROGHEIGHT 0x2043
  73. #define IDS_STARTPANE_LOGOFFHEIGHT 0x2044
  74. #define IDS_SFTHOST_SHOWONDESKTOP 0x2050
  75. #define IDB_LOGOFF_NORMAL 7010
  76. #define IDB_LOGOFF_HOT 7011
  77. #define IDS_LOGOFF_TEXT_FRIENDLY 7012
  78. #define IDS_LOGOFF_TEXT_DOMAIN 7013
  79. #define IDS_LOGOFF_TIP_EJECT 7014
  80. #define IDS_LOGOFF_TIP_LOGOFF 7015
  81. #define IDS_LOGOFF_TIP_SHUTDOWN 7016
  82. #define IDS_LOGOFF_TIP_DISCONNECT 7017
  83. #endif // DESKTOP2_RESOURCE_H