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.

51 lines
1.1 KiB

  1. //
  2. // Copyright (c) 1990-2003 Microsoft Corporation
  3. // All Rights Reserved
  4. //
  5. #include "windows.h"
  6. #include "compstui.h"
  7. #include "cpsuisam.h"
  8. IDI_APPLE ICON PRELOAD icons\Apple.ico
  9. IDI_CPSUISAMPLE ICON PRELOAD icons\cpsuisam.ico
  10. CPSUISampleMenu MENU
  11. BEGIN
  12. POPUP "&Test Options"
  13. BEGIN
  14. MENUITEM "&Default Printer Properties", IDM_DOCPROP
  15. MENUITEM "CPSUI &TreeView Test", IDM_TVTEST
  16. MENUITEM SEPARATOR
  17. MENUITEM "&CPSUI Test All", IDM_DOCPROP_TVTEST
  18. MENUITEM SEPARATOR
  19. MENUITEM "&Permission", IDM_PERMISSION
  20. MENUITEM "&Use Standard About" IDM_USESTDABOUT
  21. END
  22. END
  23. #include "cpsuisam.dlg"
  24. #include <ntverp.h>
  25. #define VER_FILETYPE VFT_APP
  26. #define VER_FILESUBTYPE VFT2_UNKNOWN
  27. #define VER_FILEDESCRIPTION_STR "Common Property Sheet UI Sample Applet"
  28. #define VER_INTERNALNAME_STR "cpsuisam.exe"
  29. #define VER_ORIGINALFILENAME_STR "cpsuisam.exe"
  30. #include "common.ver"