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.

502 lines
20 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Trident/MSHTML
  4. // Copyright (C) Microsoft Corporation, 1992 - 1998
  5. //
  6. // File: mshtmlrc.h
  7. //
  8. // Contents: Resource identifiers
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef I_MSHTMLRC_H_
  12. #define I_MSHTMLRC_H_
  13. #pragma INCMSG("--- Beg 'mshtmlrc.h'")
  14. #define IDC_SELBAR 2008 // Text select cursor for text site
  15. #define IDC_NOSCROLLVH 2025
  16. #define IDC_HYPERLINK 9801
  17. #define IDC_HYPERLINK_OFFLINE 9802
  18. #define IDC_HIBEAM 9803
  19. #define IDC_RESIZEROW2 9804
  20. #define IDC_RESIZECOL2 9805
  21. #define IDR_DRAG_CONTEXT_MENU 24645 //0x6045 // bad id - not in core range
  22. // HTML Form
  23. #define IDR_HTMLFORM_MENUDESIGN 907
  24. #define IDR_HTMLFORM_MENURUN 908
  25. #define IDR_HTMLFORM_DOCDIR 909
  26. #define IDS_HTMLFORM_USERTYPESHORT 181
  27. #define IDS_HTMLFORM_USERTYPEFULL 180
  28. // Form
  29. #define IDR_ACCELS_SITE_DESIGN 41
  30. #define IDR_ACCELS_SITE_RUN 40
  31. #define IDR_ACCELS_FRAMESET_DESIGN 47
  32. #define IDR_ACCELS_FRAMESET_RUN 46
  33. #define IDR_ACCELS_INPUTTXT_DESIGN 43
  34. #define IDR_ACCELS_INPUTTXT_RUN 42
  35. #define IDR_ACCELS_TCELL_DESIGN 45
  36. #define IDR_ACCELS_TCELL_RUN 44
  37. #define IDR_ACCELS_BODY_RUN 48
  38. #define IDR_ACCELS_BODY_DESIGN 49
  39. #define IDR_ACCELS_TXTSITE_RUN 50
  40. #define IDR_ACCELS_TXTSITE_DESIGN 51
  41. //+------------------------------------------------------------------------
  42. //
  43. // Error strings
  44. //
  45. //-------------------------------------------------------------------------
  46. #define IDS_USERTYPEAPP 2212 // Microsoft Forms 2.0
  47. #define IDS_MESSAGE_BOX_TITLE 2213 // Microsoft Forms
  48. #define IDS_ERROR_SOLUTION 2214 // Solution:\n<0s>
  49. #define IDS_EA_SETTING_PROPERTY 2216 // Could not set property ...
  50. #define IDS_EA_GETTING_PROPERTY 2217 // Could not get property ...
  51. #define IDS_EA_CALLING_METHOD 2326 // Could not call method ...
  52. #define IDS_EE_INVALID_PROPERTY_VALUE 2218 // The value entered is not valid ..
  53. #define IDS_ES_ENTER_VALUE_IN_RANGE 2220 // Enter a value between..
  54. #define IDS_ES_ENTER_VALUE_GT_ZERO 2221 // Enter a value greater than
  55. #define IDS_ES_ENTER_VALUE_GE_ZERO 2222 // Enter a value greater than
  56. #define IDS_EE_SETNOTSUPPORTEDATRUNTIME 2321 // Set property is not support at runtime.
  57. #define IDS_EE_METHODNOTAPPLICABLE 2324
  58. #define IDS_ES_ENTER_PROPER_VALUE 2325 // Enter a proper value
  59. #define IDS_EE_INVALIDPICTURETYPE 2227 // CTL_E_INVALIDPICTURETYPE mouse icon must be a mouse icon
  60. #define IDS_EE_CANTMOVEFOCUSTOCTRL 2322 // can't move focus to control because...
  61. #define IDS_EE_INVALIDPICTURE 2331 // CTL_E_INVALIDPICTURE
  62. #define IDS_EE_FAIL 2330 // E_FAIL
  63. #define IDS_EE_UNEXPECTED 2329 // E_UNEXPECTED
  64. #define IDS_EE_INVALIDARG 2336 // E_INVALIDARG
  65. #define IDS_EE_INVALIDPROPERTYARRAYINDEX 2332 // CTL_E_INVALIDPROPERTYARRAYINDEX
  66. #define IDS_EE_INVALIDPROPERTYVALUE 2333 // CTL_E_INVALIDPROPERTYVALUE
  67. #define IDS_EE_OVERFLOW 2334 // CTL_E_OVERFLOW
  68. #define IDS_EE_PERMISSIONDENIED 2335 // CTL_E_PERMISSIONDENIED
  69. #define IDS_MSG_SAVE_MODIFIED_OBJECT 2223 // Save modified object?
  70. #define IDS_CTRLPROPERTIES 2229
  71. #define IDS_NAMEDCTRLPROPERTIES 2230
  72. #define IDS_EA_PASTE_CONTROL 2235
  73. #define IDS_EA_INSERT_CONTROL 2236
  74. #define IDS_UNKNOWN_ERROR 2215 // Unknown error <0x>
  75. #define IDS_EE_CONTROLNEEDSFOCUS 2327 // The control needs to have the focus
  76. #define IDS_EE_NOTLICENSED 2337 // CLASS_E_NOTLICENSED
  77. #define IDS_EE_INVALIDPASTETARGET 2338 // CTL_E_INVALIDPASTETARGET
  78. #define IDS_EE_INVALIDPASTESOURCE 2339 // CTL_E_INVALIDPASTESOURCE
  79. #define IDS_UNKNOWN 2340
  80. #define IDS_EE_INTERNET_INVALID_URL 2341
  81. #define IDS_EE_INTERNET_NAME_NOT_RESOLVED 2342
  82. #define IDS_EE_MISMATCHEDTAG 2345 // CTL_E_MISMATCHEDTAG
  83. #define IDS_EE_INCOMPATIBLEPOINTERS 2346 // CTL_E_INCOMPATIBLEPOINTERS
  84. #define IDS_EE_UNPOSITIONEDPOINTER 2347 // CTL_E_UNPOSITIONEDPOINTER
  85. #define IDS_EE_UNPOSITIONEDELEMENT 2348 // CTL_E_UNPOSITIONEDELEMENT
  86. #define IDS_EDITVERB 2210
  87. #define IDS_PROPVERB 2211
  88. //----------------------------------------------------------------------------
  89. //
  90. // Generic property page (52xx)
  91. //
  92. //----------------------------------------------------------------------------
  93. #define IDS_PPG_GENERIC 5211
  94. #define IDS_PPG_INLINE_STYLE 5212
  95. #define IDC_PROPNAME 5204
  96. #define IDE_PROPVALUE 5208
  97. //----------------------------------------------------------------------------
  98. //
  99. // Misc strings
  100. //
  101. //----------------------------------------------------------------------------
  102. // The following IDS's must be kept in order, such that the
  103. // string for a given unit has the id IDS_UNITS_BASE + units
  104. // Otherwise, the StringToHimetric and HimetricToString functions
  105. // in himetric.cxx will break. (chrisz)
  106. #define IDS_UNITS_BASE 2240
  107. #define IDS_UNITS_INCH (IDS_UNITS_BASE+0)
  108. #define IDS_UNITS_CM (IDS_UNITS_BASE+1)
  109. #define IDS_UNITS_POINT (IDS_UNITS_BASE+2)
  110. //----------------------------------------------------------------------------
  111. //
  112. // Undo strings
  113. //
  114. //----------------------------------------------------------------------------
  115. #define IDS_UNDO (IDS_UNITS_POINT + 1)
  116. #define IDS_REDO (IDS_UNDO + 1)
  117. #define IDS_CANTUNDO (IDS_UNDO + 2)
  118. #define IDS_CANTREDO (IDS_UNDO + 3)
  119. #define IDS_UNDONEWCTRL (IDS_UNDO + 4)
  120. #define IDS_UNDODELETE (IDS_UNDO + 5)
  121. #define IDS_UNDOPROPCHANGE (IDS_UNDO + 6)
  122. #define IDS_UNDOMOVE (IDS_UNDO + 7)
  123. #define IDS_UNDODRAGDROP (IDS_UNDO + 9)
  124. #define IDS_UNDOPASTE (IDS_UNDO + 15)
  125. #define IDS_UNDOTYPING (IDS_UNDO + 16)
  126. #define IDS_UNDOGENERICTEXT (IDS_UNDO + 19)
  127. #define IDS_E_CMDNOTSUPPORTED 2206
  128. #define IDS_SITE_BASE 7999
  129. #define IDS_HTMLDEFAULTFONT (IDS_SITE_BASE + 19)
  130. #define IDS_RUNAWAYSCRIPT (IDS_SITE_BASE + 29)
  131. #define IDS_PROTECTEDFROMUNSAFEOCX (IDS_SITE_BASE + 31)
  132. #define IDS_PROTECTEDFROMOCXINIT (IDS_SITE_BASE + 32)
  133. #define IDS_REPOSTFORMDATA (IDS_SITE_BASE + 33)
  134. #define IDS_OCXDISABLED (IDS_SITE_BASE + 34)
  135. #define IDS_MISMATCHEDXML (IDS_SITE_BASE + 35)
  136. #define IDS_DEBUGCONTINUE (IDS_SITE_BASE + 36)
  137. #define IDS_FMTDEBUGCONTINUE (IDS_SITE_BASE + 37)
  138. #define IDS_ERR_SAVEPICTUREAS (IDS_SITE_BASE + 26)
  139. #define IDS_ERR_SETWALLPAPER (IDS_SITE_BASE + 27)
  140. #define IDS_ERR_SETDESKTOPITEM (IDS_SITE_BASE + 38)
  141. //+----------------------------------------------------------------------------
  142. //
  143. // string used by script window
  144. //
  145. //----------------------------------------------------------------------------
  146. #define IDS_OMWINDOW_FIRST 8300
  147. #define IDS_VAR2STR_VTERROR (IDS_OMWINDOW_FIRST + 0)
  148. #define IDS_VAR2STR_VTNULL (IDS_OMWINDOW_FIRST + 1)
  149. #define IDS_VAR2STR_VTBOOL_TRUE (IDS_OMWINDOW_FIRST + 2)
  150. #define IDS_VAR2STR_VTBOOL_FALSE (IDS_OMWINDOW_FIRST + 3)
  151. //+----------------------------------------------------------------------------
  152. //
  153. // string used in conversion GetIDsOfNames
  154. //
  155. //----------------------------------------------------------------------------
  156. #define IDS_DISPID_FIRST 8200 // matches:
  157. #define IDS_DISPID_FONTNAME (IDS_DISPID_FIRST + 1) // DISPID_CommonCtrl_FONTNAME
  158. #define IDS_DISPID_FONTSIZE (IDS_DISPID_FIRST + 2) // DISPID_CommonCtrl_FONTSIZE
  159. #define IDS_DISPID_FONTBOLD (IDS_DISPID_FIRST + 3) // DISPID_CommonCtrl_FONTBOLD
  160. #define IDS_DISPID_FONTITAL (IDS_DISPID_FIRST + 4) // DISPID_CommonCtrl_FONTITAL
  161. #define IDS_DISPID_FONTUNDER (IDS_DISPID_FIRST + 5) // DISPID_CommonCtrl_FONTUNDER
  162. #define IDS_DISPID_BACKCOLOR (IDS_DISPID_FIRST + 7) // DISPID_BACKCOLOR
  163. #define IDS_DISPID_BORDERCOLOR (IDS_DISPID_FIRST + 9) // DISPID_BORDERCOLOR
  164. #define IDS_DISPID_BORDERSTYLE (IDS_DISPID_FIRST + 10) // DISPID_BORDERSTYLE
  165. #define IDS_DISPID_TEXTALIGN (IDS_DISPID_FIRST + 11) // DISPID_CommonCtrl_TextAlign
  166. #define IDS_DISPID_SPECIALEFFECT (IDS_DISPID_FIRST + 12) // DISPID_CommonCtrl_SpecialEffect
  167. #define IDS_DISPID_FONTSUPERSCRIPT (IDS_DISPID_FIRST + 13) // DISPID_CommonCtrl_FONTSUPERSCRIPT
  168. #define IDS_DISPID_FONTSUBSCRIPT (IDS_DISPID_FIRST + 14) // DISPID_CommonCtrl_FONTSUBSCRIPT
  169. //+----------------------------------------------------------------------------
  170. //
  171. // Button caption constants
  172. //
  173. //----------------------------------------------------------------------------
  174. #define IDS_BUTTONCAPTION_RESET 8500
  175. #define IDS_BUTTONCAPTION_SUBMIT 8501
  176. #define IDS_BUTTONCAPTION_UPLOAD 8502
  177. //+----------------------------------------------------------------------------
  178. //
  179. // Printing constants
  180. //
  181. //----------------------------------------------------------------------------
  182. #define IDS_PRINT_URLTITLE 8400
  183. #define IDS_PRINT_URLCOL1HEAD 8401
  184. #define IDS_PRINT_URLCOL2HEAD 8402
  185. #define IDS_DEFAULTHEADER 8403
  186. #define IDS_DEFAULTFOOTER 8404
  187. #define IDS_DEFAULTMARGINTOP 8405
  188. #define IDS_DEFAULTMARGINBOTTOM 8406
  189. #define IDS_DEFAULTMARGINLEFT 8407
  190. #define IDS_DEFAULTMARGINRIGHT 8408
  191. //+----------------------------------------------------------------------------
  192. //
  193. // Progress status text strings
  194. //
  195. //-----------------------------------------------------------------------------
  196. #define IDS_BINDSTATUS_DOWNLOADING 8154
  197. #define IDS_BINDSTATUS_DOWNLOADINGDATA_PICTURE 8155
  198. #define IDS_BINDSTATUS_GENERATINGDATA_TEXT 8156
  199. #define IDS_BINDSTATUS_DOWNLOADINGDATA_TEXT 8157
  200. #define IDS_BINDSTATUS_INSTALLINGCOMPONENTS 8160
  201. #define IDS_BINDSTATUS_DOWNLOADINGDATA_BITS 8167
  202. #define IDS_DONE 8169
  203. #define IDS_LOADINGTABLE 8170
  204. #define IDS_DATABINDING 8171
  205. #define IDS_FRIENDLYURL_SHORTCUTTO 8172
  206. #define IDS_FRIENDLYURL_AT 8173
  207. #define IDS_FRIENDLYURL_SENDSMAILTO 8174
  208. #define IDS_FRIENDLYURL_LOCAL 8175
  209. #define IDS_FRIENDLYURL_GOPHER 8176
  210. #define IDS_FRIENDLYURL_FTP 8177
  211. #define IDS_FRIENDLYURL_SECUREWEBSITE 8178
  212. #define IDS_CANNOTLOAD 8193
  213. #define IDS_ONBEFOREUNLOAD_PREAMBLE 8194
  214. #define IDS_ONBEFOREUNLOAD_POSTAMBLE 8197
  215. #define IDS_DEFAULT_ISINDEX_PROMPT 8196
  216. #define IDS_UNKNOWNPROTOCOL 2511
  217. #define IDS_SECURECONNECTIONINFO 2512
  218. #define IDS_SECURE_LOW 2513
  219. #define IDS_SECURE_MEDIUM 2514
  220. #define IDS_SECURE_HIGH 2515
  221. #define IDS_SECURESOURCE 2516
  222. // Jave Script prompt() dialog
  223. #define IDD_PROMPT_MSHTML 8131
  224. #define IDC_PROMPT_PROMPT 8132
  225. #define IDC_PROMPT_EDIT 8133
  226. // Plugin/ActiveX Viewer Not Installed dialog
  227. #define IDD_PLUGIN_UPGRADE 8134
  228. #define IDC_PLUGIN_UPGRADE_CHECK 8135
  229. #define IDC_PLUGIN_UPGRADE_EXTENSION 8136
  230. #define IDC_PLUGIN_UPGRADE_MIME_TYPE 8137
  231. #define IDS_PROPERTYOPENPICTURE 5010
  232. #define IDS_PROPERTYOPENMOUSEICON 5011
  233. #define IDS_HTMLFORM_SAVE 8114
  234. #define IDS_SAVEPICTUREAS_GIF 8116
  235. #define IDS_SAVEPICTUREAS_JPG 8117
  236. #define IDS_SAVEPICTUREAS_BMP 8118
  237. #define IDS_SAVEPICTUREAS_XBM 8119
  238. #define IDS_SAVEPICTUREAS_ART 8120
  239. #define IDS_SAVEPICTUREAS_WMF 8121
  240. #define IDS_SAVEPICTUREAS_EMF 8122
  241. #define IDS_SAVEPICTUREAS_AVI 8123
  242. #define IDS_SAVEPICTUREAS_MPG 8124
  243. #define IDS_SAVEPICTUREAS_MOV 8125
  244. #define IDS_SAVEPICTUREAS_ORIGINAL 8126
  245. #define IDS_UNTITLED_BITMAP 8127
  246. #define IDS_UNTITLED_MSHTML 8128
  247. #define IDS_WALLPAPER_BMP 8129
  248. #define IDS_SAVEPICTUREAS_PNG 8138
  249. #define IDS_UPLOADFILE 5444
  250. #ifdef UNIX
  251. # define IDS_PRINT_ERROR 5445
  252. # define IDS_PRINT_ERROR_MSG 5446
  253. #endif
  254. #define IDS_DLAY_ERROR_BASE 8999
  255. #define IDS_MSG_DB_CANTSAVE (IDS_DLAY_ERROR_BASE + 1)
  256. #define IDS_EE_DB_COERCE (IDS_DLAY_ERROR_BASE + 2)
  257. #define IDS_EE_DB_DELROW (IDS_DLAY_ERROR_BASE + 3)
  258. #define IDS_EE_DB_READ (IDS_DLAY_ERROR_BASE + 4)
  259. #define IDS_EE_DB_SCHEMA (IDS_DLAY_ERROR_BASE + 5)
  260. #define IDS_EE_DB_CANCELED (IDS_DLAY_ERROR_BASE + 6)
  261. #define IDS_EE_DB_OTHER_STATUS (IDS_DLAY_ERROR_BASE + 7)
  262. #define IDS_MENUHELP(idm) (10000 + (idm))
  263. #define IDS_TOOLTIP(idm) (20000 + (idm))
  264. //+----------------------------------------------------------------------------
  265. //
  266. // HTML Block Format String
  267. //
  268. //-----------------------------------------------------------------------------
  269. #define IDS_BLOCKFMT_NORMAL 1000
  270. #define IDS_BLOCKFMT_PRE 1001
  271. #define IDS_BLOCKFMT_ADDRESS 1002
  272. #define IDS_BLOCKFMT_H1 1003
  273. #define IDS_BLOCKFMT_H2 1004
  274. #define IDS_BLOCKFMT_H3 1005
  275. #define IDS_BLOCKFMT_H4 1006
  276. #define IDS_BLOCKFMT_H5 1007
  277. #define IDS_BLOCKFMT_H6 1008
  278. #define IDS_BLOCKFMT_OL 1009
  279. #define IDS_BLOCKFMT_UL 1010
  280. #define IDS_BLOCKFMT_DIR 1011
  281. #define IDS_BLOCKFMT_MENU 1012
  282. #define IDS_BLOCKFMT_DT 1013
  283. #define IDS_BLOCKFMT_DD 1014
  284. #define IDS_BLOCKFMT_P 1016
  285. #define IDS_HELPABOUT_STRING 1017
  286. //+----------------------------------------------------------------------------
  287. //
  288. // default title caption for untitled HTML documents
  289. //
  290. //-----------------------------------------------------------------------------
  291. #define IDS_NULL_TITLE 1020
  292. // default document security property
  293. #define IDS_DEFAULT_DOC_SECURITY_PROP 8130
  294. //+----------------------------------------------------------------------------
  295. //
  296. // MailTo constants
  297. //
  298. //----------------------------------------------------------------------------
  299. #define IDS_MAILTO_DEFAULTSUBJECT 8600
  300. #define IDS_MAILTO_MAILCLIENTNOTFOUND 8601
  301. #define IDS_MAILTO_SUBMITALERT 8602
  302. // New Encoding Menu
  303. #define RES_STRING_ENCODING_MORE 4700
  304. #if DBG == 1
  305. #define IDS_COLOR_BLACK 5430
  306. #define IDS_COLOR_NAVY 5431
  307. #define IDS_COLOR_BLUE 5432
  308. #define IDS_COLOR_CYAN 5433
  309. #define IDS_COLOR_RED 5434
  310. #define IDS_COLOR_LIME 5435
  311. #define IDS_COLOR_GRAY 5436
  312. #define IDS_COLOR_GREEN 5437
  313. #define IDS_COLOR_YELLOW 5438
  314. #define IDS_COLOR_PINK 5439
  315. #define IDS_COLOR_VIOLET 5440
  316. #define IDS_COLOR_WHITE 5441
  317. // 5442 and 5443 replaced by html dialogs
  318. #endif // DBG == 1
  319. //----------------------------------------------------------------------------
  320. //
  321. // HTML dialog (53xx)
  322. //
  323. //----------------------------------------------------------------------------
  324. #define IDS_WEBPAGEDIALOG 5301
  325. #define IDS_CODEPAGE 5302
  326. //----------------------------------------------------------------------------
  327. //
  328. // Icons
  329. //
  330. //----------------------------------------------------------------------------
  331. #define RES_ICO_FRAME 2660
  332. #define RES_ICO_HTML 2661
  333. #define IDI_APPEARANCE 2662
  334. #define IDI_ADVANCED 2663
  335. #define IDI_GOTOURL 2664
  336. #define IDI_HOMEPAGE_MSHTML 2665
  337. #define IDI_FINDTEXT 2666
  338. #define IDI_UNKNOWN_FILETYPE 2667
  339. #define RES_ICO_GIF 2668
  340. #define RES_ICO_JPEG 2669
  341. #define RES_ICON_FOLDER_OPEN 2670
  342. #define RES_ICON_FOLDER_CLOSED 2671
  343. #define RES_ICON_URL_FILE 2672
  344. #define RES_ICO_NOICON 2673
  345. #define RES_ICO_FINDING 2674
  346. #define RES_ICO_CONNECTING 2675
  347. #define RES_ICO_ACCESSING 2676
  348. #define RES_ICO_RECEIVING 2677
  349. #define IDI_INTERNET 2678
  350. #define IDI_SECURITY 2679
  351. #define IDI_NEWS 2680
  352. #define IDI_VRML 2681
  353. #define IDB_DITHER 2502
  354. #define IDR_HATCHBMP 2503 // Bitmap for border hatching
  355. #define IDB_NOTLOADED 2030
  356. #define IDB_MISSING 2031
  357. //----------------------------------------------------------------------------
  358. //
  359. // Tab order dialog (3250 - 3260)
  360. //
  361. //----------------------------------------------------------------------------
  362. #define IDR_TABORDERLBL 3250
  363. #define IDR_TABORDERLSTBOX 3251
  364. #define IDR_BTNMOVEUP 3252
  365. #define IDR_BTNMOVEDOWN 3253
  366. //#define IDR_BTNAUTOORDER 3254
  367. #define IDR_TABORDERDLG 3255
  368. //#define IDR_TABORDERMOVELBL 3256
  369. // Menu index
  370. #define MENU_INDEX_EDIT 1
  371. #define MENU_INDEX_VIEW 2
  372. #define MENU_INDEX_INSERT 3
  373. #define MENU_INDEX_FORMAT 4
  374. //
  375. // unfortunately, these macros can't be used in defining
  376. // the symbols below: the resource compiler doesn't like them.
  377. #define IDS_USERTYPEFULL(base) ((base)/5)
  378. #define IDS_USERTYPESHORT(base) ((base)/5 + 1)
  379. #define IDR_FORM_CONTEXT_MENU 24640 //0x6040 // bad id - not in core range
  380. #define CX_CONTEXTMENUOFFSET 2
  381. #define CY_CONTEXTMENUOFFSET 2
  382. #define RT_FILE 2110
  383. // siterc.h
  384. // Add controls to the save as dialog.
  385. #define IDC_SAVE_CHARSET_MSHTML 8194
  386. #define IDR_BASE_HTMLFORM 900
  387. #ifndef NO_HTML_DIALOG
  388. // find resources are now located in shdocvw (peterlee)
  389. //#define IDR_FINDDIALOG _T("find.dlg")
  390. //#define IDR_BIDIFINDDIALOG _T("bidifind.dlg")
  391. #define IDR_REPLACEDIALOG _T("replace.dlg")
  392. #define IDR_FORPARDIALOG _T("forpar.dlg")
  393. #define IDR_FORCHARDIALOG _T("forchar.dlg")
  394. #define IDR_GOBOOKDIALOG _T("gobook.dlg")
  395. #define IDR_INSIMAGEDIALOG _T("insimage.dlg")
  396. #define IDR_EDLINKDIALOG _T("edlink.dlg")
  397. #define IDR_EDBOOKDIALOG _T("edbook.dlg")
  398. #endif // NO_HTML_DIALOG
  399. // otherrc.h
  400. #define IDD_GENERICPAGE 5202
  401. #define IDB_APPLY 5209
  402. #define IDB_OPENDLG 5210
  403. // window.close dialog string ID.
  404. //
  405. // BUGBUG (scotrobe): This same ID exists in
  406. // resource.h in shdocvw. Don't change one
  407. // without the other.
  408. //
  409. #define IDS_CONFIRM_SCRIPT_CLOSE_TEXT 0x3035
  410. #pragma INCMSG("--- End 'mshtmlrc.h'")
  411. #else
  412. #pragma INCMSG("*** Dup 'mshtmlrc.h'")
  413. #endif