Leaked source code of windows server 2003
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.

124 lines
3.3 KiB

  1. //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
  2. //
  3. // resource.h
  4. //
  5. // Defines for the resources used in cdf view.
  6. //
  7. // History:
  8. //
  9. // 3/20/97 edwardp Created.
  10. //
  11. ////////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Strings.
  14. //
  15. #define IDS_COLUMN_NAME 0x1000
  16. #define IDS_ERROR_DLG_TEXT 0x1100
  17. #define IDS_ERROR_DLG_TITLE 0x1101
  18. #define IDS_ERROR_NO_CACHE_ENTRY 0x1102
  19. #define IDS_CHANNEL_FOLDER 0x1200
  20. #define IDS_SOFTWAREUPDATE_FOLDER 0x1201
  21. #define IDS_CHANNEL_FILE 0x1202
  22. #define IDS_SHARING 0x1300
  23. #define IDS_RENAME 0x1301
  24. #define IDS_SENDTO 0x1302
  25. #define IDS_PROPERTIES 0x1303
  26. #define IDS_OVERWRITE_DLG_TEXT 0x1400
  27. #define IDS_OVERWRITE_DLG_TITLE 0x1401
  28. #define IDS_BROWSERONLY_DLG_TEXT 0x1500
  29. #define IDS_BROWSERONLY_DLG_TITLE 0x1501
  30. #define IDS_INFO_MUST_CONNECT 0x1600
  31. #define IDS_INFO_DLG_TITLE 0x1601
  32. #define IDS_VALUE_UNKNOWN 0x1700
  33. //
  34. // Icons.
  35. //
  36. #define IDI_FIRSTICON 0x2000
  37. #define IDI_CHANNEL 0x2000
  38. #define IDI_STORY 0x2001
  39. #define IDI_OPENSUBCHANNEL 0x2002
  40. #define IDI_CLOSESUBCHANNEL 0x2003
  41. #define IDI_CHANNELFOLDER 0x2004
  42. #define IDI_DESKTOP 0x2005
  43. //
  44. // Menu items.
  45. //
  46. #define IDM_CONTEXTMENU 0x3000
  47. #define IDM_OPEN 0x0001
  48. #define IDM_PROPERTIES 0x0002
  49. #define IDM_SUBSCRIBEDMENU 0x3200
  50. #define IDM_UNSUBSCRIBEDMENU 0x3300
  51. #define IDM_NOSUBSCRIBEMENU 0x3400
  52. #define IDM_UNSUBSCRIBE 0x0001
  53. #define IDM_EDITSUBSCRIPTION 0x0002
  54. #define IDM_UPDATESUBSCRIPTION 0x0003
  55. #define IDM_REFRESHCHANNEL 0x0004
  56. #define IDM_VIEWSOURCE 0x0005
  57. #define IDM_SUBSCRIBE 0x0006
  58. //
  59. // AVI files
  60. //
  61. #define IDA_DOWNLOAD 0x4800
  62. //
  63. // Dialogs
  64. //
  65. #define IDD_CHANNELREFRESH 0x5000
  66. #define IDC_DOWNLOADPROGRESS 0x0100
  67. #define IDC_DOWNLOADMSG 0x0101
  68. #define IDC_DOWNLOADANIMATE 0x0102
  69. #define IDD_CHANNEL_PROP 0x5100
  70. #define IDC_ICONEX2 0x0103
  71. #define IDC_NAME 0x0104
  72. #define IDC_URL_TEXT 0x0105
  73. #define IDC_URL 0x0106
  74. #define IDC_HOTKEY_TEXT 0x0107
  75. #define IDC_HOTKEY 0x0108
  76. #define IDC_VISITS_TEXT 0x1018
  77. #define IDC_VISITS 0x1019
  78. #define IDC_MAKE_OFFLINE 0x1020
  79. #define IDC_SUMMARY 0x1021
  80. #define IDC_LAST_SYNC_TEXT 0x1022
  81. #define IDC_LAST_SYNC 0x1023
  82. #define IDC_DOWNLOAD_SIZE_TEXT 0x1024
  83. #define IDC_DOWNLOAD_SIZE 0x1025
  84. #define IDC_DOWNLOAD_RESULT_TEXT 0x1026
  85. #define IDC_DOWNLOAD_RESULT 0x1027
  86. #define IDC_FREE_SPACE_TEXT 0x1028
  87. //
  88. // HTML files
  89. //
  90. // these pairs must match up (apart from the quotes)
  91. #define IDH_XMLERRORPAGE xmlerror.htm
  92. #define SZH_XMLERRORPAGE TEXT("xmlerror.htm")
  93. #define IDH_HRERRORPAGE hrerror.htm
  94. #define SZH_HRERRORPAGE TEXT("hrerror.htm")
  95. #define IDH_CACHEERRORPAGE cacheerr.htm
  96. #define SZH_CACHEERRORPAGE TEXT("cacheerr.htm")