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.
116 lines
3.4 KiB
116 lines
3.4 KiB
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright (c) 1994-1998 Microsoft Corporation
|
|
//*********************************************************************
|
|
|
|
// keep objidl.h from being pulled in, RC compiler chokes on it
|
|
#define __objidl_h__
|
|
|
|
// define as many NOxxxx's as possible to keep windows.h's memory footprint
|
|
// small. This greatly speeds up resource compilation time.
|
|
|
|
//#define WIN32 1
|
|
#define NOGDI
|
|
#define NONLS
|
|
#define NORESOURCE
|
|
#define NOSCROLL
|
|
#define NOSHOWWINDOW
|
|
#define NOWH
|
|
#define NODESKTOP
|
|
#define NOWINDOWSTATION
|
|
#define NOSECURITY
|
|
#define NOMSG
|
|
#define NOWINOFFSETS
|
|
#define NONCMESSAGES
|
|
#define NOKEYSTATES
|
|
#define NOCLIPBOARD
|
|
#define NODEFERWINDOWPOS
|
|
#define NOSYSMETRICS
|
|
#define NOMENUS
|
|
#define NODRAWTEXT
|
|
#define NOMB
|
|
#define NOCOLOR
|
|
#define NOSYSCOMMANDS
|
|
#define NOICONS
|
|
#define NOWINMESSAGES
|
|
#define NOMDI
|
|
#define NOHELP
|
|
#define NOSYSPARAMSINFO
|
|
#define NOLANGUAGE
|
|
#define NOTEXTMETRIC
|
|
#define NOMETAFILE
|
|
#define NOGDICAPMASKS
|
|
#define NORASTEROPS
|
|
#define NODRIVERS
|
|
#define MMNOTIMER
|
|
#define MMNOJOY
|
|
#define MMNOMMIO
|
|
#define MMNOMCI
|
|
#define NOMCX
|
|
#define NOCOMM
|
|
#define NOKANJI
|
|
#define NOPROFILER
|
|
#define NOKERNEL
|
|
#define NOGDI
|
|
#define NONLS
|
|
#define NOMEMMGR
|
|
#define NOTOOLBAR
|
|
#define NOTOOLTIPS
|
|
#define NOUPDOWN
|
|
#define NOSTATUSBAR
|
|
#define NOTRACKBAR
|
|
#define NOBTNLIST
|
|
#define NODRAGLIST
|
|
#define NOPROGRESS
|
|
#define NOSHELLDEBUG
|
|
#define NOMENUHELP
|
|
#define NOHOTKEY
|
|
#define NOMMIDS
|
|
#define NONEWWAVE
|
|
#define NONEWRIFF
|
|
#define NOBITMAP
|
|
#define NOJPEGDIB
|
|
#define NONEWIC
|
|
#define MMNODRV
|
|
#define MMNOSOUND
|
|
#define MMNOWAVE
|
|
#define MMNOMIDI
|
|
#define MMNOMIXER
|
|
#define MMNOAUX
|
|
#define MMNOTIMER
|
|
#define MMNOMMIO
|
|
#define MMNOMCI
|
|
#define MMNOMMSYSTEM
|
|
#define NO_APPLOADER
|
|
|
|
#include <windows.h>
|
|
#include <prsht.h> // for WIZ_CXDLG, WIZ_CYDLG
|
|
#include "ids.h"
|
|
#include "cfgdll.dlg"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPNAME, "Internet Connection Wizard"
|
|
IDS_ERRFORMAT, "Error %lu occurred."
|
|
IDS_EXEC_GRPCONV, "grpconv.exe"
|
|
IDS_EXEC_GRPCONV_PARAM, "-o"
|
|
IDS_MAIL_WIZARD_REG_VAL, "Microsoft Exchange"
|
|
IDS_DEF_COMPUTER_NAME, "COMPUTER"
|
|
IDS_DEF_WORKGROUP_NAME, "WORKGROUP"
|
|
IDS_ERROutOfMemory, "There is not enough memory to continue. Close down one or more applications and try again."
|
|
IDS_ERRInstallTCPIP, "Unable to install the TCP/IP network protocol because of the following error:\r\n%1\r\n\r\nYou can try installing TCP/IP by clicking the Network icon in Control Panel."
|
|
IDS_ERRInstallPPPMAC, "Unable to install the Microsoft Dial-Up Adapter because of the following error:\r\n%1\r\n\r\nYou can try installing Microsoft Dial-Up Adapter by clicking the Network icon in Control Panel."
|
|
IDS_ERRInstallFiles, "Unable to install Windows 95 files on your computer. The following error occurred:\r\n%1\r\n\r\nYou can try installing these files by clicking the Add/Remove programs icon in Control Panel."
|
|
IDS_ERRReadConfig, "Unable to get configuration information about your computer because of the following error:\r\n%1"
|
|
IDS_ERRWriteDNS, "Unable to set DNS configuration because of the following error:\r\n%1\r\n"
|
|
END
|
|
|
|
//
|
|
// Icons
|
|
//
|
|
IDI_WORLD ICON "world.ico"
|
|
|
|
//
|
|
// Version stamp
|
|
//
|
|
#include "cfgdll.rcv"
|