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.

27 lines
801 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. CnclTask.dlg
  7. Dialog for use with the TASK_CANCEL_DIALOG class
  8. FILE HISTORY:
  9. Johnl 21-Oct-1992 Created
  10. */
  11. #include <cncltask.hxx>
  12. IDD_CANCEL_TASK DIALOG 20, 41, 250, 45
  13. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  14. CAPTION "Applying..."
  15. FONT 8, "MS Shell Dlg"
  16. BEGIN
  17. LTEXT "To:", 101, 8, 12, 15, 8
  18. EDITTEXT SLT_STATUS_TEXT, 24, 12, 228, 12, ES_AUTOHSCROLL |
  19. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  20. PUSHBUTTON "Cancel", IDCANCEL, 201, 26, 40, 14
  21. END