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.

183 lines
5.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "SlayerVer.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "winres.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifndef _MAC
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Version
  24. //
  25. VS_VERSION_INFO VERSIONINFO
  26. FILEVERSION SLAYER_BIN_VERSION
  27. PRODUCTVERSION SLAYER_BIN_VERSION
  28. FILEFLAGSMASK 0x3fL
  29. #ifdef _DEBUG
  30. FILEFLAGS 0x1L
  31. #else
  32. FILEFLAGS 0x0L
  33. #endif
  34. FILEOS 0x40004L
  35. FILETYPE 0x2L
  36. FILESUBTYPE 0x0L
  37. BEGIN
  38. BLOCK "StringFileInfo"
  39. BEGIN
  40. BLOCK "040904B0"
  41. BEGIN
  42. VALUE "CompanyName", "Microsoft Corporation\0"
  43. VALUE "FileDescription", "Compatibility Tab Shell Extension DLL\0"
  44. VALUE "FileVersion", SLAYER_STRING_VERSION(SLAYER_BIN_VERSION) "\0"
  45. VALUE "InternalName", "SlayerXP\0"
  46. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-2001\0"
  47. VALUE "OriginalFilename", "SlayerXP\0"
  48. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  49. VALUE "ProductVersion", SLAYER_STRING_VERSION(SLAYER_BIN_VERSION) "\0"
  50. END
  51. END
  52. BLOCK "VarFileInfo"
  53. BEGIN
  54. VALUE "Translation", 0x409, 1200
  55. END
  56. END
  57. #endif // !_MAC
  58. #ifdef APSTUDIO_INVOKED
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // TEXTINCLUDE
  62. //
  63. 1 TEXTINCLUDE DISCARDABLE
  64. BEGIN
  65. "resource.h\0"
  66. END
  67. 2 TEXTINCLUDE DISCARDABLE
  68. BEGIN
  69. "#include ""winres.h""\r\n"
  70. "\0"
  71. END
  72. 3 TEXTINCLUDE DISCARDABLE
  73. BEGIN
  74. "1 TYPELIB ""SlayerXP.tlb""\r\n"
  75. "\0"
  76. END
  77. #endif // APSTUDIO_INVOKED
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // DESIGNINFO
  81. //
  82. #ifdef APSTUDIO_INVOKED
  83. GUIDELINES DESIGNINFO DISCARDABLE
  84. BEGIN
  85. IDD_LAYER_PROPPAGE, DIALOG
  86. BEGIN
  87. LEFTMARGIN, 7
  88. RIGHTMARGIN, 217
  89. TOPMARGIN, 7
  90. BOTTOMMARGIN, 224
  91. END
  92. END
  93. #endif // APSTUDIO_INVOKED
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // Dialog
  97. //
  98. IDD_LAYER_PROPPAGE DIALOG DISCARDABLE 0, 0, 224, 233
  99. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  100. CAPTION "Shim Layer Property Page"
  101. FONT 8, "MS Shell Dlg"
  102. BEGIN
  103. 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.",
  104. IDC_TEXT_INSTRUCTIONS,7,7,210,31
  105. CONTROL "Run this program in compatibility mode for:",
  106. IDC_USE_LAYER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,
  107. 53,149,10
  108. COMBOBOX IDC_LAYER_NAME,18,66,152,85,CBS_DROPDOWNLIST |
  109. WS_DISABLED | WS_VSCROLL | WS_TABSTOP
  110. CONTROL "Run in 256 colors",IDC_256COLORS,"Button",
  111. BS_AUTOCHECKBOX | WS_TABSTOP,18,106,71,10
  112. CONTROL "Run in 640 x 480 screen resolution",IDC_640X480,"Button",
  113. BS_AUTOCHECKBOX | WS_TABSTOP,18,120,125,10
  114. CONTROL "Disable visual themes",IDC_ENABLE_THEMES,"Button",
  115. BS_AUTOCHECKBOX | WS_TABSTOP,18,134,83,10
  116. CONTROL "Allow non-administrators to run this program",
  117. IDC_ENABLELUA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,
  118. 185,153,10
  119. CONTROL "Learn more about <A>program compatibility</A>.",
  120. IDC_LEARN,"Link Window",WS_TABSTOP,7,214,161,10
  121. GROUPBOX "Compatibility mode",IDC_STATIC,7,37,210,49
  122. GROUPBOX "Settings",IDC_STATIC,7,91,210,73
  123. GROUPBOX "User account privileges",IDC_STATIC,7,172,210,29
  124. END
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // String Table
  128. //
  129. STRINGTABLE DISCARDABLE
  130. BEGIN
  131. IDS_PROJNAME "SlayerXP"
  132. END
  133. STRINGTABLE DISCARDABLE
  134. BEGIN
  135. IDS_LAYER_WIN95_EXT "Windows 95"
  136. IDS_LAYER_WIN98_EXT "Windows 98 / Windows Me"
  137. IDS_LAYER_NT4_EXT "Windows NT 4.0 (Service Pack 5)"
  138. IDS_LAYER_WIN2K_EXT "Windows 2000"
  139. IDS_LAYER_WINXP_EXT "Windows XP"
  140. IDS_COMPAT_UNAVAILABLE "Compatibility modes cannot be set permanently on this program because it is on a network drive."
  141. IDS_COMPAT_UNAVAILABLE_SYSTEM
  142. "Compatibility modes cannot be set on this program because it is part of this version of Windows."
  143. IDS_COMPATIBILITY "Compatibility"
  144. END
  145. #endif // English (U.S.) resources
  146. /////////////////////////////////////////////////////////////////////////////
  147. #ifndef APSTUDIO_INVOKED
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Generated from the TEXTINCLUDE 3 resource.
  151. //
  152. 1 TYPELIB "SlayerXP.tlb"
  153. /////////////////////////////////////////////////////////////////////////////
  154. #endif // not APSTUDIO_INVOKED