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.

320 lines
11 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright (c) 1994-1998 Microsoft Corporation
  4. //*********************************************************************
  5. // dialog size
  6. #define MY_CXDLG 304
  7. #define MY_CYDLG 163
  8. #define MY_CXBMP 79
  9. #define MY_CYBMP 160
  10. // string resource IDs
  11. #define IDS_APPNAME 1000
  12. #define IDS_WAITCHECKING 1431
  13. #define IDS_MODEM_WIZ_TITLE 1433
  14. #define IDS_MODEM_CPL_TITLE 1434
  15. #define IDS_RNAAP_TITLE 1437
  16. #define IDS_INSTALLING_FILES 1303
  17. #define IDS_ERRInstallModem 1101
  18. #define IDS_ERRNoDialOutModem 1134
  19. #define IDS_ERRLoadConfigDllNT1 1137
  20. #define IDS_ERRLoadConfigDllNT2 1138
  21. #define IDS_ERRLoadConfigDll1 1124
  22. #define IDS_ERRLoadConfigDll2 1125
  23. #define IDS_ERRLoadRNADll1 1106
  24. #define IDS_ERRLoadRNADll2 1107
  25. #define IDS_ERROutOfMemory 1100
  26. #define IDS_ERRFORMAT 1003
  27. #define IDS_CONFIG95DLL_FILENAME 1031
  28. #define IDS_CONFIGNTDLL_FILENAME 1032
  29. #define IDS_RNADLL_FILENAME 1004
  30. #define IDS_RNAPHDLL_FILENAME 1013
  31. #define IDS_GENERIC_RNA_ERROR 1015
  32. #define IDS_WARN_SERVER_BOUND 1205
  33. #define IDS_WARN_SERVER_BOUND1 1207
  34. #define IDS_REMOVE_SERVER_BOUND 1208
  35. #define IDS_REMOVE_SERVER_BOUND1 1209
  36. #define IDC_UNUSED -1
  37. #define IDC_TX_STATUS 2143
  38. #define IDD_NEEDDRIVERS 2023
  39. /*
  40. #define IDS_QUERYCANCEL 1002
  41. #define IDS_COUNTRY_FMT 1005
  42. #define IDS_SHORT_FMT 1006
  43. #define IDS_DEFAULT_PROFILE_NAME 1007
  44. #define IDS_MAPIDLL_FILENAME 1008
  45. #define IDS_GENERIC_MAPI_ERROR 1016
  46. #define IDS_HELPFILE_NAME 1022
  47. #define IDS_MSN105_INF_FILE 1026
  48. #define IDS_MSN105_UNINSTALL_SECT 1027
  49. #define IDS_MSN100_INF_FILE 1028
  50. #define IDS_MSN100_UNINSTALL_SECT 1029
  51. #define IDS_SCRIPT_FILE_FILTER 1030
  52. #define IDS_INTERNETMAIL_SERVICENAME 1050
  53. #define IDS_MESSAGESTORE_SERVICENAME 1051
  54. #define IDS_ADDRESSBOOK_SERVICENAME 1052
  55. #define IDS_INTERNETMAIL_DESCRIPTION 1053
  56. #define IDS_MESSAGESTORE_DESCRIPTION 1054
  57. #define IDS_ADDRESSBOOK_DESCRIPTION 1055
  58. #define IDS_PROFILENAME 1056
  59. #define IDS_PROFILENAME1 1057
  60. #define IDS_MESSAGESTORE_FILENAME 1060
  61. #define IDS_MESSAGESTORE_FILENAME1 1061
  62. #define IDS_ADDRESSBOOK_FILENAME 1062
  63. #define IDS_ADDRESSBOOK_FILENAME1 1063
  64. #define IDS_ERRReadConfig 1102
  65. #define IDS_ERRCoInitialize 1103
  66. #define IDS_ERRCreateConnectoid 1109
  67. #define IDS_ERRLoadMAPIDll1 1110
  68. #define IDS_ERRLoadMAPIDll2 1111
  69. #define IDS_ERRInitMAPI 1112
  70. #define IDS_ERRConfigureMail 1114
  71. #define IDS_ERRConnectoidName95 1115
  72. #define IDS_ERRSetPhoneNumber 1116
  73. #define IDS_ERRWriteDNS 1119
  74. #define IDS_ERRUninstallMSN 1120
  75. #define IDS_ERREnumModem 1121
  76. #define IDS_ERRConfigureProxy 1123
  77. #define IDS_ERRCorruptConnection 1126
  78. #define IDS_ERRCorruptAccount 1127
  79. #define IDS_ERRDuplicateConnectoidName 1128
  80. //#define IDS_ERRInvalidAcctName 1130
  81. //#define IDS_ERRMailSetup 1131
  82. //#define IDS_ERRNewsSetup 1132
  83. //#define IDS_ERRIMNConfig 1133
  84. #define IDS_ERRModifyCSLIP 1135
  85. #define IDS_ERRProxyRequired 1136
  86. #define IDS_ERRConnectoidNameNT 1139
  87. //#define IDS_ERRDirServSetup 1140
  88. #define IDS_WARN_EMPTY_USERNAME 1200
  89. #define IDS_WARN_EMPTY_DNS 1201
  90. #define IDS_WARN_EMPTY_PASSWORD 1203
  91. //#define IDS_NEED_ACCOUNT 1210
  92. //#define IDS_NEED_NEWS_ACCOUNT_NAME 1211
  93. //#define IDS_DUP_ACCTNAME 1212
  94. #define IDS_WARNWillRemoveMSN 1221
  95. #define IDS_OKTOCHANGECONFIG 1230
  96. #define IDS_ABOUTTOCHANGECONFIG1 1231
  97. #define IDS_ABOUTTOCHANGECONFIG2 1232
  98. #define IDS_DEF_CONNECTION_NAME_1 1233
  99. #define IDS_DEF_CONNECTION_NAME_2 1234
  100. #define IDS_SYSTEM_ALREADY_CONFIGURED 1235
  101. #define IDS_CONFIGAPIFAILED 1236
  102. #define IDS_SERVICEDISABLED 1237
  103. #define IDS_NEED_PHONENUMBER 1250
  104. #define IDS_NEED_IPADDR 1251
  105. #define IDS_NEED_ISPNAME 1252
  106. #define IDS_NEED_PROFILENAME 1253
  107. #define IDS_NEED_AREACODE 1254
  108. #define IDS_DUPLICATE_PROFILENAME 1255
  109. //#define IDS_NEED_ACCTNAME 1256
  110. #define IDS_INVALID_PORTNUM 1260
  111. //#define IDS_NEED_NEWSSERV 1261
  112. #define IDS_INVALIDPHONE 1262
  113. //#define IDS_NEED_SERVERNAME 1263
  114. #define IDS_INVALID_IPADDR 1300
  115. #define IDS_MODIFYCONNECTION 1320
  116. // Normandy 11970 ChrisK - we need a different title if launched from
  117. // mail or news configuration
  118. #define IDS_BEGINMANUAL_ALTERNATE 1323
  119. #define IDS_LOGINSCRIPTINVALID 1324
  120. #define IDS_HOWTOCONNECT_DESC1 1400
  121. #define IDS_HOWTOCONNECT_DESC2 1401
  122. #define IDS_CONNECTION_DESC1 1402
  123. #define IDS_CONNECTION_DESC2 1403
  124. //#define IDS_EXITFAILED 1429
  125. #define IDS_WANTTOREBOOT 1430
  126. //#define IDS_NEEDTOREBOOT 1428
  127. #define IDS_SBCSONLY 1435
  128. #define IDS_CONNECTIONTO 1436
  129. // dialog page IDs
  130. //#define IDD_PAGE_WELCOME 2000
  131. #define IDD_PAGE_HOWTOCONNECT 2001
  132. #define IDD_PAGE_CHOOSEMODEM 2002
  133. #define IDD_PAGE_CONNECTEDOK 2003
  134. #define IDD_PAGE_CONNECTION 2004
  135. #define IDD_PAGE_CONNECTIONNAME 2005
  136. #define IDD_PAGE_MODIFYCONNECTION 2006
  137. #define IDD_PAGE_ADVANCED 2007
  138. #define IDD_PAGE_PHONENUMBER 2008
  139. #define IDD_PAGE_NAMEANDPASSWORD 2009
  140. #define IDD_PAGE_CONNECTIONPROTOCOL 2010
  141. #define IDD_PAGE_LOGINSCRIPT 2011
  142. #define IDD_PAGE_USEPROXY 2012
  143. #define IDD_PAGE_PROXYSERVERS 2013
  144. #define IDD_PAGE_PROXYEXCEPTIONS 2014
  145. #define IDD_PAGE_IPADDRESS 2015
  146. #define IDD_PAGE_DNSADDRESS 2016
  147. #define IDD_NEWPROFILENAME 2020
  148. #define IDD_SECURITY_CHECK 2021
  149. #define IDD_DNS_WARNING 2022
  150. #define IDD_CHOOSEMODEMNAME 2024
  151. #define IDD_CHOOSEPROFILENAME 2025
  152. #define IDD_PAGE_LCPEXTENSIONS 2026
  153. #define IDS_MAPIERROR_BASE 3000
  154. #ifdef IDC_HELP
  155. #undef IDC_HELP
  156. #endif
  157. // dialog control IDs
  158. #define IDC_BMPFRAME 2100
  159. #define IDC_CONNECT_BY_PHONE 2102
  160. #define IDC_CONNECT_BY_LAN 2103
  161. #define IDC_CONNECT_MANUAL 2104
  162. #define IDC_AREACODE 2108
  163. #define IDC_PHONENUMBER 2109
  164. #define IDC_USERNAME 2110
  165. #define IDC_PASSWORD 2111
  166. #define IDC_CONFIRMPASSWORD 2112
  167. #define IDC_MODIFYCONNECTION 2113
  168. #define IDC_NOMODIFYCONNECTION 2114
  169. #define IDC_CONNECTIONNAME 2115
  170. #define IDC_NEWCONNECTION 2116
  171. #define IDC_EXISTINGCONNECTION 2117
  172. #define IDC_LBLMODIFYCONNECTION 2118
  173. #define IDC_MODIFYADVANCED 2119
  174. #define IDC_NOMODIFYADVANCED 2120
  175. #define IDC_ISPNAME 2121
  176. #define IDC_USE_DHCP 2123
  177. #define IDC_USE_IP 2124
  178. #define IDC_IPADDR 2125
  179. #define IDC_DNSADDR1 2127
  180. #define IDC_DNSADDR2 2128
  181. #define IDC_TX_IPADDR 2129
  182. #define IDC_AUTO_DNS 2130
  183. #define IDC_STATIC_DNS 2131
  184. #define IDC_TX_DNSADDR1 2132
  185. #define IDC_TX_DNSADDR2 2133
  186. #define IDC_COUNTRYCODE 2136
  187. #define IDC_MODEM 2137
  188. #define IDC_SETDEFAULT 2149
  189. #define IDC_NEW_PROFILE 2150
  190. #define IDC_PROFILE_LIST 2151
  191. #define IDC_PROFILENAME 2152
  192. #define IDC_DISABLE_CHECK 2153
  193. #define IDC_GRP_SETTINGS 2154
  194. #define IDC_HELP 2155
  195. #define IDC_DISABLE_WARNING 2156
  196. #define IDC_USEDIALRULES 2157
  197. #define IDC_PROTOCOLPPP 2158
  198. #define IDC_PROTOCOLSLIP 2159
  199. #define IDC_PROTOCOLCSLIP 2160
  200. #define IDC_NOTERMINALAFTERDIAL 2161
  201. #define IDC_TERMINALAFTERDIAL 2162
  202. #define IDC_SCRIPT 2163
  203. #define IDC_BROWSE 2164
  204. #define IDC_SCRIPTFILE 2170
  205. #define IDC_TX_PROXYBYPASS 2178
  206. #define IDC_TX_PROXYSERVER 2179
  207. #define IDC_TX_AREACODE 2180
  208. #define IDC_TX_COUNTRYCODE 2181
  209. #define IDC_TX_SEPARATOR 2182
  210. #define IDC_LBLTITLE 2183
  211. //#define IDC_INSTALLMAIL 2184
  212. //#define IDC_NOMAIL 2185
  213. //#define IDC_MAILNAME 2186
  214. //#define IDC_MAILADDRESS 2187
  215. //#define IDC_INCOMINGMAILSERVER 2188
  216. //#define IDC_SMTPSERVER 2189
  217. //#define IDC_INSTALLNEWS 2190
  218. //#define IDC_NONEWS 2191
  219. //#define IDC_SERVER 2192
  220. //#define IDC_NEWSNAME 2193
  221. //#define IDC_NEWSADDRESS 2194
  222. //#define IDC_LOGONNEWS 2195
  223. //#define IDC_NEWSACCOUNT 2196
  224. //#define IDC_NEWSSECURE 2197
  225. #define IDC_TX_ACCOUNT 2198
  226. #define IDC_TX_PASSWORD 2199
  227. #define IDC_USEPROXY 2200
  228. #define IDC_NOUSEPROXY 2201
  229. #define IDC_TX_PROXYTYPE 2202
  230. #define IDC_TX_PROXYADDRESS 2203
  231. #define IDC_TX_PROXYPORT 2204
  232. #define IDC_TX_PROXYHTTP 2205
  233. #define IDC_PROXYHTTP 2206
  234. #define IDC_PORTHTTP 2207
  235. #define IDC_TX_PROXYSECURE 2208
  236. #define IDC_PROXYSECURE 2209
  237. #define IDC_PORTSECURE 2210
  238. #define IDC_TX_PROXYFTP 2211
  239. #define IDC_PROXYFTP 2212
  240. #define IDC_PORTFTP 2213
  241. #define IDC_TX_PROXYGOPHER 2214
  242. #define IDC_PROXYGOPHER 2215
  243. #define IDC_PORTGOPHER 2216
  244. #define IDC_TX_PROXYSOCKS 2217
  245. #define IDC_PROXYSOCKS 2218
  246. #define IDC_PORTSOCKS 2219
  247. #define IDC_PROXYSAME 2220
  248. #define IDC_TX_BYPASSPROXY 2222
  249. #define IDC_BYPASSPROXY 2223
  250. #define IDC_TX_USESEMICOLON 2224
  251. #define IDC_BYPASSLOCAL 2225
  252. #define IDC_INCOMINGMAILTYPE 2226
  253. #define IDC_NEWACCT 2230
  254. #define IDC_EXISTINGACCT 2231
  255. #define IDC_ACCTNAME 2232
  256. #define IDC_ACCTLIST 2233
  257. #define IDC_LBLMODIFYACCT 2234
  258. #define IDC_MODIFYACCT 2235
  259. #define IDC_NOMODIFYACCT 2236
  260. #define IDC_CANCEL 2240
  261. #define IDC_DISABLELCP 2241
  262. #define IDC_NODISABLELCP 2242
  263. #define IDC_DESC 2250
  264. #define IDC_LOGONPLAIN 2252
  265. #define IDC_LOGONSICILY 2253
  266. #define IDC_LBLUSERNAME 2254
  267. #define IDC_LBLPASSWORD 2255
  268. //#define IDC_INSTALL_DIR_SERV 2256
  269. //#define IDC_NO_DIR_SERV 2257
  270. #define IDC_NOTE 2258
  271. // bitmap IDs
  272. #define IDB_BMP_WELCOME 2290
  273. // icon IDs
  274. #define IDI_WORLD 2300
  275. #define IDI_MODEM 2303
  276. */