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.

15 lines
617 B

  1. #include "imaildlg.h"
  2. iddInetMailError DIALOG DISCARDABLE 0, 0, 282, 158
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Outlook Express"
  5. FONT 8, DLG_UI_FONT
  6. BEGIN
  7. DEFPUSHBUTTON "OK",IDOK,171,72,50,14
  8. PUSHBUTTON "&Details >>",idbInetMailDetails,225,72,50,14
  9. ICON idiError,IDS_STATIC,7,7,21,20
  10. CONTROL "",idsInetMailError,"Static",SS_NOPREFIX,37,7,238,57
  11. CONTROL "",idcIMProgSplitter,"Static",SS_BLACKRECT | SS_SUNKEN,7,93,268,1
  12. EDITTEXT ideInetMailDetails,7,99,268,51,ES_MULTILINE |
  13. ES_READONLY | WS_VSCROLL
  14. END