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.

129 lines
5.4 KiB

  1. //---------------------------------------------------------------------------
  2. // Defines for the rc file.
  3. //---------------------------------------------------------------------------
  4. //
  5. // IE 2.0 icon ids
  6. //
  7. // NOTE for IE 2.0 compatibilty these icons MUST be in this order
  8. //
  9. #define RES_ICO_FRAME 32528
  10. #define RES_ICO_HTML 32529
  11. #define RES_ICO_EXTRA_1 32530
  12. #define RES_ICO_EXTRA_2 32531
  13. #define RES_ICO_EXTRA_3 32532
  14. #define RES_ICO_EXTRA_4 32533
  15. #define IDI_APPEARANCE 32534
  16. #define IDI_ADVANCED 32535
  17. #undef IDI_HOMEPAGE
  18. #define IDI_HOMEPAGE 32536
  19. #define IDI_GOTOURL 32537
  20. #define IDI_FINDTEXT 32538
  21. #define IDI_UNKNOWN_FILETYPE 32539
  22. #define RES_ICO_JPEG 32540
  23. #define RES_ICO_GIF 32541
  24. #define IDI_INTERNET 32542
  25. #define RES_ICON_FOLDER_OPEN 32543
  26. #define RES_ICON_FOLDER_CLOSED 32544
  27. #define RES_ICON_URL_FILE 32545
  28. #define IDI_SECURITY 32546
  29. #define RES_ICO_NOICON 32547
  30. #define RES_ICO_FINDING 32548
  31. #define RES_ICO_CONNECTING 32549
  32. #define RES_ICO_ACCESSING 32550
  33. #define RES_ICO_RECEIVING 32551
  34. #define IDI_NEWS 32552
  35. #define IDI_VRML 32553
  36. #define IDI_MHTMLFILE 32554
  37. // String IDS which are actually used:
  38. #define IDS_COMPATMODEWARNING 700
  39. #define IDS_COMPATMODEWARNINGTITLE 701
  40. #define IDS_INTERNETEXPLORER 702
  41. // Commmand ID
  42. #define FCIDM_FIRST FCIDM_GLOBALFIRST
  43. #define FCIDM_LAST FCIDM_BROWSERLAST
  44. //---------------------------------------------------------------------------
  45. #define FCIDM_BROWSER_FILE (FCIDM_BROWSERFIRST+0x0020)
  46. #define FCIDM_FILECLOSE (FCIDM_BROWSER_FILE+0x0001)
  47. #define FCIDM_PREVIOUSFOLDER (FCIDM_BROWSER_FILE+0x0002)
  48. #define FCIDM_ENTER (FCIDM_BROWSER_FILE+0x0003)
  49. // these aren't real menu commands, but they map to accelerators or other things
  50. #define FCIDM_NEXTCTL (FCIDM_BROWSER_FILE+0x0010)
  51. #define FCIDM_DROPDRIVLIST (FCIDM_BROWSER_FILE+0x0011)
  52. //---------------------------------------------------------------------------
  53. #define FCIDM_VIEWTOOLBAR (FCIDM_BROWSERFIRST + 0x0010)
  54. #define FCIDM_VIEWSTATUSBAR (FCIDM_BROWSERFIRST + 0x0011)
  55. #define FCIDM_VIEWOPTIONS (FCIDM_BROWSERFIRST + 0x0012)
  56. //---------------------------------------------------------------------------
  57. #define FCIDM_BROWSER_HELP (FCIDM_BROWSERFIRST+0x0100)
  58. #define FCIDM_HELPSEARCH (FCIDM_BROWSER_HELP+0x0001)
  59. #define FCIDM_HELPABOUT (FCIDM_BROWSER_HELP+0x0002)
  60. //----------------------------------------------------------------
  61. #define FCIDM_BROWSER_EXPLORE (FCIDM_BROWSERFIRST + 0x0110)
  62. #define FCIDM_NAVIGATEBACK (FCIDM_BROWSER_EXPLORE+0x0001)
  63. #define FCIDM_NAVIGATEFORWARD (FCIDM_BROWSER_EXPLORE+0x0002)
  64. #define FCIDM_BROWSEROPTIONS (FCIDM_BROWSER_EXPLORE+0x0003)
  65. #define FCIDM_RECENTMENU (FCIDM_BROWSER_EXPLORE+0x0010)
  66. #define FCIDM_RECENTFIRST (FCIDM_BROWSER_EXPLORE+0x0011)
  67. #define FCIDM_RECENTLAST (FCIDM_BROWSER_EXPLORE+0x0050)
  68. #define FCIDM_FAVORITES (FCIDM_BROWSER_EXPLORE+0x0052)
  69. #define FCIDM_ADDTOFAVORITES (FCIDM_BROWSER_EXPLORE+0x0053)
  70. #define FCIDM_FAVORITEFIRST (FCIDM_BROWSER_EXPLORE+0x0055)
  71. #define FCIDM_FAVORITELAST (FCIDM_BROWSER_EXPLORE+0x0100)
  72. #define FCIDM_FAVORITE_ITEM (FCIDM_FAVORITEFIRST + 0)
  73. #define FCIDM_FAVORITECMDFIRST (FCIDM_FAVORITES)
  74. #define FCIDM_FAVORITECMDLAST (FCIDM_FAVORITELAST)
  75. #define MH_POPUPS 700
  76. #define MH_ITEMS (800-FCIDM_FIRST)
  77. #define MH_TTBASE (MH_ITEMS - (FCIDM_LAST - FCIDM_FIRST))
  78. #define IDS_TT_PREVIOUSFOLDER (MH_TTBASE+FCIDM_PREVIOUSFOLDER)
  79. #define IDS_TT_NAVIGATEBACK (MH_TTBASE + FCIDM_NAVIGATEBACK)
  80. #define IDS_TT_NAVIGATEFORWARD (MH_TTBASE + FCIDM_NAVIGATEFORWARD)
  81. #define IDS_TT_FAVORITES (MH_TTBASE + FCIDM_FAVORITES)
  82. #define IDS_TT_ADDTOFAVORITES (MH_TTBASE + FCIDM_ADDTOFAVORITES)
  83. // Define string ids that go into resource file
  84. #define IDS_MH_DRIVELIST (MH_ITEMS+FCIDM_DRIVELIST)
  85. #define IDS_MH_MENU_FILE (MH_ITEMS+FCIDM_MENU_FILE)
  86. #define IDS_MH_MENU_EXPLORE (MH_ITEMS+FCIDM_MENU_EXPLORE)
  87. #define IDS_MH_MENU_HELP (MH_ITEMS+FCIDM_MENU_HELP)
  88. #define IDS_MH_FILECLOSE (MH_ITEMS+FCIDM_FILECLOSE)
  89. #define IDS_MH_PREVIOUSFOLDER (MH_ITEMS+FCIDM_PREVIOUSFOLDER)
  90. #define IDS_MH_HELPSEARCH (MH_ITEMS+FCIDM_HELPSEARCH)
  91. #define IDS_MH_HELPABOUT (MH_ITEMS+FCIDM_HELPABOUT)
  92. #define IDS_MH_NAVIGATEBACK (MH_ITEMS+FCIDM_NAVIGATEBACK)
  93. #define IDS_MH_NAVIGATEBACK (MH_ITEMS+FCIDM_NAVIGATEBACK)
  94. #define IDS_MH_NAVIGATEFORWARD (MH_ITEMS+FCIDM_NAVIGATEFORWARD)
  95. #define IDS_MH_RECENTMENU (MH_ITEMS+FCIDM_RECENTMENU)
  96. #define IDS_MH_MENU_FAVORITES (MH_ITEMS+FCIDM_MENU_FAVORITES)
  97. #define IDS_MH_FAVORITES (MH_ITEMS+FCIDM_FAVORITES)
  98. #define IDS_MH_ADDTOFAVORITES (MH_ITEMS+FCIDM_ADDTOFAVORITES)
  99. #define IDS_NAVIGATEBACKTO 720
  100. #define IDS_NAVIGATEFORWARDTO 721
  101. #define IDS_OPTIONS 722
  102. #define IDS_TITLE 723
  103. #define IDS_ERROR_GOTO 724
  104. #define IDS_NONE 725
  105. #define IDS_NAME 726 // Used for NAME member function for fram programmability
  106. // Accelerator ID
  107. #define ACCEL_MERGE 0x100
  108. // Menu ID
  109. #define MENU_TEMPLATE 0x100
  110. #define MENU_FAVORITES 0x101