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.

69 lines
2.3 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 "Windows Branding Resources"
  6. #define VER_INTERNALNAME_STR "winbrand.dll"
  7. #define VER_ORIGINALFILENAME_STR "winbrand.dll"
  8. #include "common.ver"
  9. #include "winbrand.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Add definitions for non-string resources below here.
  12. // Supported types are dialogs, strings, icons, and bitmaps.
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // msgina.dll resource bitmaps
  16. //
  17. IDB_SMALL_PROTAB_4_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\s_tab_4.bmp"
  18. IDB_MEDIUM_PROTAB_4_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\m_tab_4.bmp"
  19. IDB_SMALL_PROTAB_8_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\s_tab_8.bmp"
  20. IDB_MEDIUM_PROTAB_8_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\m_tab_8.bmp"
  21. IDB_SMALL_PROMED_4_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\s_med_4.bmp"
  22. IDB_MEDIUM_PROMED_4_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\m_med_4.bmp"
  23. IDB_SMALL_PROMED_8_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\s_med_8.bmp"
  24. IDB_MEDIUM_PROMED_8_MSGINA_DLL BITMAP DISCARDABLE "res\\msgina_dll\\m_med_8.bmp"
  25. //
  26. // shell32.dll resource bitmaps
  27. //
  28. IDB_ABOUTTABLETPC16_SHELL32_DLL BITMAP "res\\shell32_dll\\abouttabletpc16.bmp"
  29. IDB_ABOUTTABLETPC256_SHELL32_DLL BITMAP "res\\shell32_dll\\abouttabletpc256.bmp"
  30. IDB_ABOUTMEDIACENTER16_SHELL32_DLL BITMAP "res\\shell32_dll\\aboutmediacenter16.bmp"
  31. IDB_ABOUTMEDIACENTER256_SHELL32_DLL BITMAP "res\\shell32_dll\\aboutmediacenter256.bmp"
  32. //
  33. // logon.scr resource bitmaps
  34. //
  35. IDB_TABLETPC_LOGON_SCR BITMAP "res\\logon_scr\\tablet.bmp"
  36. IDB_MEDIACENTER_LOGON_SCR BITMAP "res\\logon_scr\\mediacenter.bmp"
  37. //
  38. // EXPLORER.EXE bitmaps
  39. //
  40. IDB_MEDIACENTER_STARTBKG BITMAP "res\explorer_exe\stmuehom.bmp"
  41. IDB_TABLETPC_STARTBKG BITMAP "res\explorer_exe\stmutabl.bmp"
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // String Table
  45. //
  46. //
  47. // sysdm.cpl resource strings
  48. //
  49. STRINGTABLE DISCARDABLE
  50. BEGIN
  51. IDS_WINVER_TABLETPC_SYSDM_CPL "Tablet PC Edition"
  52. IDS_WINVER_MEDIACENTER_SYSDM_CPL "Media Center Edition"
  53. END