siterc.h
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 13k
Category:

Windows Develop

Development Platform:

Visual C++

  1. To be removed
  2. //+---------------------------------------------------------------------------
  3. //
  4. //  Microsoft Forms
  5. //  Copyright (C) Microsoft Corporation, 1992 - 1996
  6. //
  7. //  File:       siterc.h
  8. //
  9. //  Contents:   Resource identifiers for Site directory tree
  10. //
  11. //----------------------------------------------------------------------------
  12. #ifndef I_SITERC_H_
  13. #define I_SITERC_H_
  14. #pragma INCMSG("--- Beg 'siterc.h'")
  15. //----------------------------------------------------------------------------
  16. //
  17. // Registered servers
  18. //
  19. //  00900 - 00999    Site registered servers
  20. //  08000 - 08999    Site miscellaneous
  21. //
  22. //----------------------------------------------------------------------------
  23. //----------------------------------------------------------------------------
  24. //
  25. // Registered servers
  26. //
  27. //----------------------------------------------------------------------------
  28. // HTML Form
  29. #define IDR_BASE_HTMLFORM           900
  30. #define IDS_HTMLFORM_USERTYPEFULL   180
  31. #define IDS_HTMLFORM_USERTYPESHORT  181
  32. #define IDR_HTMLFORM_TOOLBOXBITMAP  905
  33. #define IDR_HTMLFORM_ACCELS         906
  34. #define IDR_HTMLFORM_MENUDESIGN     907
  35. #define IDR_HTMLFORM_MENURUN        908
  36. #define IDR_HTMLFORM_DOCDIR         909
  37. //----------------------------------------------------------------------------
  38. //
  39. // Errors
  40. //
  41. //----------------------------------------------------------------------------
  42. #define IDS_SITE_BASE      7999
  43. #define IDS_ACT_UPDATEPROPS          (IDS_SITE_BASE + 1)
  44. #define IDS_ACT_DDOCSTARTUP          (IDS_SITE_BASE + 2)
  45. #define IDS_ERR_DDOCPOPULATEFAILED   (IDS_SITE_BASE + 3)
  46. #define IDS_ERR_DDOCGENERAL          (IDS_SITE_BASE + 4)
  47. #define IDS_ACT_DDOCSCROLLGENERAL    (IDS_SITE_BASE + 5)
  48. #define IDS_ACT_DDOCSCROLLLINEUP     (IDS_SITE_BASE + 6)
  49. #define IDS_ACT_DDOCSCROLLLINEDOWN   (IDS_SITE_BASE + 7)
  50. #define IDS_ACT_DDOCSCROLLPAGEUP     (IDS_SITE_BASE + 8)
  51. #define IDS_ACT_DDOCSCROLLPAGEDOWN   (IDS_SITE_BASE + 9)
  52. #define IDS_ACT_DDOCSCROLLEND        (IDS_SITE_BASE + 10)
  53. #define IDS_SYNTAX_ERROR             (IDS_SITE_BASE + 12)    // "Syntax error in file %s (line %n): %s"
  54. #define IDS_LAYOUTSELTOOL            (IDS_SITE_BASE + 13)
  55. #define IDS_ACT_DDOCAFTERLOAD        (IDS_SITE_BASE + 14)
  56. #define IDS_LOADTEXT                 (IDS_SITE_BASE + 15)
  57. #define IDS_LOADTEXTUNKNOWNPROP      (IDS_SITE_BASE + 16)
  58. #define IDS_CONTAINERTEXT            (IDS_SITE_BASE + 17)
  59. #define IDS_TEXTSITETEXT             (IDS_SITE_BASE + 18)
  60. #define IDS_HTMLDEFAULTFONT          (IDS_SITE_BASE + 19)
  61. #define IDS_NAMEDPROPERTIES          (IDS_SITE_BASE + 21)
  62. #define IDS_UNNAMEDPROPERTIES        (IDS_SITE_BASE + 22)
  63. #define IDS_ERR_SAVEPICTUREAS        (IDS_SITE_BASE + 26)
  64. #define IDS_ERR_SETWALLPAPER         (IDS_SITE_BASE + 27)
  65. #define IDS_RUNAWAYSCRIPT            (IDS_SITE_BASE + 29)
  66. #define IDS_PROTECTEDFROMUNSAFEOCX   (IDS_SITE_BASE + 31)
  67. #define IDS_PROTECTEDFROMOCXINIT     (IDS_SITE_BASE + 32)
  68. #define IDS_REPOSTFORMDATA           (IDS_SITE_BASE + 33)
  69. #define IDS_OCXDISABLED              (IDS_SITE_BASE + 34)
  70. #define IDS_MISMATCHEDXML            (IDS_SITE_BASE + 35)
  71. #define IDS_DEBUGCONTINUE            (IDS_SITE_BASE + 36)
  72. #define IDS_FMTDEBUGCONTINUE         (IDS_SITE_BASE + 37)
  73. #define IDS_ERR_SETDESKTOPITEM       (IDS_SITE_BASE + 38)
  74. #define IDC_SITE_CURSORBASE         9800
  75. #define IDC_HYPERLINK               9801
  76. #define IDC_HYPERLINK_OFFLINE       9802
  77. #define IDC_HYPERLINK_WAIT          9803
  78. // Menu index
  79. #define MENU_INDEX_EDIT             1
  80. #define MENU_INDEX_VIEW             2
  81. #define MENU_INDEX_INSERT           3
  82. #define MENU_INDEX_FORMAT           4
  83. #define MENU_INDEX_TABLE            5
  84. #define IDS_HTMLFORM_SAVE                   8114
  85. #define IDS_2DFORM_SAVE                     8115
  86. #define IDS_SAVEPICTUREAS_GIF               8116
  87. #define IDS_SAVEPICTUREAS_JPG               8117
  88. #define IDS_SAVEPICTUREAS_BMP               8118
  89. #define IDS_SAVEPICTUREAS_XBM               8119
  90. #define IDS_SAVEPICTUREAS_ART               8120
  91. #define IDS_SAVEPICTUREAS_WMF               8121
  92. #define IDS_SAVEPICTUREAS_EMF               8122
  93. #define IDS_SAVEPICTUREAS_AVI               8123
  94. #define IDS_SAVEPICTUREAS_MPG               8124
  95. #define IDS_SAVEPICTUREAS_MOV               8125
  96. #define IDS_SAVEPICTUREAS_ORIGINAL          8126
  97. #define IDS_UNTITLED_BITMAP                 8127
  98. #define IDS_UNTITLED                        8128
  99. #define IDS_WALLPAPER_BMP                   8129
  100. // default document security property
  101. #define IDS_DEFAULT_DOC_SECURITY_PROP       8130
  102. // Jave Script prompt() dialog
  103. #define IDD_PROMPT                          8131
  104. #define IDC_PROMPT_PROMPT                   8132
  105. #define IDC_PROMPT_EDIT                     8133
  106. // Plugin/ActiveX Viewer Not Installed dialog
  107. #define IDD_PLUGIN_UPGRADE                  8134
  108. #define IDC_PLUGIN_UPGRADE_CHECK            8135
  109. #define IDC_PLUGIN_UPGRADE_EXTENSION        8136
  110. #define IDC_PLUGIN_UPGRADE_MIME_TYPE        8137
  111. // Save As string for PNG images
  112. #define IDS_SAVEPICTUREAS_PNG               8138
  113. //+----------------------------------------------------------------------------
  114. //
  115. // Progress status text strings
  116. //
  117. //-----------------------------------------------------------------------------
  118. #define IDS_BINDSTATUS_DOWNLOADING                  8154
  119. #define IDS_BINDSTATUS_DOWNLOADINGDATA_PICTURE      8155
  120. #define IDS_BINDSTATUS_GENERATINGDATA_TEXT          8156
  121. #define IDS_BINDSTATUS_DOWNLOADINGDATA_TEXT         8157
  122. #define IDS_BINDSTATUS_INSTALLINGCOMPONENTS         8160
  123. #define IDS_BINDSTATUS_DOWNLOADINGDATA_BITS         8167
  124. #define IDS_DONE                                    8169
  125. #define IDS_LOADINGTABLE                            8170
  126. #define IDS_DATABINDING                             8171
  127. #define IDS_FRIENDLYURL_SHORTCUTTO                  8172
  128. #define IDS_FRIENDLYURL_AT                          8173
  129. #define IDS_FRIENDLYURL_SENDSMAILTO                 8174
  130. #define IDS_FRIENDLYURL_LOCAL                       8175
  131. #define IDS_FRIENDLYURL_GOPHER                      8176
  132. #define IDS_FRIENDLYURL_FTP                         8177
  133. #define IDS_FRIENDLYURL_SECUREWEBSITE               8178
  134. #define IDS_CANNOTLOAD                              8193
  135. #define IDS_ONBEFOREUNLOAD_PREAMBLE                 8194
  136. #define IDS_ONBEFOREUNLOAD_POSTAMBLE                8195
  137. #define IDS_DEFAULT_ISINDEX_PROMPT                  8196
  138. // Add controls to the save as dialog.
  139. #define IDC_SAVE_CHARSET                            8194
  140. //+----------------------------------------------------------------------------
  141. //
  142. // string used in conversion GetIDsOfNames
  143. //
  144. //----------------------------------------------------------------------------
  145. #define IDS_DISPID_FIRST                8200                       // matches:
  146. #define IDS_DISPID_FONTNAME             (IDS_DISPID_FIRST +  1)    // DISPID_CommonCtrl_FONTNAME
  147. #define IDS_DISPID_FONTSIZE             (IDS_DISPID_FIRST +  2)    // DISPID_CommonCtrl_FONTSIZE
  148. #define IDS_DISPID_FONTBOLD             (IDS_DISPID_FIRST +  3)    // DISPID_CommonCtrl_FONTBOLD
  149. #define IDS_DISPID_FONTITAL             (IDS_DISPID_FIRST +  4)    // DISPID_CommonCtrl_FONTITAL
  150. #define IDS_DISPID_FONTUNDER            (IDS_DISPID_FIRST +  5)    // DISPID_CommonCtrl_FONTUNDER
  151. #define IDS_DISPID_FONTSTRIKE           (IDS_DISPID_FIRST +  6)    // DISPID_CommonCtrl_FONTSTRIKE
  152. #define IDS_DISPID_BACKCOLOR            (IDS_DISPID_FIRST +  7)    // DISPID_BACKCOLOR
  153. #define IDS_DISPID_BORDERCOLOR          (IDS_DISPID_FIRST +  9)    // DISPID_BORDERCOLOR
  154. #define IDS_DISPID_BORDERSTYLE          (IDS_DISPID_FIRST + 10)    // DISPID_BORDERSTYLE
  155. #define IDS_DISPID_TEXTALIGN            (IDS_DISPID_FIRST + 11)    // DISPID_CommonCtrl_TextAlign
  156. #define IDS_DISPID_SPECIALEFFECT        (IDS_DISPID_FIRST + 12)    // DISPID_CommonCtrl_SpecialEffect
  157. #define IDS_DISPID_FONTSUPERSCRIPT      (IDS_DISPID_FIRST + 13)    // DISPID_CommonCtrl_FONTSUPERSCRIPT
  158. #define IDS_DISPID_FONTSUBSCRIPT        (IDS_DISPID_FIRST + 14)    // DISPID_CommonCtrl_FONTSUBSCRIPT
  159. //+----------------------------------------------------------------------------
  160. //
  161. // string used by script window
  162. //
  163. //----------------------------------------------------------------------------
  164. #define IDS_OMWINDOW_FIRST             8300
  165. #define IDS_VAR2STR_VTERROR             (IDS_OMWINDOW_FIRST + 0)
  166. #define IDS_VAR2STR_VTNULL              (IDS_OMWINDOW_FIRST + 1)
  167. #define IDS_VAR2STR_VTBOOL_TRUE         (IDS_OMWINDOW_FIRST + 2)
  168. #define IDS_VAR2STR_VTBOOL_FALSE        (IDS_OMWINDOW_FIRST + 3)
  169. //+----------------------------------------------------------------------------
  170. //
  171. //  Printing constants
  172. //
  173. //----------------------------------------------------------------------------
  174. #define IDS_PRINT_FIRST                 8400
  175. #define IDS_PRINT_URLTITLE              8400
  176. #define IDS_PRINT_URLCOL1HEAD           8401
  177. #define IDS_PRINT_URLCOL2HEAD           8402
  178. #define IDS_DEFAULTHEADER               8403
  179. #define IDS_DEFAULTFOOTER               8404
  180. #define IDS_DEFAULTMARGINTOP            8405
  181. #define IDS_DEFAULTMARGINBOTTOM         8406
  182. #define IDS_DEFAULTMARGINLEFT           8407
  183. #define IDS_DEFAULTMARGINRIGHT          8408
  184. #ifdef  UNIX
  185. #define IDU_DEFAULTPRINTNAME   8430
  186. #define IDU_DEFAULTPRINTCOMMAND   8431
  187. #endif  // UNIX
  188. //+----------------------------------------------------------------------------
  189. //
  190. //  Button caption constants
  191. //
  192. //----------------------------------------------------------------------------
  193. #define IDS_BUTTONCAPTION_FIRST         8500
  194. #define IDS_BUTTONCAPTION_RESET         8500
  195. #define IDS_BUTTONCAPTION_SUBMIT        8501
  196. #define IDS_BUTTONCAPTION_UPLOAD        8502
  197. //+----------------------------------------------------------------------------
  198. //
  199. //   MailTo constants
  200. //
  201. //----------------------------------------------------------------------------
  202. #define IDS_MAILTO_FIRST                8600
  203. #define IDS_MAILTO_DEFAULTSUBJECT       8600
  204. #define IDS_MAILTO_MAILCLIENTNOTFOUND   8601
  205. #define IDS_MAILTO_SUBMITALERT          8602
  206. //+-------------------------------------------------------------------------
  207. //
  208. //  Property frame
  209. //  (peterlee) moved to shdocvw
  210. //--------------------------------------------------------------------------
  211. #ifdef NEVER
  212.         #define IDD_PROPFRM_DELAYCOMMIT     5400
  213.         #define IDD_PROPFRM_IMMEDCOMMIT     5401
  214.         #define IDC_PROPFRM_TABS            5402
  215.         #define IDC_PROPFRM_APPLY           5403
  216.         #define IDR_PROPFRM_ICON            5404
  217.         #define IDI_PROPDLG_COMBO           44
  218.         #define IDI_PROPDLG_TABS            IDC_PROPFRM_TABS
  219.         #define IDI_PROPDLG_APPLY           IDC_PROPFRM_APPLY
  220.         #define IDR_PROPERTIES_DIALOG       IDD_PROPFRM_DELAYCOMMIT
  221.         #define IDS_PROPFRM_APPLY           5416
  222.         #define IDS_PROPFRM_CLOSE           5417
  223.         #define IDS_PROPFRM_CHANGES         5418
  224.         #define IDS_PROPFRM_DEFCAPTION      5419
  225.         #define IDS_PROPFRM_MULTOBJCAPTION  5420
  226.         #define IDS_PROPFRM_TYPECAPTION     5421
  227.         #define IDS_PROPFRM_UNDOCHANGE      5422
  228.         #define IDS_PROPFRM_SIZETOFIT       5423
  229. #endif // NEVER
  230. #define IDS_CONTAINERPAGE_ACCEL     5424
  231. #if DBG == 1
  232. #define IDS_COLOR_BLACK             5430
  233. #define IDS_COLOR_NAVY              5431
  234. #define IDS_COLOR_BLUE              5432
  235. #define IDS_COLOR_CYAN              5433
  236. #define IDS_COLOR_RED               5434
  237. #define IDS_COLOR_LIME              5435
  238. #define IDS_COLOR_GRAY              5436
  239. #define IDS_COLOR_GREEN             5437
  240. #define IDS_COLOR_YELLOW            5438
  241. #define IDS_COLOR_PINK              5439
  242. #define IDS_COLOR_VIOLET            5440
  243. #define IDS_COLOR_WHITE             5441
  244. // 5442 and 5443 replaced by html dialogs
  245. #endif // DBG == 1
  246. #define IDS_UPLOADFILE              5444
  247. #ifdef UNIX
  248. #  define IDS_PRINT_ERROR             5445
  249. #  define IDS_PRINT_ERROR_MSG         5446
  250. #endif
  251. #ifndef NO_HTML_DIALOG
  252. // find resources are now located in shdocvw (peterlee)
  253. //#define IDR_FINDDIALOG              _T("find.dlg")
  254. //#define IDR_BIDIFINDDIALOG          _T("bidifind.dlg")
  255. #define IDR_REPLACEDIALOG           _T("replace.dlg")
  256. #define IDR_FORPARDIALOG            _T("forpar.dlg")
  257. #define IDR_FORCHARDIALOG           _T("forchar.dlg")
  258. #define IDR_GOBOOKDIALOG            _T("gobook.dlg")
  259. #define IDR_INSIMAGEDIALOG          _T("insimage.dlg")
  260. #define IDR_EDLINKDIALOG            _T("edlink.dlg")
  261. #define IDR_EDBOOKDIALOG            _T("edbook.dlg")
  262. #endif // NO_HTML_DIALOG
  263. // property grids removed (peterlee)
  264. #ifdef NEVER
  265.         #ifndef NO_PROPERTY_PAGE
  266.         #define IDR_BACKGRNDPPG             _T("backgrnd.ppg")
  267.         #endif // NO_PROPERTY_PAGE
  268. #endif // NEVER
  269. // New Encoding Menu
  270. #define RES_STRING_ENCODING_MORE            4700
  271. #pragma INCMSG("--- End 'siterc.h'")
  272. #else
  273. #pragma INCMSG("*** Dup 'siterc.h'")
  274. #endif