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.

115 lines
3.1 KiB

  1. //////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // ScriptInterface.rc
  4. //
  5. // Copyright (C) 1998, 1999 Microsoft Corporation. All rights reserved.
  6. //
  7. //////////////////////////////////////////////////////////////////////////////////////////////
  8. #include "resource.h"
  9. #define APSTUDIO_READONLY_SYMBOLS
  10. //////////////////////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Generated from the TEXTINCLUDE 2 resource.
  13. //
  14. //////////////////////////////////////////////////////////////////////////////////////////////
  15. #include "winres.h"
  16. //////////////////////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Generated from the TEXTINCLUDE 4 resource.
  19. //
  20. //////////////////////////////////////////////////////////////////////////////////////////////
  21. #include "AppManDp.Rcv"
  22. //////////////////////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. //////////////////////////////////////////////////////////////////////////////////////////////
  25. //
  26. // English (U.S.) resources
  27. //
  28. //////////////////////////////////////////////////////////////////////////////////////////////
  29. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  30. #ifdef _WIN32
  31. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  32. #pragma code_page(1252)
  33. #endif //_WIN32
  34. #ifdef APSTUDIO_INVOKED
  35. //////////////////////////////////////////////////////////////////////////////////////////////
  36. //
  37. // TEXTINCLUDE
  38. //
  39. //////////////////////////////////////////////////////////////////////////////////////////////
  40. 1 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "resource.h\0"
  43. END
  44. 2 TEXTINCLUDE DISCARDABLE
  45. BEGIN
  46. "#include ""winres.h""\r\n"
  47. "\0"
  48. END
  49. 3 TEXTINCLUDE DISCARDABLE
  50. BEGIN
  51. "1 TYPELIB ""AppManDispatch.tlb""\r\n"
  52. "\0"
  53. END
  54. 4 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "#include ""AppManDp.h""\r\n"
  57. "\0"
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. //////////////////////////////////////////////////////////////////////////////////////////////
  61. //
  62. // REGISTRY
  63. //
  64. //////////////////////////////////////////////////////////////////////////////////////////////
  65. IDR_APPENTRY REGISTRY DISCARDABLE "AppEntry.rgs"
  66. IDR_APPMANAGER REGISTRY DISCARDABLE "AppManager.rgs"
  67. //////////////////////////////////////////////////////////////////////////////////////////////
  68. //
  69. // String Table
  70. //
  71. //////////////////////////////////////////////////////////////////////////////////////////////
  72. STRINGTABLE DISCARDABLE
  73. BEGIN
  74. IDS_PROJNAME "AppManDispatch"
  75. END
  76. #endif // English (U.S.) resources
  77. //////////////////////////////////////////////////////////////////////////////////////////////
  78. #ifndef APSTUDIO_INVOKED
  79. //////////////////////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Generated from the TEXTINCLUDE 3 resource.
  82. //
  83. //////////////////////////////////////////////////////////////////////////////////////////////
  84. 1 TYPELIB "AppManDispatch.tlb"
  85. //////////////////////////////////////////////////////////////////////////////////////////////
  86. #endif // not APSTUDIO_INVOKED