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

Windows Kernel

Development Platform:

Visual C++

  1. // copied from shdocvwresource.h
  2. // values adjusted to not conflict with shell32ids.h
  3. //
  4. // IE4 shipped with FCIDM_NEXTCTL as 0xA030 and we can not change it
  5. // because we need to support IE5 browser only on top of IE4 integrated.
  6. #define FCIDM_NEXTCTL       (FCIDM_BROWSERFIRST + 0x30) // explorer browseui shell32
  7. // IE4 shipped with FCIDM_FINDFILES as 0xA0085 and we can not change it
  8. // because we need to support IE5 browser only on top of IE4 integrated.
  9. #define FCIDM_FINDFILES     (FCIDM_BROWSERFIRST + 0x85)
  10. #define IDD_BACKGROUND                  0x7500
  11. #define IDD_COMPONENTS                  0x7501
  12. #define IDD_ADDCOMPONENT                0x7502
  13. #define IDD_PATTERN                     0x7503
  14. #define IDD_EDITPAT                     0x7504
  15. #define IDD_FOLDEROPTIONS               0x7505
  16. #define IDD_FOLDERCUSTOM                0x7506
  17. #define IDD_CHECKSINGLECLICK            0x7507
  18. #define IDD_ADVANCEDOPTIONS             0x7508
  19. #define IDI_BACK_NONE                   200 // shell32 id.h goes to 173 for icons
  20. #define IDI_FRAME                       0x0200
  21. #define IDC_PAT_LIST                    0x7550
  22. #define IDC_PAT_SAMPLE                  0x7551
  23. #define IDC_PAT_EDIT                    0x7552
  24. #define IDC_PAT_PATTERN                 0x7553
  25. #define IDC_PAT_PREVIEW                 0x7554
  26. #define IDC_EPAT_COMBO                  0x7555
  27. #define IDC_EPAT_SAMPLE                 0x7556
  28. #define IDC_EPAT_PATTERN                0x7557
  29. #define IDC_EPAT_ADD                    0x7558
  30. #define IDC_EPAT_CHANGE                 0x7559
  31. #define IDC_EPAT_DEL                    0x755a
  32. #define IDC_EPAT_NAME                   0x755b
  33. #define IDC_EPAT_SAMPTEXT               0x755c
  34. #define IDC_EPAT_PATTEXT                0x755d
  35. #define IDC_BACK_WPLIST                 0x7560
  36. #define IDC_BACK_BROWSE                 0x7561
  37. #define IDC_BACK_PATTERN                0x7562
  38. #define IDC_BACK_WPSTYLE                0x7563
  39. #define IDC_BACK_PREVIEW                0x7565
  40. #define IDC_BACK_GROUP                  0x7566
  41. #define IDC_BACK_DISPLAY                0x7567
  42. #define IDC_COMP_LIST                   0x7570
  43. #define IDC_COMP_NEW                    0x7571
  44. #define IDC_COMP_DELETE                 0x7572
  45. #define IDC_COMP_PROPERTIES             0x7573
  46. #define IDC_COMP_RESET                  0x7574
  47. #define IDC_COMP_PREVIEW                0x7575
  48. #define IDC_COMP_CHANNELS               0x7576
  49. #define IDC_COMP_ENABLEAD               0x7577
  50. #define IDC_COMP_FOLDEROPT              0x7578
  51. #define IDC_CPROP_COMPLIST              0x7579
  52. #define IDC_CPROP_SOURCE                0x757a
  53. #define IDC_CPROP_BROWSE                0x757b
  54. #define IDC_GOTO_GALLERY                0x757c
  55. #define IDC_KBSTART                     0x857c
  56. // ids for IDD_FOLDEROPTIONS
  57. #define IDC_FOPT_CLASSICTEXT            0x7580
  58. #define IDC_FOPT_WEBTEXTDESCRIPTION     0x7581
  59. #define IDC_FOPT_PREVIEW                0x7582
  60. #define IDC_FOPT_RADIO_WEB              0x7583
  61. #define IDC_FOPT_RADIO_CLASSIC          0x7584
  62. #define IDC_FOPT_RADIO_CUSTOM           0x7585
  63. #define IDC_FOPT_BUTTON_SETTINGS        0x7586
  64. #define IDC_FOPT_INTEGRATION_GROUPBOX   0x7587
  65. // ids for IDD_FOLDERCUSTOM
  66. #define IDC_FCUS_SAME_WINDOW            0x7590
  67. #define IDC_FCUS_SEPARATE_WINDOWS       0x7591
  68. #define IDC_FCUS_WHENEVER_POSSIBLE      0x7592
  69. #define IDC_FCUS_WHEN_CHOOSE            0x7593
  70. #define IDC_FCUS_SINGLECLICK            0x7594
  71. #define IDC_FCUS_ICON_IE                0x7595
  72. #define IDC_FCUS_ICON_HOVER             0x7596
  73. #define IDC_FCUS_DOUBLECLICK            0x7597
  74. #define IDC_FCUS_WEB                    0x7598
  75. #define IDC_FCUS_CLASSIC                0x7599
  76. #define IDC_FCUS_CUSTOMIZE              0x759A
  77. // ids for IDD_CHECKSINGLECLICK
  78. #define IDC_SC_YES                      0x75A0
  79. #define IDC_SC_NO                       0x75A1
  80. #define IDC_SC_MOREINFO                 0x75A2
  81. // ids for IDD_ADVANCEDOPTIONS
  82. #define IDC_ADVO_ADVANCEDTREE           0x75A8
  83. #define IDC_ADVO_ADV_RESTORE_DEF        0x75A9
  84. #define IDC_ADVO_RESETTOORIGINAL        0x75AA
  85. #define IDC_ADVO_USECURRENTFOLDER       0x75AB
  86. #define IDC_ADVO_IMAGEFOLDER            0x75AC
  87. #define IDC_ADVO_ADVANCEDTEXT           0x75AD
  88. #define IDC_ADVO_GROUPBOX               0x75AE
  89. //
  90. // The constants below came from DESKHTML.DLL
  91. //
  92. #define IDS_SUBSCRIBEDURL               0x7600
  93. #define IDS_RESIZEABLE                  0x7601
  94. #define IDS_BASE_TAG                    0x7602
  95. #define IDS_COMMENT_BEGIN               0x7603
  96. #define IDS_COMMENT1                    0x7604
  97. #define IDS_COMMENT_END                 0x7605
  98. #define IDS_HEADER_BEGIN                0x7606
  99. #define IDS_BODY_BEGIN                  0x7607
  100. #define IDS_DIV_START                   0x7608
  101. #define IDS_DIV_SIZE                    0x7609
  102. #define IDS_IMAGE_BEGIN                 0x760a
  103. #define IDS_IMAGE_LOCATION              0x760b
  104. #define IDS_IMAGE_SIZE                  0x760c
  105. #define IDS_DIV_END                     0x760d
  106. #define IDS_IFRAME_BEGIN                0x760e
  107. #define IDS_IFRAME_SIZE                 0x760f
  108. #define IDS_BODY_END                    0x7610
  109. #define IDS_CONTROL_1                   0x7611
  110. #define IDS_CONTROL_2                   0x7612
  111. #define IDS_CONTROL_3                   0x7613
  112. #define IDS_DIV_START2                  0x7614
  113. #define IDS_DIV_START2W                 0x7615
  114. #define IDS_IMAGE_BEGIN2                0x7616
  115. #define IDS_IFRAME_BEGIN2               0x7617
  116. #define IDS_BODY_BEGIN2                 0x7618
  117. #define IDS_BODY_CENTER_WP              0x7619
  118. #define IDS_BODY_PATTERN_AND_WP         0x761a
  119. #define IDS_STRETCH_WALLPAPER           0x761b
  120. #define IDS_WPSTYLE                     0x761c    // first style string
  121. #define IDS_WPSTYLE_CENTER              (IDS_WPSTYLE)
  122. #define IDS_WPSTYLE_TILE                (IDS_WPSTYLE+1)
  123. #define IDS_WPSTYLE_STRETCH             (IDS_WPSTYLE+2)
  124. #define IDS_PAT_UNLISTED                0x7620
  125. #define IDS_EPAT_REMOVECAP              0x7621
  126. #define IDS_EPAT_REMOVE                 0x7622
  127. #define IDS_EPAT_CHANGECAP              0x7623
  128. #define IDS_EPAT_CHANGE                 0x7624
  129. #define IDS_EPAT_CREATE                 0x7625
  130. #define IDS_COMP_BADURL                 0x7626
  131. #define IDS_COMP_TITLE                  0x7627
  132. #define IDS_COMP_EXISTS                 0x7628
  133. #define IDS_COMP_SUBSCRIBED             0x7629
  134. #define IDS_COMP_BADSUBSCRIBE           0x762a
  135. #define IDS_SAMPLE_COMPONENT            0x762b
  136. #define IDS_CHANNEL_BAR                 0x762c
  137. #define IDS_COMP_CONFIRMDEL             0x762d
  138. #define IDS_VALIDFN_FMT                 0x762e
  139. #define IDS_VALIDFN_TITLE               0x762f
  140. #define IDS_BACK_TYPE1                  0x7630
  141. #define IDS_BACK_TYPE2                  0x7631
  142. #define IDS_COMP_TYPE1                  0x7632
  143. #define IDS_COMP_TYPE2                  0x7633
  144. #define IDS_VISIT_URL                   0x7634
  145. #define IDS_COMP_CONFIRMRESET           0x7635
  146. #define IDS_BACK_FILETYPES              0x7636
  147. #define IDS_COMP_FILETYPES              0x7637
  148. #define IDS_ADDCOMP_ERROR_CDFNODTI      0x7638
  149. #define IDS_ADDCOMP_ERROR_CDFINALID     0x7639
  150. #define IDS_VISITGALLERY_TEXT           0x763a
  151. #define IDS_VISITGALLERY_TITLE          0x763b
  152. #define IDS_CONFIRM_AD_ON               0x763c
  153. #define IDS_CONFIRM_ADI_REINSTALL       0x763d
  154. #define IDS_ADDRBAND_ACCELLERATOR       0x763e
  155. #define IDS_FOLDEROPT_TEXT              0x763f
  156. #define IDS_FOLDEROPT_TITLE             0x7640
  157. #define IDS_CUSTOMDESK_TEXT             0x7641
  158. #define IDS_CUSTOMDESK_TITLE            0x7642
  159. #define IDS_FOLDERVIEWS                 0x7643
  160. #define IDS_LIKECURRENT_TEXT            0x7644
  161. #define IDS_RESETALL_TEXT               0x7645
  162. #define IDS_DIV_START3                  0x7646
  163. #define IDS_BODY_PATTERN_AND_WP2        0x7647
  164. #define IDS_BODY_CENTER_WP2             0x7648
  165. #define IDS_BODY_END2                   0x7649
  166. #define IDS_COMP_EXISTS_2               0x764a
  167. #define IDS_HTMLDOCUMENT                0x764b
  168. #define IDS_PICTURE                     0x764c
  169. #define IDS_WEBSITE                     0x764d
  170. #define IDS_ADDTODESKTOP                0x764e
  171. #define IDS_EDITDESKTOPCOMP             0x764f
  172. #define IDS_CDF_FILTER                  0x7650
  173. #define IDS_URL_FILTER                  0x7651
  174. #define IDS_TYPETHENAMESTRING           0x7652
  175. #define IDS_IMAGES_FILTER               0x7653
  176. #define IDS_HTMLDOC_FILTER              0x7654
  177. #define IDS_CONFIRM_ADD                 0x7655
  178. #define IDS_INTERNET_EXPLORER           0x7656
  179. #define IDS_CANTADD_BROWSERONLY         0x7657
  180. #define IDS_NOHTML_SELECTED             0x7658
  181. #define IDS_URL_EXTENSION               0x7659
  182. #define IDS_CONFIRM_OVERWRITE_SUBSCR    0x765a
  183. #define IDS_CONFIRM_RESET_SAFEMODE      0x765b
  184. #define IDS_WPNONE                      0x765c
  185. #define IDS_CONFIRM_TURNINGON_AD        0x765d // Not for the confirm close dialogs!
  186. #define IDS_MENU_SUBSCRIBE_DESKCOMP     0x765e
  187. #define IDS_YOULOSE                     0x765f
  188. #define IDS_CMTF_COPYTO                 0x7660
  189. #define IDS_CMTF_MOVETO                 0x7661
  190. #define IDS_CMTF_DLG_TITLE              0x7662 //cmtf <=> CopyMoveToFolder
  191. #define IDS_CMTF_ERRORMSG               0x7663
  192. #define IDS_CABINET                     0x7664
  193. #define IDS_CANTFINDDIR                 0x7665
  194. #define ACCEL_DESKTOP           3
  195. #define IDS_MENU_RESET                  0x7666
  196. #define IDS_SENDLINKTO                  0x7667
  197. #define IDS_SENDPAGETO                  0x7668
  198. #define IDS_SENDTO_ERRORMSG             0x7669
  199. #define IDS_NEWMENU             0x766a
  200. #define IDS_NEWFILEPREFIX       0x766b
  201. #define IDS_NEWFOLDER           0x766c
  202. #define IDS_NEWLINK             0x766d
  203. #define IDS_FOLDERTEMPLATE      0x766e
  204. #define IDS_FOLDERLONGPLATE     0x766f
  205. #define IDS_NEWLINKTEMPLATE     0x7670
  206. #define IDS_NEWFILE_ERROR_TITLE 0x7671
  207. #define IDS_DESKTOPWEBSETTINGS  0x7672
  208. // Still more constants moved (and renumbered) from shdocvwresource.h
  209. //#define IDS_COMPSETTINGS              xxxxxx // already in shell32resource.h
  210. // More constants moved (and renumbered) from shdocvwresource.h
  211. #define MENU_DESKCOMP_CONTEXTMENU       400
  212. #define MENU_STARTMENU_MYDOCS           401 // This can be changed
  213. // BUGBUG - raymondc - This used to be at FCIDM_BROWSER_EXPLORE+0x240.
  214. // What does that mean?  Is that number special?  I just gave it a new
  215. // number.
  216. #define IDM_DCCM_FIRST          0xA100
  217. #define DCCM_MENUITEMS          20  //  reserved space for Desktop Component Menu items
  218. #define IDM_DCCM_OFFLINE        (IDM_DCCM_FIRST+0x02)
  219. #define IDM_DCCM_SYNCHRONIZE    (IDM_DCCM_FIRST+0x03)
  220. #define IDM_DCCM_PROPERTIES     (IDM_DCCM_FIRST+0x04)
  221. #define IDM_DCCM_CUSTOMIZE      (IDM_DCCM_FIRST+0x08)
  222. #define IDM_DCCM_CLOSE          (IDM_DCCM_FIRST+0x09)
  223. #define IDM_DCCM_FULLSCREEN     (IDM_DCCM_FIRST+0x0a)
  224. #define IDM_DCCM_SPLIT          (IDM_DCCM_FIRST+0x0b)
  225. #define IDM_DCCM_RESTORE        (IDM_DCCM_FIRST+0x0c)
  226. #define IDM_DCCM_LASTCOMPITEM   (IDM_DCCM_FIRST+DCCM_MENUITEMS)
  227. #define IDM_MYDOCUMENTS         516     //from shdocvw.rc@v500
  228. // Bitmap IDs
  229. #define IDB_MONITOR             0x135
  230. #define IDB_WIZARD              0x136
  231. /* The  Following statements define the bitmaps used in the folder options dialog box
  232. The naming is based on the following scheme
  233. A - Active Desktop   0 means Off                        1 Means on
  234. W - Window           1 means Single Window              2 Means Multiple Window
  235. V - View             0 means Classic View               1 means Web View
  236. U - Underline/Click  0 means Double Click               1 means single Click
  237.   Example :
  238.    A1W2V1U0
  239.    Bitmap corresponding to the case where Active Desktop is turned on, folders are opened in
  240.    multiple window , we have Web Style View and Double Click is necessary to invoke the item
  241. Bitmap IDs for the Folder Options/General 
  242. Preview.
  243.  IMPORTANT:  Order of the following IDs  should maintained as the 
  244.  code which loads these bitmaps assumes this order.
  245. */
  246. #define     IDB_A1W1V1U1      0x0100
  247. #define     IDB_A1W1V1U0      0x0101
  248. #define     IDB_A1W1V0U1      0x0102
  249. #define     IDB_A1W1V0U0      0x0103
  250. #define     IDB_A1W2V1U1      0x0104
  251. #define     IDB_A1W2V1U0      0x0105
  252. #define     IDB_A1W2V0U1      0x0106
  253. #define     IDB_A1W2V0U0      0x0107
  254. #define     IDB_A0W1V1U1      0x0108
  255. #define     IDB_A0W1V1U0      0x0109
  256. #define     IDB_A0W1V0U1      0x010A
  257. #define     IDB_A0W1V0U0      0x010B
  258. #define     IDB_A0W2V1U1      0x010C
  259. #define     IDB_A0W2V1U0      0x010D
  260. #define     IDB_A0W2V0U1      0x010E
  261. #define     IDB_A0W2V0U0      0x010F
  262. // These numbers are for CShellDispatch (sdmain.cpp) to send
  263. // messages to the tray.
  264. //The following value is taken from  shdocvwrcids.h
  265. #ifndef FCIDM_REFRESH
  266. #define FCIDM_REFRESH  0xA220
  267. #endif // FCIDM_REFRESH
  268. #define FCIDM_BROWSER_VIEW      (FCIDM_BROWSERFIRST+0x0060)
  269. #define FCIDM_BROWSER_TOOLS     (FCIDM_BROWSERFIRST+0x0080)
  270. #define FCIDM_STOP              (FCIDM_BROWSER_VIEW + 0x001a)
  271. #define FCIDM_ADDTOFAVNOUI      (FCIDM_BROWSER_VIEW + 0x0021)
  272. #define FCIDM_VIEWITBAR         (FCIDM_BROWSER_VIEW + 0x0022)
  273. #define FCIDM_VIEWSEARCH        (FCIDM_BROWSER_VIEW + 0x0017)
  274. #define FCIDM_CUSTOMIZEFOLDER   (FCIDM_BROWSER_VIEW + 0x0018)
  275. #define FCIDM_VIEWFONTS         (FCIDM_BROWSER_VIEW + 0x0019)
  276. // 1a is FCIDM_STOP
  277. #define FCIDM_THEATER           (FCIDM_BROWSER_VIEW + 0x001b)        
  278. #define FCIDM_JAVACONSOLE       (FCIDM_BROWSER_VIEW + 0x001c)
  279. #define FCIDM_BROWSER_EDIT      (FCIDM_BROWSERFIRST+0x0040)
  280. #define FCIDM_MOVE              (FCIDM_BROWSER_EDIT+0x0001)
  281. #define FCIDM_COPY              (FCIDM_BROWSER_EDIT+0x0002)
  282. #define FCIDM_PASTE             (FCIDM_BROWSER_EDIT+0x0003)
  283. #define FCIDM_SELECTALL         (FCIDM_BROWSER_EDIT+0x0004)
  284. #define FCIDM_LINK              (FCIDM_BROWSER_EDIT+0x0005)     // create shortcut
  285. #define FCIDM_EDITPAGE          (FCIDM_BROWSER_EDIT+0x0006)
  286. #define DVIDM_SENDTO         (FCIDM_SHVIEWFIRST + 0x140)
  287. #define DVIDM_SENDTOFIRST    (FCIDM_SHVIEWFIRST + 0x141)
  288. #define DVIDM_HELPSEARCH        (FCIDM_SHVIEWFIRST + 0x151)