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.

279 lines
13 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_WARN_ON_POST DIALOG DISCARDABLE 0, 0, 232, 82
  24. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Internet Explorer"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. #ifdef UNIX
  29. DEFPUSHBUTTON "&Yes",IDYES,108,62,50,14
  30. #else
  31. DEFPUSHBUTTON "&Yes",IDYES,111,62,50,14
  32. #endif /* UNIX */
  33. PUSHBUTTON "&No",IDNO,163,62,50,14
  34. ICON IDI_SECURITY3,-1,14,7,20,20
  35. LTEXT "It might be possible for other people to see what you are sending over the Internet. Do you want to continue ?",
  36. IDC_ZONEALERTTEXT,42,7,175,30
  37. CONTROL "&In the future, do not show this message.",
  38. IDC_DONT_WANT_WARNING,"Button",BS_AUTOCHECKBOX |
  39. #ifndef UNIX
  40. WS_TABSTOP,45,44,172,8
  41. #else
  42. WS_TABSTOP,40,44,177,8
  43. #endif
  44. END
  45. IDD_ZONE_ALERT DIALOG DISCARDABLE 0, 0, 226, 68
  46. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  47. CAPTION "Internet Explorer"
  48. FONT 8, "MS Shell Dlg"
  49. BEGIN
  50. PUSHBUTTON "&No",IDCANCEL,169,48,50,14
  51. ICON IDI_SECURITY3,IDC_STATIC,14,7,20,20
  52. LTEXT "Alert Text",IDC_ZONEALERTTEXT,42,7,177,32
  53. DEFPUSHBUTTON "&Yes",IDOK,115,48,50,14
  54. END
  55. IDD_TRUST_ALERT DIALOG DISCARDABLE 22, 17, 260, 200
  56. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  57. CAPTION "Internet Explorer"
  58. FONT 8, "MS Shell Dlg"
  59. BEGIN
  60. CONTROL "C&ontinue to prompt when Web site content is blocked",
  61. IDC_ENABLE_TRUSTDLG,"Button",BS_AUTOCHECKBOX |
  62. WS_TABSTOP,34,56,217,15
  63. DEFPUSHBUTTON "&Close",IDOK,204,7,50,14,WS_GROUP
  64. PUSHBUTTON "&Add...",IDC_ADD_TRUSTED_SITES,204,103,50,14
  65. ICON IDI_TRUSTALERT,IDC_STATIC,7,7,20,20
  66. LTEXT "Content from this Web site is being blocked by the Internet Explorer Enhanced Security Configuration.",
  67. IDC_TRUSTDLGTEXT1,34,5,161,44
  68. CONTROL "<A ID=""ShowESCHelp"">Learn more about Internet Explorer's Enhanced Security Configuration...</A>",
  69. IDC_ESC_HELP,"SysLink",WS_TABSTOP,7,75,243,14
  70. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,94,243,1
  71. LTEXT "If you trust this Web site, you can lower security settings for the site by adding it to the Trusted sites zone. If you know this Web site is on your local intranet, review help for instructions on adding the site to the local intranet zone instead.",
  72. IDC_TRUSTDLGTEXT2,7,103,188,64
  73. LTEXT "Important: adding this web site to the Trusted sites zone, will lower the security settings for all content from this web site for all applications, including Internet Explorer. ",
  74. IDC_TRUSTDLGTEXT3,7,153,244,41
  75. EDITTEXT IDC_URL,34,37,194,13,ES_AUTOHSCROLL | ES_READONLY | NOT
  76. WS_BORDER
  77. END
  78. IDD_WARN_ALERT DIALOG DISCARDABLE 0, 0, 225, 70
  79. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  80. CAPTION "Security Alert"
  81. FONT 8, "MS Shell Dlg"
  82. BEGIN
  83. ICON IDI_SECURITY2,IDC_STATIC,14,7,20,20
  84. LTEXT "Alert Text",IDC_ZONEALERTTEXT,42,7,177,32
  85. DEFPUSHBUTTON "&OK",IDOK,87,49,50,14
  86. END
  87. #ifdef APSTUDIO_INVOKED
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // TEXTINCLUDE
  91. //
  92. 1 TEXTINCLUDE DISCARDABLE
  93. BEGIN
  94. "resource.h\0"
  95. END
  96. 2 TEXTINCLUDE DISCARDABLE
  97. BEGIN
  98. "#include ""afxres.h""\r\n"
  99. "\0"
  100. END
  101. 3 TEXTINCLUDE DISCARDABLE
  102. BEGIN
  103. "\r\n"
  104. "\0"
  105. END
  106. #endif // APSTUDIO_INVOKED
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // DESIGNINFO
  110. //
  111. #ifdef APSTUDIO_INVOKED
  112. GUIDELINES DESIGNINFO DISCARDABLE
  113. BEGIN
  114. IDD_WARN_ON_POST, DIALOG
  115. BEGIN
  116. LEFTMARGIN, 6
  117. RIGHTMARGIN, 224
  118. VERTGUIDE, 45
  119. TOPMARGIN, 6
  120. BOTTOMMARGIN, 76
  121. END
  122. IDD_WARN_ALERT, DIALOG
  123. BEGIN
  124. LEFTMARGIN, 7
  125. RIGHTMARGIN, 218
  126. TOPMARGIN, 7
  127. BOTTOMMARGIN, 63
  128. END
  129. END
  130. #endif // APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Icon
  134. //
  135. // Icon with lowest ID value placed first to ensure application icon
  136. // remains consistent on all systems.
  137. IDI_SECURITY1 ICON DISCARDABLE "secure_i.ico"
  138. IDI_SECURITY2 ICON DISCARDABLE "secure_!.ico"
  139. IDI_SECURITY3 ICON DISCARDABLE "secure_q.ico"
  140. IDI_TRUSTALERT ICON DISCARDABLE "trustalert.ico"
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // String Table
  144. //
  145. STRINGTABLE DISCARDABLE
  146. BEGIN
  147. IDS_WARN_SHELL_FILE_DL "Your current security settings do not allow you to download files from this location."
  148. IDS_ACTION_FORMS_POST "When you send information to the %s, it might be possible for others to see that information. Do you want to continue?"
  149. IDS_ACTION_POST_FROM "When you send information from the %s, it might be possible for others to see that information. Do you want to continue?"
  150. END
  151. STRINGTABLE DISCARDABLE
  152. BEGIN
  153. IDS_ACTION_AX_OVERRIDE_SAFETY
  154. "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?"
  155. IDS_ACTION_AX_CONFIRM_NOSAFETY
  156. "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?"
  157. IDS_ACTION_SCRIPT_RUN "Scripts are usually safe. Do you want to allow scripts to run? "
  158. IDS_ACTION_SCRIPT_JAVA "Do you want to allow scripts to access Java applets? "
  159. IDS_ACTION_HTML_FORMS "Sending HTML forms is as safe as sending e-mail. Do you want to able to send HTML forms?"
  160. IDS_ACTION_HTML_FONT_DL "This page uses fonts that need to be temporarily installed. This is usually safe. Do you want to allow these fonts to be downloaded?"
  161. IDS_ACTION_HTML_JAVA "Do you want to allow Java applets to run? "
  162. IDS_ACTION_SHELL_INSTALL_DTITEMS
  163. "Do you want to add an Active Desktop item to your desktop?"
  164. IDS_ACTION_SHELL_MOVE_OR_COPY
  165. "Do you want to move or copy files from this zone?"
  166. IDS_ACTION_SHELL_FILE_DL "Do you want to allow a file to be downloaded? "
  167. IDS_ACTION_SHELL_VERB "Running a system command on this item might be unsafe. Do you wish to continue?"
  168. IDS_ACTION_NW_CREDENTIALS
  169. "This site is requesting a password or a personal certificate. Do you want to connect to this site using your personal credentials?"
  170. IDS_ACTION_NW_AUTH_CLIENT
  171. "Do you want to connect to this site even though the client authentication is not possible? "
  172. IDS_ACTION_DL_SIGNED_ACTIVEX
  173. "When software (an ActiveX control) is signed, it is possible to tell who published it. Do you want to allow signed software to be downloaded?"
  174. END
  175. STRINGTABLE DISCARDABLE
  176. BEGIN
  177. IDS_ACTION_AX_RUN "Do you want to allow software such as ActiveX controls and plug-ins to run?"
  178. IDS_ACTION_UNKNOWN "This page has an unspecified potential security flaw. Would you like to continue?"
  179. IDS_ACTION_AX_OVERRIDE_DATA_SAFETY
  180. "Some software (an ActiveX control) on this page might be unsafe. Do you want to allow it to run?"
  181. IDS_ACTION_AX_OVERRIDE_SCRIPT_SAFETY
  182. "Some software (an ActiveX control) on this page might be unsafe. Do you want to allow it to run?"
  183. IDS_ACTION_SCRIPT_OVERRIDE_SAFETY
  184. "Some software (a script) on this page might be unsafe. Do you want to allow it to run?"
  185. IDS_ACTION_DL_ACTIVEX "Do you want to allow software such as ActiveX controls to be downloaded?"
  186. IDS_WARN_SHELL_INSTALL_DTITEMS
  187. "Your current security settings prohibit creating Active Desktop items."
  188. IDS_ACTION_SHELL_DRAG "Do you want to be able to drag items from the desktop or a folder onto this page?"
  189. IDS_WARN_SHELL_MOVE_OR_COPY
  190. "Your current security settings prohibit copying or moving files from this zone."
  191. IDS_WARN_SHELL_VERB "Your current security settings do not allow you to perform system commands on this item."
  192. IDS_WARN_HTML_FORMS "Your current security settings do not allow you to send HTML forms."
  193. IDS_WARN_UNKNOWN "Your current security settings do not allow this action. "
  194. IDS_ACTION_SCRIPT_SAFE_ACTIVEX
  195. "A script is accessing some software (an ActiveX control) on this page which has been marked safe for scripting. Do you want to allow this?"
  196. IDS_ACTION_SHELL_WEBVIEW_VERB
  197. "Are you sure you want to open a file from this location?"
  198. IDS_WARN_SHELL_WEBVIEW_VERB
  199. "Opening a file from this location may not be safe and is not allowed with your current security settings."
  200. IDS_ACTION_CROSS_DOMAIN_DATA
  201. "This page is accessing information that is not under its control. This poses a security risk. Do you want to continue?"
  202. END
  203. STRINGTABLE DISCARDABLE
  204. BEGIN
  205. IDS_ACTION_NW_COOKIES "To allow this Web site to provide information personalized for you, will you allow it to put a small file (called a cookie) on your computer?"
  206. IDS_ACTION_NW_COOKIES_SESSION
  207. "Will you allow this Web site to put a small file (called a cookie) on your computer for this session only?"
  208. IDS_ACTION_HTML_USERDATA
  209. "Will you allow this web-site to save a file on your computer?"
  210. IDS_ACTION_SCRIPT_PASTE "Do you want to allow this page to paste information from your clipboard?"
  211. IDS_ACTION_HTML_SUBFRAME_NAVIGATE
  212. "Allow sub-frames to navigate across different domains?"
  213. IDS_ACTION_NW_CLIENT_CERT_PROMPT
  214. "Allow client authentication without prompting when only one certificate is available?"
  215. IDS_ACTION_NW_COOKIES_THIRD_PARTY
  216. "Allow third party cookies stored on your computer (only effective if cookies can be stored on your computer)"
  217. IDS_ACTION_NW_COOKIES_SESSION_THIRD_PARTY
  218. "Allow third party per-session cookies (not stored - this setting is only effective if per-session cookies are enabled)"
  219. IDS_ACTION_HTML_META_REFRESH "Allow this page to meta-refresh?"
  220. IDS_ACTION_HTML_MIXED_CONTENT "Display mixed content?"
  221. IDS_TRUST_DLG_MSG_STRING_URLMON_IE_1
  222. "Content from the Web site listed below is being blocked by the Internet Explorer Enhanced Security Configuration."
  223. IDS_TRUST_DLG_MSG_STRING_URLMON_SHDOCVW_IE_NONIE_2
  224. "If you trust this Web site, you can lower security settings for the site by adding it to the Trusted sites zone. If you know this Web site is on your local intranet, review help for instructions on adding the site to the local intranet zone instead."
  225. IDS_TRUST_DLG_MSG_STRING_URLMON_NONIE_1
  226. "Content within this application coming from the Web site listed below is being blocked by Internet Explorer Enhanced Security Configuration."
  227. END
  228. STRINGTABLE DISCARDABLE
  229. BEGIN
  230. IDS_TRUST_DLG_MSG_STRING_URLMON_SHDOCVW_IE_NONIE_WARNING
  231. "Important: adding this web site to the Trusted sites zone will lower the security settings for all content from this web site for all applications, including Internet Explorer."
  232. IDS_TRUST_DLG_MSG_STRING_SHDOCVW_IE_1
  233. "You are attempting to download a file from a site that is not part of your Trusted Sites and that may be different from the Web site you are viewing."
  234. IDS_TRUST_DLG_MSG_STRING_URLMON_SHDOCVW_IE_NONIE_URL "%s"
  235. END
  236. #endif // English (U.S.) resources
  237. /////////////////////////////////////////////////////////////////////////////
  238. #ifndef APSTUDIO_INVOKED
  239. /////////////////////////////////////////////////////////////////////////////
  240. //
  241. // Generated from the TEXTINCLUDE 3 resource.
  242. //
  243. /////////////////////////////////////////////////////////////////////////////
  244. #endif // not APSTUDIO_INVOKED