Leaked source code of windows server 2003
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.

26 lines
834 B

  1. #include <windows.h>
  2. #include "resource.h"
  3. IDM_MAINMENU MENU DISCARDABLE
  4. BEGIN
  5. POPUP "WarpDemo"
  6. BEGIN
  7. MENUITEM "Toggle Mesh\tSPACE", IDC_TOGGLEMESH
  8. MENUITEM "Reset Mesh\tr", IDC_RESETMESH
  9. MENUITEM "Shrink To Fit\t1", IDC_SHRINKTOFIT
  10. MENUITEM "Increase Mesh Density\t>", IDC_DENSEMESH
  11. MENUITEM "Decrease Mesh Density\t<", IDC_SPARSEMESH
  12. MENUITEM "Toggle Realtime Feedback\tf", IDC_LIVEFEEDBACK
  13. END
  14. END
  15. #include <ntverp.h>
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Image Warping Demo Program"
  19. #define VER_INTERNALNAME_STR "warpdemo.exe"
  20. #define VER_ORIGINALFILENAME_STR "warpdemo.exe"
  21. #include <common.ver>