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.

145 lines
4.1 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Compatibility Tab Shell Extension DLL"
  6. #define VER_INTERNALNAME_STR "SlayerXP"
  7. #include "common.ver"
  8. //Microsoft Developer Studio generated resource script.
  9. //
  10. #include "resource.h"
  11. #define APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Generated from the TEXTINCLUDE 2 resource.
  15. //
  16. #include "winres.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31. 1 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "resource.h\0"
  34. END
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#include ""winres.h""\r\n"
  38. "\0"
  39. END
  40. 3 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "1 TYPELIB ""SlayerXP.tlb""\r\n"
  43. "\0"
  44. END
  45. #endif // APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // DESIGNINFO
  49. //
  50. #ifdef APSTUDIO_INVOKED
  51. GUIDELINES DESIGNINFO DISCARDABLE
  52. BEGIN
  53. IDD_LAYER_PROPPAGE, DIALOG
  54. BEGIN
  55. LEFTMARGIN, 7
  56. RIGHTMARGIN, 217
  57. TOPMARGIN, 7
  58. BOTTOMMARGIN, 217
  59. END
  60. END
  61. #endif // APSTUDIO_INVOKED
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Dialog
  65. //
  66. IDD_LAYER_PROPPAGE DIALOG DISCARDABLE 0, 0, 224, 226
  67. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  68. CAPTION "Shim Layer Property Page"
  69. FONT 8, "MS Shell Dlg"
  70. BEGIN
  71. LTEXT "If you have problems with this program and it worked correctly on an earlier version of Windows, select the compatibility mode that matches that earlier version.",
  72. IDC_TEXT_INSTRUCTIONS,7,7,210,31
  73. CONTROL "Run this program in compatibility mode for:",
  74. IDC_USE_LAYER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,
  75. 57,149,10
  76. COMBOBOX IDC_LAYER_NAME,18,70,152,85,CBS_DROPDOWNLIST |
  77. WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  78. CONTROL "Run in 256 colors",IDC_256COLORS,"Button",
  79. BS_AUTOCHECKBOX | WS_TABSTOP,18,114,71,10
  80. CONTROL "Run in 640 x 480 screen resolution",IDC_640X480,"Button",
  81. BS_AUTOCHECKBOX | WS_TABSTOP,18,129,125,10
  82. CONTROL "Disable visual themes",IDC_ENABLE_THEMES,"Button",
  83. BS_AUTOCHECKBOX | WS_TABSTOP,18,144,83,10
  84. CONTROL "Learn more about <A>program compatibility</A>.",IDC_LEARN,
  85. "Link Window",WS_TABSTOP,7,207,161,10
  86. GROUPBOX "Compatibility mode",IDC_STATIC,7,41,210,49
  87. GROUPBOX "Display settings",IDC_STATIC,7,99,210,61
  88. END
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93. STRINGTABLE DISCARDABLE
  94. BEGIN
  95. IDS_PROJNAME "SlayerXP"
  96. END
  97. STRINGTABLE DISCARDABLE
  98. BEGIN
  99. IDS_LAYER_WIN95_EXT "Windows 95"
  100. IDS_LAYER_WIN98_EXT "Windows 98 / Windows Me"
  101. IDS_LAYER_NT4_EXT "Windows NT 4.0 (Service Pack 5)"
  102. IDS_LAYER_WIN2K_EXT "Windows 2000"
  103. IDS_COMPAT_UNAVAILABLE "Compatibility modes cannot be set permanently on this program because it is on a network drive."
  104. IDS_COMPAT_UNAVAILABLE_SYSTEM "Compatibility modes cannot be set on this program because it is part of Windows XP."
  105. IDS_COMPATIBILITY "Compatibility"
  106. END
  107. #endif // English (U.S.) resources
  108. /////////////////////////////////////////////////////////////////////////////
  109. #ifndef APSTUDIO_INVOKED
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Generated from the TEXTINCLUDE 3 resource.
  113. //
  114. 1 TYPELIB "SlayerXP.tlb"
  115. /////////////////////////////////////////////////////////////////////////////
  116. #endif // not APSTUDIO_INVOKED