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.

39 lines
1.6 KiB

  1. //
  2. // These dialogs are shared by Progman and are included in
  3. // windows\shell\progman\progman.dlg. Therefore, changes
  4. // to them or the filename should not be made unless
  5. // tested with Progman first.
  6. //
  7. // 11/10/92 johannec
  8. //
  9. IDD_SHUTDOWN_QUERY DIALOG 29, 47, 195, 100
  10. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  11. CAPTION "Shutdown Computer"
  12. FONT 8, "MS Shell Dlg"
  13. BEGIN
  14. AUTORADIOBUTTON "&Shutdown", IDD_SHUTDOWN, 37, 40, 98, 10,
  15. WS_GROUP
  16. AUTORADIOBUTTON "Shutdown and &Restart", IDD_RESTART, 37, 53, 139,
  17. 10
  18. AUTORADIOBUTTON "Shutdown and &Power off", IDD_POWEROFF, 37, 66,
  19. 137, 10
  20. LTEXT "Shutting down will end your Windows NT session and prepare your computer to be turned off.",
  21. IDD_TEXT, 37, 10, 135, 26, WS_GROUP
  22. PUSHBUTTON "OK", IDOK, 49, 75, 40, 14, WS_TABSTOP
  23. PUSHBUTTON "Cancel", IDCANCEL, 105, 75, 40, 14, WS_TABSTOP
  24. DEFPUSHBUTTON "OK", IDOK2, 49, 80, 40, 14, WS_TABSTOP
  25. PUSHBUTTON "Cancel", IDCANCEL2, 105, 80, 40, 14, WS_TABSTOP
  26. ICON 32516, IDD_ICON, 9, 10, 18, 20
  27. END
  28. IDD_END_WINDOWS_SESSION DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 170, 50
  29. CAPTION "Logoff Windows NT"
  30. FONT 8 "MS Shell Dlg"
  31. STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU
  32. BEGIN
  33. ICON 32516, IDD_ICON, 5, 5, 18, 16
  34. LTEXT "This will end your Windows NT session.", IDD_TEXT, 30, 10, 130, 8
  35. DEFPUSHBUTTON "OK", IDOK, 35, 30, 40, 14
  36. PUSHBUTTON "Cancel", IDCANCEL, 95, 30, 40, 14
  37. END