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.

174 lines
4.0 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 "ntverp.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. // Dialog
  25. //
  26. IDD_MAIN DIALOG DISCARDABLE 0, 0, 381, 137
  27. STYLE DS_3DLOOK | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU |
  28. WS_THICKFRAME
  29. CAPTION "ShimViewer"
  30. MENU IDM_MENU
  31. FONT 8, "MS Shell Dlg"
  32. BEGIN
  33. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT | WS_BORDER |
  34. WS_TABSTOP,0,0,380,135
  35. END
  36. /////////////////////////////////////////////////////////////////////////////
  37. //
  38. // DESIGNINFO
  39. //
  40. #ifdef APSTUDIO_INVOKED
  41. GUIDELINES DESIGNINFO DISCARDABLE
  42. BEGIN
  43. IDD_MAIN, DIALOG
  44. BEGIN
  45. LEFTMARGIN, 7
  46. RIGHTMARGIN, 374
  47. TOPMARGIN, 7
  48. BOTTOMMARGIN, 130
  49. END
  50. END
  51. #endif // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Menu
  55. //
  56. IDM_MENU MENU DISCARDABLE
  57. BEGIN
  58. POPUP "&File"
  59. BEGIN
  60. MENUITEM "&Receive Messages", IDM_MONITOR
  61. MENUITEM SEPARATOR
  62. MENUITEM "E&xit", IDM_EXIT
  63. END
  64. POPUP "&View"
  65. BEGIN
  66. MENUITEM "&Always On Top", IDM_ON_TOP
  67. MENUITEM "&Start Minimized", IDM_START_SMALL
  68. MENUITEM SEPARATOR
  69. MENUITEM "&Clear Contents", IDM_CLEAR
  70. END
  71. POPUP "&Help"
  72. BEGIN
  73. MENUITEM "&About ShimViewer...", IDM_ABOUT
  74. END
  75. END
  76. IDM_POPUP MENU DISCARDABLE
  77. BEGIN
  78. MENUITEM "&Restore", IDM_RESTORE
  79. MENUITEM SEPARATOR
  80. MENUITEM "E&xit", IDM_EXIT
  81. END
  82. #ifdef APSTUDIO_INVOKED
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // TEXTINCLUDE
  86. //
  87. 1 TEXTINCLUDE DISCARDABLE
  88. BEGIN
  89. "resource.h\0"
  90. END
  91. 2 TEXTINCLUDE DISCARDABLE
  92. BEGIN
  93. "#include ""afxres.h""\r\n"
  94. "\0"
  95. END
  96. 3 TEXTINCLUDE DISCARDABLE
  97. BEGIN
  98. "\r\n"
  99. "\0"
  100. END
  101. #endif // APSTUDIO_INVOKED
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Icon
  105. //
  106. // Icon with lowest ID value placed first to ensure application icon
  107. // remains consistent on all systems.
  108. IDI_APPICON ICON DISCARDABLE "appicon.ico"
  109. #ifndef _MAC
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Version
  113. //
  114. #define VER_FILETYPE VFT_APP
  115. #define VER_FILESUBTYPE VFT2_UNKNOWN
  116. #define VER_FILEDESCRIPTION_STR "Shim Viewer Utility"
  117. #define VER_INTERNALNAME_STR "shimviewer.exe"
  118. #define VER_ORIGINALFILENAME_STR "shimviewer.exe"
  119. #include "common.ver"
  120. #endif // !_MAC
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // String Table
  124. //
  125. STRINGTABLE DISCARDABLE
  126. BEGIN
  127. IDS_NO_CLASS "Failed to register window class."
  128. IDS_NO_MAIN_DLG "Failed to create main dialog."
  129. IDS_CREATE_FAILED "Unable to create the named pipe thread to receive data."
  130. END
  131. #endif // English (U.S.) resources
  132. /////////////////////////////////////////////////////////////////////////////
  133. #ifndef APSTUDIO_INVOKED
  134. /////////////////////////////////////////////////////////////////////////////
  135. //
  136. // Generated from the TEXTINCLUDE 3 resource.
  137. //
  138. /////////////////////////////////////////////////////////////////////////////
  139. #endif // not APSTUDIO_INVOKED