Source code of Windows XP (NT5)
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.

113 lines
2.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: remrras.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #include "winres.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. #ifdef APSTUDIO_INVOKED
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""winres.h""\r\n"
  40. "\0"
  41. END
  42. 3 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#include <ntverp.h>\r\n"
  45. "\r\n"
  46. "#define VER_FILETYPE VFT_APP\r\n"
  47. "#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
  48. "#define VER_FILEDESCRIPTION_STR ""RRAS Config""\r\n"
  49. "#define VER_INTERNALNAME_STR ""remrras.dll""\r\n"
  50. "#define VER_ORIGINALFILENAME_STR ""remrras.dll""\r\n"
  51. "\r\n"
  52. "#include ""common.ver""\r\n"
  53. "\r\n"
  54. "\0"
  55. END
  56. #endif // APSTUDIO_INVOKED
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // REGISTRY
  60. //
  61. IDR_Remrras REGISTRY MOVEABLE PURE "remrras.rgs"
  62. IDR_REMCFG REGISTRY DISCARDABLE "RemCfg.rgs"
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // String Table
  66. //
  67. STRINGTABLE DISCARDABLE
  68. BEGIN
  69. IDS_PROJNAME "Remrras"
  70. IDS_CLIENT_DESC "Remote RRAS configuration"
  71. IDS_INTERNAL_ADAPTER "Internal"
  72. IDS_LOOPBACK_ADAPTER "Loopback"
  73. IDS_NT_AUTHORITY_ADMINISTRATORS "NT Authority\\administrators"
  74. END
  75. #endif // English (U.S.) resources
  76. /////////////////////////////////////////////////////////////////////////////
  77. #ifndef APSTUDIO_INVOKED
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // Generated from the TEXTINCLUDE 3 resource.
  81. //
  82. #include <ntverp.h>
  83. #define VER_FILETYPE VFT_APP
  84. #define VER_FILESUBTYPE VFT2_UNKNOWN
  85. #define VER_FILEDESCRIPTION_STR "RRAS Config"
  86. #define VER_INTERNALNAME_STR "remrras.dll"
  87. #define VER_ORIGINALFILENAME_STR "remrras.dll"
  88. #include "common.ver"
  89. /////////////////////////////////////////////////////////////////////////////
  90. #endif // not APSTUDIO_INVOKED