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.

24 lines
688 B

  1. #include "resource.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Dialog
  5. //
  6. IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 250, 47
  7. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  8. CAPTION "Installing COM Component"
  9. FONT 8, "MS Shell Dlg"
  10. BEGIN
  11. PUSHBUTTON "Cancel",IDCANCEL,202,7,41,14,WS_TABSTOP
  12. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  13. 7,29,236,11
  14. LTEXT "",IDC_TEXT,7,7,193,21
  15. END
  16. STRINGTABLE DISCARDABLE
  17. BEGIN
  18. IDS_CAPTION "Warning"
  19. IDS_TEXT "Cancelling will likely result in failure of the current operation.\n\nAre you sure you want to cancel?"
  20. END