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.

14 lines
544 B

  1. #include "deterr.h"
  2. iddDetailedError DIALOG DISCARDABLE 0, 0, 282, 190
  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,225,7,50,14
  8. PUSHBUTTON "&Details >>",idbDetails,225,25,50,14
  9. ICON idiError,IDS_STATIC,7,7,18,20
  10. LTEXT "",idcMessage,37,7,180,100,SS_NOPREFIX
  11. CONTROL "",idcSplit,"Static",SS_BLACKRECT | SS_SUNKEN,7,105,270,1
  12. EDITTEXT ideDetails,7,110,270,70,ES_MULTILINE | ES_READONLY
  13. END