//********************************************************************* //* Microsoft Windows ** //* Copyright (c) 1994-1998 Microsoft Corporation //********************************************************************* // dialog size #define MY_CXDLG 304 #define MY_CYDLG 163 #define MY_CXBMP 79 #define MY_CYBMP 160 // string resource IDs #define IDS_APPNAME 1000 #define IDS_WAITCHECKING 1431 #define IDS_MODEM_WIZ_TITLE 1433 #define IDS_MODEM_CPL_TITLE 1434 #define IDS_RNAAP_TITLE 1437 #define IDS_INSTALLING_FILES 1303 #define IDS_ERRInstallModem 1101 #define IDS_ERRNoDialOutModem 1134 #define IDS_ERRLoadConfigDllNT1 1137 #define IDS_ERRLoadConfigDllNT2 1138 #define IDS_ERRLoadConfigDll1 1124 #define IDS_ERRLoadConfigDll2 1125 #define IDS_ERRLoadRNADll1 1106 #define IDS_ERRLoadRNADll2 1107 #define IDS_ERROutOfMemory 1100 #define IDS_ERRFORMAT 1003 #define IDS_CONFIG95DLL_FILENAME 1031 #define IDS_CONFIGNTDLL_FILENAME 1032 #define IDS_RNADLL_FILENAME 1004 #define IDS_RNAPHDLL_FILENAME 1013 #define IDS_GENERIC_RNA_ERROR 1015 #define IDS_WARN_SERVER_BOUND 1205 #define IDS_WARN_SERVER_BOUND1 1207 #define IDS_REMOVE_SERVER_BOUND 1208 #define IDS_REMOVE_SERVER_BOUND1 1209 #define IDC_UNUSED -1 #define IDC_TX_STATUS 2143 #define IDD_NEEDDRIVERS 2023 /* #define IDS_QUERYCANCEL 1002 #define IDS_COUNTRY_FMT 1005 #define IDS_SHORT_FMT 1006 #define IDS_DEFAULT_PROFILE_NAME 1007 #define IDS_MAPIDLL_FILENAME 1008 #define IDS_GENERIC_MAPI_ERROR 1016 #define IDS_HELPFILE_NAME 1022 #define IDS_MSN105_INF_FILE 1026 #define IDS_MSN105_UNINSTALL_SECT 1027 #define IDS_MSN100_INF_FILE 1028 #define IDS_MSN100_UNINSTALL_SECT 1029 #define IDS_SCRIPT_FILE_FILTER 1030 #define IDS_INTERNETMAIL_SERVICENAME 1050 #define IDS_MESSAGESTORE_SERVICENAME 1051 #define IDS_ADDRESSBOOK_SERVICENAME 1052 #define IDS_INTERNETMAIL_DESCRIPTION 1053 #define IDS_MESSAGESTORE_DESCRIPTION 1054 #define IDS_ADDRESSBOOK_DESCRIPTION 1055 #define IDS_PROFILENAME 1056 #define IDS_PROFILENAME1 1057 #define IDS_MESSAGESTORE_FILENAME 1060 #define IDS_MESSAGESTORE_FILENAME1 1061 #define IDS_ADDRESSBOOK_FILENAME 1062 #define IDS_ADDRESSBOOK_FILENAME1 1063 #define IDS_ERRReadConfig 1102 #define IDS_ERRCoInitialize 1103 #define IDS_ERRCreateConnectoid 1109 #define IDS_ERRLoadMAPIDll1 1110 #define IDS_ERRLoadMAPIDll2 1111 #define IDS_ERRInitMAPI 1112 #define IDS_ERRConfigureMail 1114 #define IDS_ERRConnectoidName95 1115 #define IDS_ERRSetPhoneNumber 1116 #define IDS_ERRWriteDNS 1119 #define IDS_ERRUninstallMSN 1120 #define IDS_ERREnumModem 1121 #define IDS_ERRConfigureProxy 1123 #define IDS_ERRCorruptConnection 1126 #define IDS_ERRCorruptAccount 1127 #define IDS_ERRDuplicateConnectoidName 1128 //#define IDS_ERRInvalidAcctName 1130 //#define IDS_ERRMailSetup 1131 //#define IDS_ERRNewsSetup 1132 //#define IDS_ERRIMNConfig 1133 #define IDS_ERRModifyCSLIP 1135 #define IDS_ERRProxyRequired 1136 #define IDS_ERRConnectoidNameNT 1139 //#define IDS_ERRDirServSetup 1140 #define IDS_WARN_EMPTY_USERNAME 1200 #define IDS_WARN_EMPTY_DNS 1201 #define IDS_WARN_EMPTY_PASSWORD 1203 //#define IDS_NEED_ACCOUNT 1210 //#define IDS_NEED_NEWS_ACCOUNT_NAME 1211 //#define IDS_DUP_ACCTNAME 1212 #define IDS_WARNWillRemoveMSN 1221 #define IDS_OKTOCHANGECONFIG 1230 #define IDS_ABOUTTOCHANGECONFIG1 1231 #define IDS_ABOUTTOCHANGECONFIG2 1232 #define IDS_DEF_CONNECTION_NAME_1 1233 #define IDS_DEF_CONNECTION_NAME_2 1234 #define IDS_SYSTEM_ALREADY_CONFIGURED 1235 #define IDS_CONFIGAPIFAILED 1236 #define IDS_SERVICEDISABLED 1237 #define IDS_NEED_PHONENUMBER 1250 #define IDS_NEED_IPADDR 1251 #define IDS_NEED_ISPNAME 1252 #define IDS_NEED_PROFILENAME 1253 #define IDS_NEED_AREACODE 1254 #define IDS_DUPLICATE_PROFILENAME 1255 //#define IDS_NEED_ACCTNAME 1256 #define IDS_INVALID_PORTNUM 1260 //#define IDS_NEED_NEWSSERV 1261 #define IDS_INVALIDPHONE 1262 //#define IDS_NEED_SERVERNAME 1263 #define IDS_INVALID_IPADDR 1300 #define IDS_MODIFYCONNECTION 1320 // Normandy 11970 ChrisK - we need a different title if launched from // mail or news configuration #define IDS_BEGINMANUAL_ALTERNATE 1323 #define IDS_LOGINSCRIPTINVALID 1324 #define IDS_HOWTOCONNECT_DESC1 1400 #define IDS_HOWTOCONNECT_DESC2 1401 #define IDS_CONNECTION_DESC1 1402 #define IDS_CONNECTION_DESC2 1403 //#define IDS_EXITFAILED 1429 #define IDS_WANTTOREBOOT 1430 //#define IDS_NEEDTOREBOOT 1428 #define IDS_SBCSONLY 1435 #define IDS_CONNECTIONTO 1436 // dialog page IDs //#define IDD_PAGE_WELCOME 2000 #define IDD_PAGE_HOWTOCONNECT 2001 #define IDD_PAGE_CHOOSEMODEM 2002 #define IDD_PAGE_CONNECTEDOK 2003 #define IDD_PAGE_CONNECTION 2004 #define IDD_PAGE_CONNECTIONNAME 2005 #define IDD_PAGE_MODIFYCONNECTION 2006 #define IDD_PAGE_ADVANCED 2007 #define IDD_PAGE_PHONENUMBER 2008 #define IDD_PAGE_NAMEANDPASSWORD 2009 #define IDD_PAGE_CONNECTIONPROTOCOL 2010 #define IDD_PAGE_LOGINSCRIPT 2011 #define IDD_PAGE_USEPROXY 2012 #define IDD_PAGE_PROXYSERVERS 2013 #define IDD_PAGE_PROXYEXCEPTIONS 2014 #define IDD_PAGE_IPADDRESS 2015 #define IDD_PAGE_DNSADDRESS 2016 #define IDD_NEWPROFILENAME 2020 #define IDD_SECURITY_CHECK 2021 #define IDD_DNS_WARNING 2022 #define IDD_CHOOSEMODEMNAME 2024 #define IDD_CHOOSEPROFILENAME 2025 #define IDD_PAGE_LCPEXTENSIONS 2026 #define IDS_MAPIERROR_BASE 3000 #ifdef IDC_HELP #undef IDC_HELP #endif // dialog control IDs #define IDC_BMPFRAME 2100 #define IDC_CONNECT_BY_PHONE 2102 #define IDC_CONNECT_BY_LAN 2103 #define IDC_CONNECT_MANUAL 2104 #define IDC_AREACODE 2108 #define IDC_PHONENUMBER 2109 #define IDC_USERNAME 2110 #define IDC_PASSWORD 2111 #define IDC_CONFIRMPASSWORD 2112 #define IDC_MODIFYCONNECTION 2113 #define IDC_NOMODIFYCONNECTION 2114 #define IDC_CONNECTIONNAME 2115 #define IDC_NEWCONNECTION 2116 #define IDC_EXISTINGCONNECTION 2117 #define IDC_LBLMODIFYCONNECTION 2118 #define IDC_MODIFYADVANCED 2119 #define IDC_NOMODIFYADVANCED 2120 #define IDC_ISPNAME 2121 #define IDC_USE_DHCP 2123 #define IDC_USE_IP 2124 #define IDC_IPADDR 2125 #define IDC_DNSADDR1 2127 #define IDC_DNSADDR2 2128 #define IDC_TX_IPADDR 2129 #define IDC_AUTO_DNS 2130 #define IDC_STATIC_DNS 2131 #define IDC_TX_DNSADDR1 2132 #define IDC_TX_DNSADDR2 2133 #define IDC_COUNTRYCODE 2136 #define IDC_MODEM 2137 #define IDC_SETDEFAULT 2149 #define IDC_NEW_PROFILE 2150 #define IDC_PROFILE_LIST 2151 #define IDC_PROFILENAME 2152 #define IDC_DISABLE_CHECK 2153 #define IDC_GRP_SETTINGS 2154 #define IDC_HELP 2155 #define IDC_DISABLE_WARNING 2156 #define IDC_USEDIALRULES 2157 #define IDC_PROTOCOLPPP 2158 #define IDC_PROTOCOLSLIP 2159 #define IDC_PROTOCOLCSLIP 2160 #define IDC_NOTERMINALAFTERDIAL 2161 #define IDC_TERMINALAFTERDIAL 2162 #define IDC_SCRIPT 2163 #define IDC_BROWSE 2164 #define IDC_SCRIPTFILE 2170 #define IDC_TX_PROXYBYPASS 2178 #define IDC_TX_PROXYSERVER 2179 #define IDC_TX_AREACODE 2180 #define IDC_TX_COUNTRYCODE 2181 #define IDC_TX_SEPARATOR 2182 #define IDC_LBLTITLE 2183 //#define IDC_INSTALLMAIL 2184 //#define IDC_NOMAIL 2185 //#define IDC_MAILNAME 2186 //#define IDC_MAILADDRESS 2187 //#define IDC_INCOMINGMAILSERVER 2188 //#define IDC_SMTPSERVER 2189 //#define IDC_INSTALLNEWS 2190 //#define IDC_NONEWS 2191 //#define IDC_SERVER 2192 //#define IDC_NEWSNAME 2193 //#define IDC_NEWSADDRESS 2194 //#define IDC_LOGONNEWS 2195 //#define IDC_NEWSACCOUNT 2196 //#define IDC_NEWSSECURE 2197 #define IDC_TX_ACCOUNT 2198 #define IDC_TX_PASSWORD 2199 #define IDC_USEPROXY 2200 #define IDC_NOUSEPROXY 2201 #define IDC_TX_PROXYTYPE 2202 #define IDC_TX_PROXYADDRESS 2203 #define IDC_TX_PROXYPORT 2204 #define IDC_TX_PROXYHTTP 2205 #define IDC_PROXYHTTP 2206 #define IDC_PORTHTTP 2207 #define IDC_TX_PROXYSECURE 2208 #define IDC_PROXYSECURE 2209 #define IDC_PORTSECURE 2210 #define IDC_TX_PROXYFTP 2211 #define IDC_PROXYFTP 2212 #define IDC_PORTFTP 2213 #define IDC_TX_PROXYGOPHER 2214 #define IDC_PROXYGOPHER 2215 #define IDC_PORTGOPHER 2216 #define IDC_TX_PROXYSOCKS 2217 #define IDC_PROXYSOCKS 2218 #define IDC_PORTSOCKS 2219 #define IDC_PROXYSAME 2220 #define IDC_TX_BYPASSPROXY 2222 #define IDC_BYPASSPROXY 2223 #define IDC_TX_USESEMICOLON 2224 #define IDC_BYPASSLOCAL 2225 #define IDC_INCOMINGMAILTYPE 2226 #define IDC_NEWACCT 2230 #define IDC_EXISTINGACCT 2231 #define IDC_ACCTNAME 2232 #define IDC_ACCTLIST 2233 #define IDC_LBLMODIFYACCT 2234 #define IDC_MODIFYACCT 2235 #define IDC_NOMODIFYACCT 2236 #define IDC_CANCEL 2240 #define IDC_DISABLELCP 2241 #define IDC_NODISABLELCP 2242 #define IDC_DESC 2250 #define IDC_LOGONPLAIN 2252 #define IDC_LOGONSICILY 2253 #define IDC_LBLUSERNAME 2254 #define IDC_LBLPASSWORD 2255 //#define IDC_INSTALL_DIR_SERV 2256 //#define IDC_NO_DIR_SERV 2257 #define IDC_NOTE 2258 // bitmap IDs #define IDB_BMP_WELCOME 2290 // icon IDs #define IDI_WORLD 2300 #define IDI_MODEM 2303 */