//********************************************************************* //* Microsoft Windows ** //* Copyright(c) Microsoft Corp., 1995 ** //********************************************************************* // // string resource IDs // #define IDS_INTERNET 100 #define IDS_DESCRIPTION 101 #define IDS_APPNAME 102 #define IDS_RNADLL_FILENAME 103 #define IDS_HELPFILE 104 #define IDS_PROP_HEADER_TITLE 105 #define IDS_ERROutOfMemory 200 #define IDS_ConnectoidNotFound 300 #define IDS_ConnectoidNotSpecified 301 // // icon IDs // #define IDI_INTERNET 400 #define IDI_PHONE 401 #define IDI_PROXY 402 // // dialog IDs for autodial page // #define IDC_UNUSED -1 #define IDD_AUTODIAL 500 #define IDC_ENABLE_AUTODIAL 601 #define IDC_CHOOSE_CONNECTOID 602 #define IDC_USELAN 603 #define IDC_ENABLE_AUTODISCONNECT 604 #define IDC_SPIN 605 #define IDC_IDLE_TIMEOUT 606 #define IDC_NEW 607 #define IDC_EDIT 608 #define IDC_GRP_SETTINGS 609 #define IDC_TX_CHOOSE_CONNECTOID 610 #define IDC_TX_AUTODISCONNECT1 611 #define IDC_TX_AUTODISCONNECT2 612 #define IDC_ENABLE_SECURITYCHECK 613 // // dialog IDs for proxy page // #define IDD_PROXY 501 #define IDC_PROXY_ENABLE 701 #define IDC_PROXY_SERVER 702 #define IDC_PROXY_SERVER_LABEL 703 #define IDC_PROXY_OVERRIDE 704 #define IDC_PROXY_OVERRIDE_LABEL 705