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.

91 lines
2.1 KiB

  1. /*****************************************************************************
  2. *
  3. * Perfmon.rc - This is the menu and string resource module.
  4. *
  5. * Microsoft Confidential
  6. * Copyright (c) 1992-1993 Microsoft Corporation
  7. *
  8. *
  9. ****************************************************************************/
  10. //=============================//
  11. // Includes //
  12. //=============================//
  13. #include "dlgids.h"
  14. #include "menuids.h"
  15. #include "strids.h"
  16. #include "perfmrc.h"
  17. #include <windows.h>
  18. //=============================//
  19. // Icons //
  20. //=============================//
  21. idIcon ICON PRELOAD setedit.ico
  22. //=============================//
  23. // Dialogs //
  24. //=============================//
  25. #include "addline.dlg"
  26. #include "pmrc.dlg"
  27. //=============================//
  28. // Menus //
  29. //=============================//
  30. #include "menus.rc"
  31. //=============================//
  32. // Bitmap //
  33. //=============================//
  34. idBitmapToolbar BITMAP PRELOAD setedit.bmp
  35. //=============================//
  36. // Strings //
  37. //=============================//
  38. #include "helpline.rc"
  39. #include "strings.rc"
  40. //=============================//
  41. // Accelerators //
  42. //=============================//
  43. idAccelerators ACCELERATORS
  44. begin
  45. "^C", IDM_VIEWCHART
  46. VK_F1, IDM_HELPCONTENTS, VIRTKEY
  47. "^U", IDM_TOOLBARREFRESH
  48. "^M", IDM_OPTIONSDISPLAYMENU
  49. "^T", IDM_OPTIONSDISPLAYTOOL
  50. "^S", IDM_OPTIONSDISPLAYSTATUS
  51. "^P", IDM_OPTIONSDISPLAYONTOP
  52. VK_F12, IDM_FILEOPENFILE, VIRTKEY, CONTROL
  53. VK_F12, IDM_FILESAVEFILE, VIRTKEY, SHIFT
  54. VK_F12, IDM_FILESAVEASFILE, VIRTKEY
  55. "^H", IDM_CHARTHIGHLIGHTON
  56. "^I", IDM_TOOLBARADD
  57. "^O", IDM_TOOLBAROPTIONS
  58. end
  59. #include <ntverp.h>
  60. #define VER_FILETYPE VFT_APP
  61. #define VER_FILESUBTYPE VFT2_UNKNOWN
  62. #define VER_FILEDESCRIPTION_STR "PerfMon Chart Setting Editor"
  63. #define VER_INTERNALNAME_STR "SETEDIT.EXE"
  64. #define VER_ORIGINALFILENAME_STR "SETEDIT.EXE"
  65. #include "common.ver"
  66.