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.

16 lines
761 B

  1. #include "uidlerr.h"
  2. iddUidlError DIALOG DISCARDABLE 0, 0, 218, 106
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Outlook Express"
  5. FONT 8, DLG_UI_FONT
  6. BEGIN
  7. DEFPUSHBUTTON "Cancel",IDCANCEL,112,84,50,14
  8. CONTROL "&Don't ask me this again",idcDontAskAgain,"Button",
  9. BS_AUTOCHECKBOX | WS_TABSTOP,9,65,89,10
  10. PUSHBUTTON "Download",idbDownload,57,84,50,14
  11. LTEXT "You can choose to download your messages and they will be deleted from the server. To download your messages, click Download. To cancel this download, click Cancel.",
  12. IDC_STATIC,9,33,199,28
  13. ICON idiError,IDC_STATIC,7,7,18,20
  14. LTEXT "",idsMessage,36,7,170,20,SS_NOPREFIX
  15. END