Source code of Windows XP (NT5)
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.

266 lines
9.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. // Generated Help ID header file
  5. #define APSTUDIO_HIDDEN_SYMBOLS
  6. #include "resource.hm"
  7. #undef APSTUDIO_HIDDEN_SYMBOLS
  8. #define APSTUDIO_READONLY_SYMBOLS
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Generated from the TEXTINCLUDE 2 resource.
  12. //
  13. #include "afxres.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28. 1 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "resource.h\0"
  31. END
  32. 2 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "#include ""afxres.h""\r\n"
  35. "\0"
  36. END
  37. 3 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  40. "#define _AFX_NO_OLE_RESOURCES\r\n"
  41. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  42. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  43. "\r\n"
  44. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  45. "#ifdef _WIN32\r\n"
  46. "LANGUAGE 9, 1\r\n"
  47. "#pragma code_page(1252)\r\n"
  48. "#endif\r\n"
  49. "#include ""res\\W3Key.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  50. "#include ""afxres.rc"" // Standard components\r\n"
  51. "#endif\0"
  52. END
  53. #endif // APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Bitmap
  57. //
  58. IDB_SERVICE_BMP BITMAP DISCARDABLE "service.bmp"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Dialog
  62. //
  63. IDD_KEY_PROP DIALOG DISCARDABLE 0, 0, 170, 78
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  65. CAPTION "Server Connection"
  66. FONT 8, "MS Shell Dlg"
  67. BEGIN
  68. DEFPUSHBUTTON "OK",IDOK,53,57,50,14
  69. PUSHBUTTON "Cancel",IDCANCEL,113,57,50,14
  70. CONTROL "&None",IDC_BTN_KEYVIEW_NONE,"Button",BS_AUTORADIOBUTTON |
  71. WS_GROUP | WS_TABSTOP,7,7,42,10
  72. CONTROL "&Default",IDC_BTN_KEYVIEW_DEFAULT,"Button",
  73. BS_AUTORADIOBUTTON,7,20,39,10
  74. CONTROL "&IP Address:",IDC_BTN_KEYVIEW_IPADDR,"Button",
  75. BS_AUTORADIOBUTTON,7,33,48,10
  76. CONTROL "",IDC_IPA_IPADDRESS,"SysIPAddress32",WS_TABSTOP,61,31,81,14
  77. PUSHBUTTON "...",IDC_BTN_SELECT_IPADDRESS,149,31,14,14
  78. END
  79. IDD_CHOOSE_IPADDRESS DIALOGEX 0, 0, 186, 95
  80. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  81. EXSTYLE WS_EX_CONTEXTHELP
  82. CAPTION "Choose Server IP Address"
  83. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  84. BEGIN
  85. CONTROL "List1",IDC_LIST_IPADDRESSES,"SysListView32",LVS_LIST |
  86. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_AUTOARRANGE |
  87. WS_BORDER | WS_TABSTOP,7,7,112,81
  88. DEFPUSHBUTTON "OK",IDOK,128,7,50,14
  89. PUSHBUTTON "Cancel",IDCANCEL,128,24,50,14
  90. PUSHBUTTON "&Help",ID_HELP,128,45,50,14,0,0,HID_HELP
  91. END
  92. IDD_BINDINGS DIALOG DISCARDABLE 0, 0, 277, 167
  93. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  94. CAPTION "Server Bindings"
  95. FONT 8, "MS Shell Dlg"
  96. BEGIN
  97. DEFPUSHBUTTON "OK",IDOK,157,146,50,14
  98. PUSHBUTTON "Cancel",IDCANCEL,220,146,50,14
  99. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  100. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_AUTOARRANGE |
  101. LVS_OWNERDRAWFIXED | WS_BORDER | WS_TABSTOP,19,32,173,96
  102. PUSHBUTTON "&Add...",IDC_ADD,204,32,50,14
  103. PUSHBUTTON "&Edit...",IDC_EDIT,204,52,50,14
  104. PUSHBUTTON "&Delete",IDC_DELETE,204,78,50,14
  105. GROUPBOX "Server Bindings",IDC_STATIC,7,7,263,129
  106. LTEXT "Select the web server bindings to use with this key.",
  107. IDC_STATIC,19,19,162,8
  108. END
  109. IDD_EDT_BINDING DIALOGEX 0, 0, 262, 148
  110. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  111. CAPTION "Edit Binding"
  112. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  113. BEGIN
  114. DEFPUSHBUTTON "OK",IDOK,147,127,50,14
  115. PUSHBUTTON "Cancel",IDCANCEL,205,127,50,14
  116. GROUPBOX "Edit Binding",IDC_STATIC,7,7,248,112
  117. GROUPBOX "IP Address",IDC_STATIC,16,23,220,42
  118. CONTROL "Any Unassigned &IP address",IDC_ANY_IP,"Button",
  119. BS_AUTORADIOBUTTON | WS_GROUP,28,35,106,10
  120. CONTROL "IP &Address:",IDC_RD_IP,"Button",BS_AUTORADIOBUTTON,28,
  121. 48,48,10
  122. CONTROL "",IDC_IPA_IPADDRESS,"SysIPAddress32",WS_TABSTOP,82,46,88,14,
  123. WS_EX_CLIENTEDGE
  124. GROUPBOX "Port Number",IDC_STATIC,16,71,220,39
  125. CONTROL "Any Unassigned &Port",IDC_ANY_PORT,"Button",
  126. BS_AUTORADIOBUTTON | WS_GROUP,28,81,81,10
  127. CONTROL "Port &Number:",IDC_RD_PORT,"Button",BS_AUTORADIOBUTTON,
  128. 28,94,57,10
  129. COMBOBOX IDC_PORT_DROP,87,93,115,57,CBS_DROPDOWN | CBS_SORT |
  130. WS_VSCROLL | WS_TABSTOP
  131. PUSHBUTTON "...",IDC_BTN_SELECT_IPADDRESS,173,47,14,14
  132. END
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // DESIGNINFO
  136. //
  137. #ifdef APSTUDIO_INVOKED
  138. GUIDELINES DESIGNINFO DISCARDABLE
  139. BEGIN
  140. IDD_KEY_PROP, DIALOG
  141. BEGIN
  142. LEFTMARGIN, 7
  143. RIGHTMARGIN, 163
  144. TOPMARGIN, 7
  145. BOTTOMMARGIN, 71
  146. END
  147. IDD_CHOOSE_IPADDRESS, DIALOG
  148. BEGIN
  149. LEFTMARGIN, 7
  150. RIGHTMARGIN, 178
  151. TOPMARGIN, 7
  152. BOTTOMMARGIN, 88
  153. END
  154. IDD_BINDINGS, DIALOG
  155. BEGIN
  156. LEFTMARGIN, 7
  157. RIGHTMARGIN, 270
  158. VERTGUIDE, 19
  159. VERTGUIDE, 254
  160. TOPMARGIN, 7
  161. BOTTOMMARGIN, 160
  162. HORZGUIDE, 32
  163. END
  164. IDD_EDT_BINDING, DIALOG
  165. BEGIN
  166. LEFTMARGIN, 7
  167. RIGHTMARGIN, 255
  168. TOPMARGIN, 7
  169. BOTTOMMARGIN, 141
  170. END
  171. END
  172. #endif // APSTUDIO_INVOKED
  173. /////////////////////////////////////////////////////////////////////////////
  174. //
  175. // String Table
  176. //
  177. STRINGTABLE DISCARDABLE
  178. BEGIN
  179. IDS_SERV_NAME "WWW"
  180. IDS_DEFAULT "Default"
  181. IDS_IMPORT_KEYSET_PRIV_ERROR
  182. "Unable to retrieve old keyset private data from its host mahine."
  183. IDS_IMPORT_KEYSET_PUB_ERROR
  184. "Unable to retrieve old keyset key public data from its host machine."
  185. IDS_IMPORT_KEYSET_PASS_ERROR
  186. "Unable to retrieve old keyset password data from its host machine."
  187. IDS_COMMIT_ERROR "Unable to commit changes to "
  188. IDS_FOUND_KEYSET_KEYS "Key Manager has detected keys that were not installed by Key Manager. These will be imported as untitled keys."
  189. IDS_UNTITLED "Untitled"
  190. IDS_INVALID_KEY "Key Manager has detected, old invalid keys that will not be read."
  191. IDS_NO_VIRT_ROOTS "The HTTP server has no virtual roots."
  192. IDS_NO_HTTP "Unable to connect to the http server"
  193. IDS_SelectConnectMsg "You must now choose a server connection for this key to become fully activated on the target machine."
  194. IDS_MULTIPLE_BINDINGS "Multiple Bindings"
  195. IDS_THIS_KEY_HAS_BINDING "This key already has the specified binding."
  196. IDS_ANOTHER_KEY_HAS_BINDING
  197. "The key ""%1"" already has this binding. Do you want to reassign this binding?"
  198. END
  199. STRINGTABLE DISCARDABLE
  200. BEGIN
  201. IDS_IP_ADDRESS "IP Address"
  202. IDS_PORT_NUMBER "Port Number"
  203. IDS_ANY_UNASSIGNED "Any Unassigned"
  204. IDS_ELLIPSIS "..."
  205. IDS_DONT_BIND_UNSIGNED "You must install a certificate before making any bindings to this key."
  206. IDS_DUPLICATE_CERT "This certificate is already installed on this service. To add another binding, please edit properties on the existing key."
  207. IDS_NO_SECURE_BINDINGS "The list of IP addresses is empty because you have not yet created any secure bindings for the web server. You may enter any IP address manually, or create a secure binding first."
  208. IDS_BAD_CERT_KEY_MATCH "Either the certificate is not matched to the key, or the password was incorrect."
  209. IDS_INVALID_IP "If you choose to bind to a specific IP address, you must enter an IP address."
  210. IDS_INVALID_PORT "If you choose to bind to a specific port address, you must enter a port address."
  211. END
  212. #endif // English (U.S.) resources
  213. /////////////////////////////////////////////////////////////////////////////
  214. #ifndef APSTUDIO_INVOKED
  215. /////////////////////////////////////////////////////////////////////////////
  216. //
  217. // Generated from the TEXTINCLUDE 3 resource.
  218. //
  219. #define _AFX_NO_SPLITTER_RESOURCES
  220. #define _AFX_NO_OLE_RESOURCES
  221. #define _AFX_NO_TRACKER_RESOURCES
  222. #define _AFX_NO_PROPERTY_RESOURCES
  223. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  224. #ifdef _WIN32
  225. LANGUAGE 9, 1
  226. #pragma code_page(1252)
  227. #endif
  228. #include "res\W3Key.rc2" // non-Microsoft Visual C++ edited resources
  229. #include "afxres.rc" // Standard components
  230. #endif
  231. /////////////////////////////////////////////////////////////////////////////
  232. #endif // not APSTUDIO_INVOKED