resource.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 3k
Category:

Windows Kernel

Development Platform:

Visual C++

  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_SHARING                 0x1300
  22. #define IDS_RENAME                  0x1301
  23. #define IDS_SENDTO                  0x1302
  24. #define IDS_PROPERTIES              0x1303
  25. #define IDS_OVERWRITE_DLG_TEXT      0x1400
  26. #define IDS_OVERWRITE_DLG_TITLE     0x1401
  27. #define IDS_BROWSERONLY_DLG_TEXT    0x1500
  28. #define IDS_BROWSERONLY_DLG_TITLE   0x1501
  29. #define IDS_INFO_MUST_CONNECT       0x1600
  30. #define IDS_INFO_DLG_TITLE          0x1601
  31. #define IDS_VALUE_UNKNOWN           0x1700
  32. //
  33. // Icons.
  34. //
  35. #define IDI_FIRSTICON           0x2000
  36. #define IDI_CHANNEL             0x2000
  37. #define IDI_STORY               0x2001
  38. #define IDI_OPENSUBCHANNEL      0x2002
  39. #define IDI_CLOSESUBCHANNEL     0x2003
  40. #define IDI_CHANNELFOLDER       0x2004
  41. #define IDI_DESKTOP             0x2005
  42. //
  43. // Menu items.
  44. //
  45. #define IDM_CONTEXTMENU         0x3000
  46. #define IDM_OPEN                0x0001
  47. #define IDM_PROPERTIES          0x0002
  48. #define IDM_SUBSCRIBEDMENU      0x3200
  49. #define IDM_UNSUBSCRIBEDMENU    0x3300
  50. #define IDM_NOSUBSCRIBEMENU     0x3400
  51. #define IDM_UNSUBSCRIBE         0x0001
  52. #define IDM_EDITSUBSCRIPTION    0x0002
  53. #define IDM_UPDATESUBSCRIPTION  0x0003
  54. #define IDM_REFRESHCHANNEL      0x0004
  55. #define IDM_VIEWSOURCE          0x0005
  56. #define IDM_SUBSCRIBE           0x0006
  57. //
  58. // AVI files
  59. //
  60. #define IDA_DOWNLOAD            0x4800
  61. //
  62. // Dialogs
  63. //
  64. #define IDD_CHANNELREFRESH          0x5000
  65. #define IDC_DOWNLOADPROGRESS        0x0100
  66. #define IDC_DOWNLOADMSG             0x0101
  67. #define IDC_DOWNLOADANIMATE         0x0102
  68. #define IDD_CHANNEL_PROP            0x5100
  69. #define IDC_ICONEX2                 0x0103
  70. #define IDC_NAME                    0x0104
  71. #define IDC_URL_TEXT                0x0105
  72. #define IDC_URL                     0x0106
  73. #define IDC_HOTKEY_TEXT             0x0107
  74. #define IDC_HOTKEY                  0x0108
  75. #define IDC_VISITS_TEXT             0x1018
  76. #define IDC_VISITS                  0x1019
  77. #define IDC_MAKE_OFFLINE            0x1020
  78. #define IDC_SUMMARY                 0x1021
  79. #define IDC_LAST_SYNC_TEXT          0x1022
  80. #define IDC_LAST_SYNC               0x1023
  81. #define IDC_DOWNLOAD_SIZE_TEXT      0x1024
  82. #define IDC_DOWNLOAD_SIZE           0x1025
  83. #define IDC_DOWNLOAD_RESULT_TEXT    0x1026
  84. #define IDC_DOWNLOAD_RESULT         0x1027
  85. #define IDC_FREE_SPACE_TEXT         0x1028
  86. //
  87. // HTML files
  88. //
  89. // these pairs must match up (apart from the quotes)
  90. #define IDH_XMLERRORPAGE     xmlerror.htm
  91. #define SZH_XMLERRORPAGE     TEXT("xmlerror.htm")
  92. #define IDH_HRERRORPAGE     hrerror.htm
  93. #define SZH_HRERRORPAGE     TEXT("hrerror.htm")
  94. #define IDH_CACHEERRORPAGE   cacheerr.htm
  95. #define SZH_CACHEERRORPAGE   TEXT("cacheerr.htm")