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.

31 lines
761 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Disk Monitor Utility"
  6. #define VER_INTERNALNAME_STR "ALIAS.EXE"
  7. #define VER_ORIGINALFILENAME_STR "ALIAS.EXE"
  8. #include <common.ver>
  9. #include "id.h"
  10. diskmon ICON diskmon.ICO
  11. #include "diskmon.dlg"
  12. DiskmonMenu MENU
  13. BEGIN
  14. POPUP "&File"
  15. BEGIN
  16. MENUITEM "&Reset" IDM_RESET,GRAYED
  17. MENUITEM "&View Log" IDM_VIEW,GRAYED
  18. MENUITEM "E&xit" IDM_EXIT
  19. END
  20. MENUITEM "&Configure" IDM_CHOOSE
  21. MENUITEM "S&tart" IDM_START,GRAYED
  22. END