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.

365 lines
16 KiB

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by profwiz.rc
  4. //
  5. #define EXE_ICON 101
  6. #define IDI_WARNING_ICON 104
  7. #define IDI_CRITSTOP_ICON 105
  8. #define IDI_UP_ARROW 106
  9. #define IDI_UP_ARROW_DIS 107
  10. #define IDD_WELCOME 108
  11. #define IDD_SERVICENAME 109
  12. #define IDD_SIGNIN_BITMAP 110
  13. #define IDD_PBK_BITMAP 111
  14. #define IDI_DOWN_ARROW 112
  15. #define IDD_ICONS 113
  16. #define IDI_DOWN_ARROW_DIS 114
  17. #define IDD_PHONEBOOK 115
  18. #define IDD_CUSTOM_HELP 116
  19. #define IDD_BUILDPROFILE 118
  20. #define IDD_INCLUDE_CM 121
  21. #define IDD_REALM_INFO 122
  22. #define IDD_DUN_ENTRIES 123
  23. #define IDD_VPN_ENTRIES 124
  24. #define IDD_TUNNELING 125
  25. #define IDD_LCIDS_DONT_MATCH_POPUP 126
  26. #define IDD_PRESHARED_KEY 127
  27. #define IDD_CUSTOM_ACTIONS_POPUP 128
  28. #define IDD_PBK_UPDATE 129
  29. #define IDD_MERGEDPROFILES 130
  30. #define IDD_STATUS_MENU 131
  31. #define IDD_MENU_ITEM_POPUP 132
  32. #define IDD_LICENSE 134
  33. #define IDD_ADDITIONAL 135
  34. #define IDD_SUPPORT_INFO 137
  35. //#define 138
  36. //#define 139
  37. #define IDD_FINISH_GOOD_BUILD 143
  38. #define IDD_FINISH_BAD_BUILD 144
  39. #define IDD_IEAK_FINISH_GOOD_BUILD 145
  40. //#define 146
  41. //#define 147
  42. //#define 148
  43. #define IDD_EULA 149
  44. //#define 150
  45. //#define 151
  46. //#define 152
  47. //#define 153
  48. //#define 154
  49. //#define 155
  50. //#define 156
  51. #define IDD_ADD_EDIT_PROFILE 157
  52. #define IDM_CA_ADD 200
  53. #define IDM_CA_EDIT 201
  54. #define IDM_CA_DELETE 202
  55. #define IDM_CA_MOVE_UP 203
  56. #define IDM_CA_MOVE_DOWN 204
  57. #define IDM_CA_FULL 205
  58. #define IDM_CA_NO_UP 206
  59. #define IDM_CA_NO_DOWN 207
  60. #define IDM_CA_NO_MOVE 208
  61. #define IDM_CA_ADD_ONLY 209
  62. #define IDM_CA_ADD_MOVEUP 210
  63. #define IDM_CA_ADD_MOVEDOWN 211
  64. #define IDM_CA_ADD_MOVEUPORDOWN 212
  65. #define IDS_ALLCONACT 499
  66. #define BASE_ACTION_STRING_ID 500
  67. #define IDS_PREINIT (BASE_ACTION_STRING_ID + 0)
  68. #define IDS_PRECONNECT (BASE_ACTION_STRING_ID + 1)
  69. #define IDS_PREDIAL (BASE_ACTION_STRING_ID + 2)
  70. #define IDS_PRETUNNEL (BASE_ACTION_STRING_ID + 3)
  71. #define IDS_ONCONNECT (BASE_ACTION_STRING_ID + 4)
  72. #define IDS_ONINTCONNECT (BASE_ACTION_STRING_ID + 5)
  73. #define IDS_ONDISCONNECT (BASE_ACTION_STRING_ID + 6)
  74. #define IDS_ONCANCEL (BASE_ACTION_STRING_ID + 7)
  75. #define IDS_ONERROR (BASE_ACTION_STRING_ID + 8)
  76. #define BASE_EXECUTION_STRING_ID 550
  77. #define IDS_ALL_CONNECTIONS (BASE_EXECUTION_STRING_ID + 0)
  78. #define IDS_ALL_DIALUP (BASE_EXECUTION_STRING_ID + 1)
  79. #define IDS_ALL_TUNNEL (BASE_EXECUTION_STRING_ID + 2)
  80. #define IDS_DIRECT_ONLY (BASE_EXECUTION_STRING_ID + 3)
  81. #define IDS_DIALUP_ONLY (BASE_EXECUTION_STRING_ID + 4)
  82. #define IDS_DESC_COL_TITLE 560
  83. #define IDS_TYPE_COL_TITLE 561
  84. #define IDS_PROGRAM_COL_TITLE 562
  85. #define BASE_SECURITY_SCENARIO_ID 570
  86. #define NUM_SECURITY_SCENARIOS 3
  87. #define IDS_SAME_SEC_SETTINGS (BASE_SECURITY_SCENARIO_ID + 0)
  88. #define IDS_SEPARATE_SEC_SET (BASE_SECURITY_SCENARIO_ID + 1)
  89. #define IDS_FORCE_WIN2K_SEC (BASE_SECURITY_SCENARIO_ID + 2)
  90. #define BASE_ENCRYPT_TYPE_ID 580
  91. #define NUM_ENCRYPT_TYPES 3
  92. #define IDS_NO_ENCRYPT (BASE_ENCRYPT_TYPE_ID + 0)
  93. #define IDS_REQUIRE_ENCRYPT (BASE_ENCRYPT_TYPE_ID + 1)
  94. #define IDS_OPTIONAL_ENCRYPT (BASE_ENCRYPT_TYPE_ID + 2)
  95. #define BASE_VPN_TYPE_ID 591 // this used to be 590 and we also had automatic, now we make the user pick their strategy explicitly
  96. #define NUM_VPN_TYPES 4
  97. #define IDS_PPTP_ONLY (BASE_VPN_TYPE_ID + 0)
  98. #define IDS_PPTP_FIRST (BASE_VPN_TYPE_ID + 1)
  99. #define IDS_L2TP_ONLY (BASE_VPN_TYPE_ID + 2)
  100. #define IDS_L2TP_FIRST (BASE_VPN_TYPE_ID + 3)
  101. #define IDC_USE_EAP 598
  102. #define IDC_ALLOWED_PROTOCOLS 599
  103. #define BASE_AUTH_CONTROL_ID 600
  104. #define NUM_AUTH_TYPES 6
  105. #define IDC_ALLOW_PAP (BASE_AUTH_CONTROL_ID + 0)
  106. #define IDC_ALLOW_SPAP (BASE_AUTH_CONTROL_ID + 1)
  107. #define IDC_ALLOW_CHAP (BASE_AUTH_CONTROL_ID + 2)
  108. #define IDC_ALLOW_MSCHAP (BASE_AUTH_CONTROL_ID + 3)
  109. #define IDC_ALLOW_W95CHAP (BASE_AUTH_CONTROL_ID + 4)
  110. #define IDC_ALLOW_MSCHAP2 (BASE_AUTH_CONTROL_ID + 5)
  111. #define BASE_VPN_ENTRY_TITLE 650
  112. #define BASE_DUN_ENTRY_TITLE 660
  113. #define NEW_INCREMENT 0
  114. #define EDIT_INCREMENT 1
  115. #define IDS_VPN_PROP_TITLE_NEW (BASE_VPN_ENTRY_TITLE + NEW_INCREMENT)
  116. #define IDS_VPN_PROP_TITLE_EDIT (BASE_VPN_ENTRY_TITLE + EDIT_INCREMENT)
  117. #define IDS_NET_PROP_TITLE_NEW (BASE_DUN_ENTRY_TITLE + NEW_INCREMENT)
  118. #define IDS_NET_PROP_TITLE_EDIT (BASE_DUN_ENTRY_TITLE + EDIT_INCREMENT)
  119. #define IDS_APP_TITLE 1020
  120. #define IDS_NOSERVICE 1021
  121. #define IDS_INFO_TIP 1022
  122. #define IDS_TOOLONG 1023
  123. #define IDS_BMPFILTER 1024
  124. #define IDC_EDITDIR 1025
  125. #define IDS_HLPFILTER 1029
  126. #define IDC_EDITLARGE 1031
  127. #define IDS_NOSHORTNAME 1032
  128. #define IDS_NOACCESS 1034
  129. #define IDC_MSG 1039
  130. #define IDS_BADNAME 1040
  131. #define IDS_BADOUTEXE 1041
  132. #define IDS_NOEXIST 1042
  133. #define IDS_NOBMP 1043
  134. #define IDS_INVALIDBMP 1044
  135. #define IDC_BROWSEBMP2 1045
  136. #define IDC_EDITPHONE 1046
  137. #define IDC_EDITREGION 1047
  138. #define IDC_EDITURL 1048
  139. #define IDC_EDITHELP 1049
  140. #define IDC_RADIO1 1051
  141. #define IDC_RADIO2 1052
  142. #define IDC_RADIO3 1053
  143. #define IDC_RADIO4 1054
  144. #define IDS_PROGFILTER 1056
  145. #define IDS_CONACTFILTER 1057
  146. #define IDS_NOTUNNEL 1060
  147. #define IDS_NOTUNNELFILE 1061
  148. //#define 1062
  149. #define IDS_NOSELECTION 1064
  150. #define IDS_SCPFILTER 1065
  151. #define IDS_TXTFILTER 1067
  152. #define IDS_ALLFILTER 1068
  153. #define IDS_NEEDSPBR 1070
  154. #define IDS_NOTPBK 1071
  155. #define IDOK1 1072
  156. #define IDCANCEL1 1073
  157. #define IDC_LABEL_DNS 1074
  158. #define IDC_LABEL_DNS2 1075
  159. #define IDC_LABEL_WINS 1076
  160. #define IDC_LABEL_WINS2 1077
  161. #define IDC_REALMNAME 1078
  162. #define IDC_STATIC_CHECK3 1081
  163. #define IDS_AddReg 1089
  164. #define IDS_CANCELWIZ 1107
  165. #define IDS_NOURL 1111
  166. #define IDS_NOREALM 1118
  167. #define IDS_NOLANGRES 1121
  168. #define IDS_NEEDPHONENAME 1122
  169. #define IDS_PHONENAMEERR 1123
  170. #define IDS_NEEDPROF 1127
  171. #define IDS_NEEDPROG 1128
  172. //#define 1129
  173. #define IDS_PROFEXISTS 1132
  174. #define IDS_NOHELP 1135
  175. #define IDC_LABEL1 1136
  176. #define IDC_LABEL2 1137
  177. #define IDC_LABEL3 1138
  178. #define IDB_INTRO 1141
  179. #define IDS_BROWSETITLE 1144
  180. #define IDS_ICOFILTER 1145
  181. #define IDS_PBKFILTER 1147
  182. #define IDC_BROWSE2 1148
  183. #define IDC_BROWSE3 1149
  184. #define IDC_EDITSMALL 1152
  185. #define IDC_EDITTRAY 1153
  186. #define IDC_BROWSE1 1154
  187. #define IDC_ICONLARGE 1155
  188. #define IDC_ICONSMALL 1157
  189. #define IDC_ICONTRAY 1158
  190. #define IDC_SERVICE 1159
  191. #define IDC_SSERVICE 1160
  192. #define IDC_SUPPORT 1161
  193. #define IDC_BROWSEBMP1 1162
  194. #define IDC_EDITSPLASH 1163
  195. #define IDC_DEFAULTBRAND 1164
  196. #define IDS_INVALIDICO 1167
  197. #define IDC_PDEFAULTBRAND 1171
  198. #define IDS_OVERWRITE 1172
  199. #define IDS_BADLONGNAME 1174
  200. #define IDC_CHECK1 1175
  201. #define IDC_CHECK2 1176
  202. #define IDC_CHECK3 1177
  203. #define IDC_LIST1 1178
  204. #define IDC_COMBO1 1180
  205. #define IDC_COMBO2 1181
  206. #define IDC_BUTTON1 1182
  207. #define IDC_BUTTON2 1183
  208. #define IDC_BUTTON3 1184
  209. #define IDC_BUTTON4 1185
  210. #define IDC_BUTTON5 1186
  211. #define IDC_EDIT1 1192
  212. #define IDC_EDIT2 1193
  213. #define IDC_EDIT3 1194
  214. #define IDC_EDIT4 1195
  215. #define IDC_EDIT5 1196
  216. #define IDC_EDIT6 1197
  217. #define IDS_SERVICENAMETOBIG 1205
  218. #define IDS_DISKFULL 1209
  219. #define IDS_READMETXT 1210
  220. #define IDC_GROUP 1217
  221. #define IDC_CHECK4 1218
  222. #define IDC_LABEL4 1219
  223. #define IDS_BADPBNAME 1220
  224. #define IDS_SUPPORTS_ENCRYPT 1221
  225. #define IDS_CANAMEEXISTS 1222
  226. #define IDS_NOEQUALSINMENU 1223
  227. #define IDS_MUST_UPGRADE_INF 1224
  228. #define IDS_NEED_DUN_NAME 1225
  229. #define IDS_DUN_NAME_EXISTS 1226
  230. #define IDS_MENUITEMEXISTS 1227
  231. #define IDS_NODLLAUTOAPP 1228
  232. #define IDS_DLLMUSTHAVEPARAM 1229
  233. #define IDS_NATIVE_LCID 1232
  234. #define IDS_NONNATIVELCID 1234
  235. #define IDB_HEADER 1235
  236. #define IDC_HELPBUTTON 1236
  237. // #define 1237
  238. #define IDC_NORMALTEXT 1238
  239. #define IDC_IEAKTEXT 1239
  240. #define IDS_BeginPromptText 1242
  241. #define IDS_EndPromptText 1243
  242. #define IDI_CM_ICON 1244
  243. #define IDB_CM_DEFAULT 1245
  244. #define IDB_CM_PB_DEFAULT 1246
  245. #define IDS_SELECTION_TOO_LARGE 1247
  246. #define IDS_CM_TOO_NEW 1248
  247. #define IDS_NO_CM_BITS 1249
  248. #define IDS_CMDL_VPN_DESC 1250
  249. #define IDS_CM_TOO_OLD 1251
  250. #define IDS_CHANGED_ONLY_SS_OR_LS 1253
  251. #define IDS_CANNOT_ROUNDTRIP 1254
  252. #define IDS_NO_ANSI_CODEPAGE 1255
  253. #define IDS_LCIDS_DONT_MATCH 1256
  254. #define IDS_DIFF_DISPLAY_LCID 1257
  255. #define IDS_INSUFF_PERMS 1258
  256. #define IDD_CUSTOM_ACTIONS 1259
  257. #define IDC_LISTVIEW 1260
  258. #define IDS_PATH_WITH_NO_ENV 1261
  259. #define IDS_CMDL_DESC 1262
  260. #define IDS_NOPLUSORCOMMAINPROG 1263
  261. #define IDC_LIST2 1264
  262. #define IDS_NOTINPROFILELIST 1265
  263. #define IDD_DUN_SECURITY_POPUP 1266
  264. #define IDC_ENCRYPTION_TYPE 1267
  265. #define IDC_EAP_TYPES 1268
  266. #define IDC_EAP_PROPERTIES 1269
  267. #define IDC_SCRIPT_LABEL 1270
  268. #define IDS_EAP_NOT_FOUND 1271
  269. #define IDS_EAP_NEEDS_CONFIG 1272
  270. #define IDS_EAP_NOT_FOUND_TYPE 1273
  271. #define IDD_CMPROXY 1274
  272. #define IDD_ROUTE_PLUMBING 1275
  273. #define IDC_ROUTE_FILE_LABEL 1276
  274. #define IDC_ROUTE_FILE 1277
  275. #define IDC_ROUTE_URL_LABEL 1278
  276. #define IDC_ROUTE_URL 1279
  277. #define IDC_CHECK5 1280
  278. #define IDC_CHECK6 1281
  279. #define IDC_PRIMARY_DNS 1282
  280. #define IDC_SECONDARY_DNS 1283
  281. #define IDC_PRIMARY_WINS 1284
  282. #define IDC_SECONDARY_WINS 1285
  283. #define IDC_STATIC_IP 1286
  284. //#define 1287
  285. //#define 1288
  286. #define IDS_DEFAULT_FMT_STR 1289
  287. #define IDD_GENERAL 1290
  288. #define IDD_TCPIP_SETTINGS 1291
  289. #define IDD_SECURITY 1292
  290. #define IDC_ADVANCED 1293
  291. #define IDC_VPN_TYPE 1294
  292. #define IDC_ANY_AUTH 1295
  293. #define IDC_ENCRYPTED_AUTH 1296
  294. #define IDC_CONFIG_ALL 1297
  295. #define IDC_CONFIG_WIN2K 1298
  296. #define IDC_MS_ENCRYPTED_AUTH 1299
  297. #define IDD_WIN2K_SECURITY_POPUP 1300
  298. #define IDS_PRESHAREDKEY_BAD 1301
  299. #define IDC_SECURE_LOCALFILES 1302
  300. #define IDD_WIN2K_SECURITY_TUNNEL_POPUP 1303
  301. #define IDS_NEED_EAP_OR_MSCHAP 1304
  302. #define IDS_NEED_AUTH_PROTOCOL 1305
  303. #define IDS_PRESHAREDKEY_PIN_BAD 1306
  304. #define IDS_CMROUTE_DESC 1307
  305. #define IDS_CMPROXY_CON_DESC 1308
  306. #define IDS_CMPROXY_DIS_DESC 1309
  307. #define IDS_NEED_PROXY_FILE 1310
  308. #define IDS_BUILT_IN 1311
  309. #define IDS_NEED_ROUTE_FILE 1312
  310. #define IDD_GEEK_PANE 1313
  311. #define IDC_COMBO3 1314
  312. #define IDS_NEED_SECTION 1315
  313. #define IDS_DELETE_SECTION 1316
  314. #define IDC_PROXYLABEL 1317
  315. #define IDC_REALM_SEP 1318
  316. #define IDS_CA_EDIT_TITLE 1319
  317. #define IDS_EDIT_SHORTCUT_TITLE 1320
  318. #define IDS_BADVPNFORMAT 1321
  319. #define IDS_DUN_NAME_CONFLICT 1322
  320. #define IDS_DELETE_KEY 1323
  321. #define IDS_INSTALL_PROMPT 1324
  322. #define IDC_PRESHARED_KEY 1325
  323. #define IDC_USEENCRYPTION 1326
  324. #define IDC_PRESHARED_KEY_PIN 1327
  325. #define IDC_REPLACE_PSK 1328
  326. #define IDS_REALLY_REPLACE_PSK 1329
  327. #define IDS_PSK_ENCRYPT_FAILED 1330
  328. #define IDC_CERT_PSK_GROUPBOX 1331
  329. #define IDC_USE_CERT 1332
  330. #define IDC_USE_PRESHARED_KEY 1333
  331. #define IDS_PRESHAREDKEY_ALREADY 1334
  332. #define IDC_LBLTITLE 2000
  333. #define IDC_STATIC -1
  334. // Next default values for new objects
  335. //
  336. #ifdef APSTUDIO_INVOKED
  337. #ifndef APSTUDIO_READONLY_SYMBOLS
  338. #define _APS_NO_MFC 1
  339. #define _APS_NEXT_RESOURCE_VALUE 159
  340. #define _APS_NEXT_COMMAND_VALUE 40001
  341. #define _APS_NEXT_CONTROL_VALUE 1335
  342. #define _APS_NEXT_SYMED_VALUE 101
  343. #endif
  344. #endif