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.

64 lines
1.6 KiB

  1. /********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1987-1990 **/
  4. /********************************************************************/
  5. /*
  6. * FILE STATUS:
  7. * 9/18/90 Copied from generic template
  8. */
  9. #include <windows.h>
  10. #include "appresrc.h"
  11. #include <blt.rc>
  12. #include "testa.h"
  13. #include "testa.dlg"
  14. AppIcon ICON apptest.ico
  15. AppMenu MENU
  16. BEGIN
  17. POPUP "&Test"
  18. BEGIN
  19. MENUITEM "test &1 -- I_ChangePassword", IDM_TEST_1
  20. MENUITEM "test &2 -- I_AutoLogon(TRUE)", IDM_TEST_2
  21. MENUITEM "test &3 -- disabled", IDM_TEST_3
  22. MENUITEM "test &4 -- DACL/SACL Editor", IDM_TEST_4
  23. MENUITEM "test &5 -- WNetNukeConnections/WNRC stress", IDM_TEST_5
  24. MENUITEM "test &6 -- WNetConnectionDialog", IDM_TEST_6
  25. MENUITEM "test &7 -- WNetRestoreConnection(NULL)", IDM_TEST_7
  26. MENUITEM "test &8 -- WNetConnectDialog", IDM_TEST_8
  27. MENUITEM "test &9 -- WNetDisconnectDialog", IDM_TEST_9
  28. #ifdef WIN32
  29. MENUITEM "test &A -- WNet{Open, Resource, Close}Enum", IDM_TEST_10
  30. MENUITEM "test &b -- GetSystemFocusDialog", IDM_TEST_11
  31. #endif
  32. END
  33. END
  34. STRINGTABLE
  35. BEGIN
  36. /* maximum length of these items is MAXLEN_WINDOWTITLE_STRING */
  37. IDS_WINDOWTITLE_MainWindow, "Shell Test Application"
  38. END
  39. // About box
  40. #include "appabout.dlg"
  41. #include <pswddlog.h>
  42. #undef IDD_PSWDDLOG_CANCEL
  43. #define IDD_PSWDDLOG_CANCEL IDCANCEL
  44. #undef IDD_PSWDDLOG_OK
  45. #define IDD_PSWDDLOG_OK IDOK
  46. #undef IDD_PSWDDLOG_HELP
  47. #define IDD_PSWDDLOG_HELP IDHELPBLT
  48. #include <passdlg.h>
  49. #include <password.dlg>