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.

212 lines
5.9 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. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif //_WIN32\r\n"
  45. "#include ""res\\ShowPerfLib.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME ICON DISCARDABLE "res\\ShowPerfLib.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_SHOWPERFLIB_DIALOG DIALOGEX 0, 0, 296, 262
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "ShowPerfLib"
  66. FONT 8, "MS Sans Serif"
  67. BEGIN
  68. DEFPUSHBUTTON "Dismiss",IDOK,357,44,50,14
  69. CONTROL "Tree1",IDC_PERFTREE,"SysTreeView32",TVS_HASBUTTONS |
  70. TVS_HASLINES | TVS_LINESATROOT | WS_BORDER | WS_TABSTOP,
  71. 7,7,282,166,WS_EX_CLIENTEDGE
  72. CONTROL "List1",IDC_ERRORS,"SysListView32",LVS_REPORT |
  73. LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
  74. WS_TABSTOP,7,196,282,59,WS_EX_CLIENTEDGE
  75. LTEXT "Log:",IDC_STATIC,7,184,15,8
  76. EDITTEXT IDC_REQUEST,229,178,60,14,ES_AUTOHSCROLL
  77. PUSHBUTTON "&Get Counter",IDC_GET_COUNTER,175,178,50,14
  78. END
  79. IDD_LISTPERF DIALOGEX 0, 0, 364, 247
  80. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  81. CAPTION "ShowPerfLib"
  82. FONT 8, "MS Sans Serif"
  83. BEGIN
  84. DEFPUSHBUTTON "&Show All Counters",IDOK,230,137,118,14,WS_DISABLED
  85. PUSHBUTTON "&Quit",IDCANCEL,396,164,50,14
  86. PUSHBUTTON "&Reset Status For All Perflibs",IDC_RESETSTATUS,230,92,
  87. 118,14
  88. CONTROL "List1",IDC_PERFLIBS,"SysListView32",LVS_REPORT |
  89. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,7,198,233,
  90. WS_EX_CLIENTEDGE
  91. PUSHBUTTON "Refresh Perf Lib List",IDC_REFRESH,230,72,118,14
  92. PUSHBUTTON "&Deactivate Libraries",IDC_HIDEPERFS,231,42,118,14
  93. PUSHBUTTON "&Activate Libraries",IDC_UNHIDEPERFS,231,22,118,14
  94. CONTROL "Imbedded Open/Close",IDC_CHECKREF,"Button",
  95. BS_AUTOCHECKBOX | WS_TABSTOP,232,164,110,10
  96. GROUPBOX "Performance Library Operations",IDC_STATIC,221,7,136,
  97. 110
  98. GROUPBOX "Collection Operations",IDC_STATIC,221,122,136,61
  99. END
  100. #ifndef _MAC
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Version
  104. //
  105. VS_VERSION_INFO VERSIONINFO
  106. FILEVERSION 1,0,0,1
  107. PRODUCTVERSION 1,0,0,1
  108. FILEFLAGSMASK 0x3fL
  109. #ifdef _DEBUG
  110. FILEFLAGS 0x1L
  111. #else
  112. FILEFLAGS 0x0L
  113. #endif
  114. FILEOS 0x4L
  115. FILETYPE 0x1L
  116. FILESUBTYPE 0x0L
  117. BEGIN
  118. BLOCK "StringFileInfo"
  119. BEGIN
  120. BLOCK "040904B0"
  121. BEGIN
  122. VALUE "CompanyName", "\0"
  123. VALUE "FileDescription", "ShowPerfLib MFC Application\0"
  124. VALUE "FileVersion", "1, 0, 0, 1\0"
  125. VALUE "InternalName", "ShowPerfLib\0"
  126. VALUE "LegalCopyright", "Copyright (C) 1999\0"
  127. VALUE "LegalTrademarks", "\0"
  128. VALUE "OriginalFilename", "ShowPerfLib.EXE\0"
  129. VALUE "ProductName", "ShowPerfLib Application\0"
  130. VALUE "ProductVersion", "1, 0, 0, 1\0"
  131. END
  132. END
  133. BLOCK "VarFileInfo"
  134. BEGIN
  135. VALUE "Translation", 0x409, 1200
  136. END
  137. END
  138. #endif // !_MAC
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // DESIGNINFO
  142. //
  143. #ifdef APSTUDIO_INVOKED
  144. GUIDELINES DESIGNINFO DISCARDABLE
  145. BEGIN
  146. IDD_SHOWPERFLIB_DIALOG, DIALOG
  147. BEGIN
  148. LEFTMARGIN, 7
  149. RIGHTMARGIN, 289
  150. TOPMARGIN, 7
  151. BOTTOMMARGIN, 255
  152. END
  153. IDD_LISTPERF, DIALOG
  154. BEGIN
  155. LEFTMARGIN, 7
  156. RIGHTMARGIN, 357
  157. TOPMARGIN, 7
  158. BOTTOMMARGIN, 240
  159. END
  160. END
  161. #endif // APSTUDIO_INVOKED
  162. #endif // English (U.S.) resources
  163. /////////////////////////////////////////////////////////////////////////////
  164. #ifndef APSTUDIO_INVOKED
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Generated from the TEXTINCLUDE 3 resource.
  168. //
  169. #define _AFX_NO_SPLITTER_RESOURCES
  170. #define _AFX_NO_OLE_RESOURCES
  171. #define _AFX_NO_TRACKER_RESOURCES
  172. #define _AFX_NO_PROPERTY_RESOURCES
  173. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  174. #ifdef _WIN32
  175. LANGUAGE 9, 1
  176. #pragma code_page(1252)
  177. #endif //_WIN32
  178. #include "res\ShowPerfLib.rc2" // non-Microsoft Visual C++ edited resources
  179. #include "afxres.rc" // Standard components
  180. #endif
  181. /////////////////////////////////////////////////////////////////////////////
  182. #endif // not APSTUDIO_INVOKED