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.

33 lines
1.1 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: res.rc
  3. *
  4. * Copyright (c) 1985-91, Microsoft Corporation
  5. *
  6. * Constants
  7. *
  8. * History:
  9. * 09-20-90 ??????? Created.
  10. \***************************************************************************/
  11. #include "usersrv.h"
  12. 1 11 MSG00001.BIN
  13. IDI_CONSOLE ICON console.ico
  14. IDB_WARNING BITMAP warning.bmp
  15. IDD_ENDTASK DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 232, 134
  16. CAPTION "End Program - "
  17. FONT 8, "MS Shell Dlg"
  18. STYLE DS_CENTER | WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU
  19. BEGIN
  20. LTEXT "", IDC_STATUSMSG, 36, 8, 185, 16
  21. LTEXT "To return to Windows and check the status of the program, click Cancel.",
  22. IDC_STATUSCANCEL, 36, 32, 185, 16
  23. LTEXT "If you choose to end the program immediately, you will lose any unsaved data. To end the program now, click End Now.",
  24. -1, 36, 60, 185, 30
  25. PUSHBUTTON "&End Now", IDC_ENDNOW, 123, 112, 46, 14
  26. DEFPUSHBUTTON "Cancel", IDCANCEL, 175, 112, 46, 14
  27. END