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.

115 lines
3.2 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994 **
  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 NOGDI
  10. #define NONLS
  11. #define NORESOURCE
  12. #define NOSCROLL
  13. #define NOSHOWWINDOW
  14. #define NOWH
  15. #define NODESKTOP
  16. #define NOWINDOWSTATION
  17. #define NOSECURITY
  18. #define NOMSG
  19. #define NOWINOFFSETS
  20. #define NONCMESSAGES
  21. #define NOKEYSTATES
  22. #define NOCLIPBOARD
  23. #define NODEFERWINDOWPOS
  24. #define NOSYSMETRICS
  25. #define NOMENUS
  26. #define NODRAWTEXT
  27. #define NOMB
  28. #define NOCOLOR
  29. #define NOSYSCOMMANDS
  30. #define NOICONS
  31. #define NOWINMESSAGES
  32. #define NOMDI
  33. #define NOHELP
  34. #define NOSYSPARAMSINFO
  35. #define NOLANGUAGE
  36. #define NOTEXTMETRIC
  37. #define NOMETAFILE
  38. #define NOGDICAPMASKS
  39. #define NORASTEROPS
  40. #define NODRIVERS
  41. #define MMNOTIMER
  42. #define MMNOJOY
  43. #define MMNOMMIO
  44. #define MMNOMCI
  45. #define NOMCX
  46. #define NOCOMM
  47. #define NOKANJI
  48. #define NOPROFILER
  49. #define NOKERNEL
  50. #define NOGDI
  51. #define NONLS
  52. #define NOMEMMGR
  53. #define NOTOOLBAR
  54. #define NOTOOLTIPS
  55. #define NOUPDOWN
  56. #define NOSTATUSBAR
  57. #define NOTRACKBAR
  58. #define NOBTNLIST
  59. #define NODRAGLIST
  60. #define NOPROGRESS
  61. #define NOSHELLDEBUG
  62. #define NOMENUHELP
  63. #define NOHOTKEY
  64. #define NOMMIDS
  65. #define NONEWWAVE
  66. #define NONEWRIFF
  67. #define NOBITMAP
  68. #define NOJPEGDIB
  69. #define NONEWIC
  70. #define MMNODRV
  71. #define MMNOSOUND
  72. #define MMNOWAVE
  73. #define MMNOMIDI
  74. #define MMNOMIXER
  75. #define MMNOAUX
  76. #define MMNOTIMER
  77. #define MMNOMMIO
  78. #define MMNOMCI
  79. #define MMNOMMSYSTEM
  80. #define NO_APPLOADER
  81. #include <windows.h>
  82. #include <prsht.h> // for WIZ_CXDLG, WIZ_CYDLG
  83. #include "ids.h"
  84. #include "cfgdll.dlg"
  85. STRINGTABLE
  86. BEGIN
  87. IDS_APPNAME, "Internet Connection Wizard"
  88. IDS_ERRFORMAT, "Error %lu occurred."
  89. IDS_EXEC_GRPCONV, "grpconv.exe"
  90. IDS_EXEC_GRPCONV_PARAM, "-o"
  91. IDS_MAIL_WIZARD_REG_VAL, "Microsoft Exchange"
  92. IDS_DEF_COMPUTER_NAME, "COMPUTER"
  93. IDS_DEF_WORKGROUP_NAME, "WORKGROUP"
  94. IDS_ERROutOfMemory, "There is not enough memory to continue. Close one or more programs, and then try again."
  95. IDS_ERRInstallTCPIP, "Unable to install the TCP/IP network protocol. You can try installing TCP/IP by clicking the Network icon in Control Panel."
  96. IDS_ERRInstallPPPMAC, "Unable to install the Microsoft Dial-Up Adapter. You can try installing Microsoft Dial-Up Adapter by clicking the Network Connections icon in Control Panel."
  97. IDS_ERRInstallFiles, "Unable to install Windows files on your computer. You can try installing these files by clicking the Add or Remove Programs icon in Control Panel."
  98. IDS_ERRReadConfig, "Unable to get configuration information about your computer."
  99. IDS_ERRWriteDNS, "Unable to set DNS configuration."
  100. END
  101. //
  102. // Icons
  103. //
  104. IDI_WORLD ICON "world.ico"
  105. //
  106. // Version stamp
  107. //
  108. #include "cfgdll.rcv"