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.

20 lines
931 B

  1. #include "mapidlg.h"
  2. iddMapiSend DIALOG DISCARDABLE 0, 0, 220, 119
  3. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Outlook Express"
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. ICON 16,IDC_STATIC,7,7,20,20
  8. LTEXT "A program is attempting to send the following e-mail message on your behalf:",
  9. idcStatic1,43,7,170,16
  10. LTEXT "To:",idcStatic2,7,34,27,10,0,WS_EX_RIGHT
  11. EDITTEXT IDC_TO_TEXT,43,32,170,24,ES_AUTOHSCROLL | ES_READONLY
  12. LTEXT "Subject:",idcStatic3,7,61,27,10,0,WS_EX_RIGHT
  13. EDITTEXT IDC_SUBJECT_TEXT,43,59,170,12,ES_MULTILINE |
  14. ES_AUTOHSCROLL | ES_READONLY
  15. LTEXT "Would you like to send the message?",idcStatic4,50,79,
  16. 119,10
  17. DEFPUSHBUTTON "&Send",IDOK,52,98,50,14
  18. PUSHBUTTON "&Do Not Send",IDCANCEL,118,98,50,14
  19. END