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.

102 lines
3.0 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 "ids.h"
  83. STRINGTABLE
  84. BEGIN
  85. IDS_WIZ_WINDOW_NAME, "Internet Connection Wizard"
  86. IDS_WIZ_CLASS_NAME, "#32770"
  87. IDS_EXITFAILED "The Internet Connection Wizard could not automatically shut down and restart your computer. Restart your computer manually."
  88. IDS_WANTTOREBOOT "In order for the Internet Connection Wizard to continue, you must restart your computer, and then rerun the wizard. To restart your computer now, click Yes. To quit the wizard, click No.\n\nDo you want to restart your computer now?"
  89. IDS_ADMIN_ACCESS_DENIED "You are restricted from running the Internet Connection Wizard because you are not an administrator on this computer.\n\nFor more information, contact your network administrator."
  90. IDS_ADMIN_ACCESS_DENIED_TITLE "Access Denied"
  91. IDS_IEAK_ACCESS_DENIED "You are restricted from running the Internet Connection Wizard.\n\nFor more information, contact your network administrator."
  92. IDS_IEAK_ACCESS_DENIED_TITLE "Access Denied"
  93. END
  94. 100 ICON "world.ico"
  95. RCINCLUDE inetwiz.rcv