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.

136 lines
3.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Icon
  25. //
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. IDI_PROPVIEW ICON DISCARDABLE "PropView.ICO"
  29. IDI_ITEM ICON DISCARDABLE "ITEM.ICO"
  30. IDI_FOLDERICON ICON DISCARDABLE "Folder.ico"
  31. IDI_ROOTICON ICON DISCARDABLE "Root.ico"
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Menu
  35. //
  36. IDC_PROPVIEW_MENU MENU DISCARDABLE
  37. BEGIN
  38. POPUP "&File"
  39. BEGIN
  40. MENUITEM "S&elect Device", IDM_SELECT_DEVICE
  41. MENUITEM "E&xit", IDM_EXIT
  42. END
  43. END
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Accelerator
  47. //
  48. IDC_PROPVIEW ACCELERATORS MOVEABLE PURE
  49. BEGIN
  50. "?", IDM_ABOUT, ASCII, ALT
  51. "/", IDM_ABOUT, ASCII, ALT
  52. END
  53. #ifdef APSTUDIO_INVOKED
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // TEXTINCLUDE
  57. //
  58. 2 TEXTINCLUDE DISCARDABLE
  59. BEGIN
  60. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  61. "#include ""windows.h""\r\n"
  62. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  63. "#include ""resource.h""\r\n"
  64. "\0"
  65. END
  66. 3 TEXTINCLUDE DISCARDABLE
  67. BEGIN
  68. "\r\n"
  69. "\0"
  70. END
  71. 1 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "resource.h\0"
  74. END
  75. #endif // APSTUDIO_INVOKED
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // String Table
  79. //
  80. STRINGTABLE DISCARDABLE
  81. BEGIN
  82. IDS_APPNAME "Property Viewer"
  83. IDC_APPWNDCLASS "CMainWndClass"
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDC_TREEVIEWWNDCLASS "SysTreeView32"
  88. IDS_TREEVIEWNAME "Item Tree View"
  89. IDC_LISTVIEWWNDCLASS "SysListView32"
  90. IDS_LISTVIEWNAME "Property View"
  91. END
  92. STRINGTABLE DISCARDABLE
  93. BEGIN
  94. IDS_PROPERTYNAME "Name"
  95. IDS_PROPERTYACCESS "Access"
  96. IDS_PROPERTYTYPE "Type"
  97. IDS_PROPERTYVALUE "Val"
  98. END
  99. #endif // English (U.S.) resources
  100. /////////////////////////////////////////////////////////////////////////////
  101. #ifndef APSTUDIO_INVOKED
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Generated from the TEXTINCLUDE 3 resource.
  105. //
  106. /////////////////////////////////////////////////////////////////////////////
  107. #endif // not APSTUDIO_INVOKED