Leaked source code of windows server 2003
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

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright (c) 1994-1998 Microsoft Corporation
  4. //*********************************************************************
  5. // keep objidl.h from being pulled in, RC compiler chokes on it
  6. #define __objidl_h__
  7. // define as many NOxxxx's as possible to keep windows.h's memory footprint
  8. // small. This greatly speeds up resource compilation time.
  9. //#define WIN32 1
  10. #define NOGDI
  11. #define NONLS
  12. #define NORESOURCE
  13. #define NOSCROLL
  14. #define NOSHOWWINDOW
  15. #define NOWH
  16. #define NODESKTOP
  17. #define NOWINDOWSTATION
  18. #define NOSECURITY
  19. #define NOMSG
  20. #define NOWINOFFSETS
  21. #define NONCMESSAGES
  22. #define NOKEYSTATES
  23. #define NOCLIPBOARD
  24. #define NODEFERWINDOWPOS
  25. #define NOSYSMETRICS
  26. #define NOMENUS
  27. #define NODRAWTEXT
  28. #define NOMB
  29. #define NOCOLOR
  30. #define NOSYSCOMMANDS
  31. #define NOICONS
  32. #define NOWINMESSAGES
  33. #define NOMDI
  34. #define NOHELP
  35. #define NOSYSPARAMSINFO
  36. #define NOLANGUAGE
  37. #define NOTEXTMETRIC
  38. #define NOMETAFILE
  39. #define NOGDICAPMASKS
  40. #define NORASTEROPS
  41. #define NODRIVERS
  42. #define MMNOTIMER
  43. #define MMNOJOY
  44. #define MMNOMMIO
  45. #define MMNOMCI
  46. #define NOMCX
  47. #define NOCOMM
  48. #define NOKANJI
  49. #define NOPROFILER
  50. #define NOKERNEL
  51. #define NOGDI
  52. #define NONLS
  53. #define NOMEMMGR
  54. #define NOTOOLBAR
  55. #define NOTOOLTIPS
  56. #define NOUPDOWN
  57. #define NOSTATUSBAR
  58. #define NOTRACKBAR
  59. #define NOBTNLIST
  60. #define NODRAGLIST
  61. #define NOPROGRESS
  62. #define NOSHELLDEBUG
  63. #define NOMENUHELP
  64. #define NOHOTKEY
  65. #define NOMMIDS
  66. #define NONEWWAVE
  67. #define NONEWRIFF
  68. #define NOBITMAP
  69. #define NOJPEGDIB
  70. #define NONEWIC
  71. #define MMNODRV
  72. #define MMNOSOUND
  73. #define MMNOWAVE
  74. #define MMNOMIDI
  75. #define MMNOMIXER
  76. #define MMNOAUX
  77. #define MMNOTIMER
  78. #define MMNOMMIO
  79. #define MMNOMCI
  80. #define MMNOMMSYSTEM
  81. #define NO_APPLOADER
  82. #include <windows.h>
  83. #include <prsht.h> // for WIZ_CXDLG, WIZ_CYDLG
  84. #include "ids.h"
  85. #include "cfgdll.dlg"
  86. STRINGTABLE
  87. BEGIN
  88. IDS_APPNAME, "Internet Connection Wizard"
  89. IDS_ERRFORMAT, "Error %lu occurred."
  90. IDS_EXEC_GRPCONV, "grpconv.exe"
  91. IDS_EXEC_GRPCONV_PARAM, "-o"
  92. IDS_MAIL_WIZARD_REG_VAL, "Microsoft Exchange"
  93. IDS_DEF_COMPUTER_NAME, "COMPUTER"
  94. IDS_DEF_WORKGROUP_NAME, "WORKGROUP"
  95. IDS_ERROutOfMemory, "There is not enough memory to continue. Close down one or more applications and try again."
  96. 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."
  97. 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."
  98. 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."
  99. IDS_ERRReadConfig, "Unable to get configuration information about your computer because of the following error:\r\n%1"
  100. IDS_ERRWriteDNS, "Unable to set DNS configuration because of the following error:\r\n%1\r\n"
  101. END
  102. //
  103. // Icons
  104. //
  105. IDI_WORLD ICON "world.ico"
  106. //
  107. // Version stamp
  108. //
  109. #include "cfgdll.rcv"