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.

67 lines
2.7 KiB

  1. #include "resource.h"
  2. #include <windows.h>
  3. #include "commctrl.h" // for WC_LINK
  4. // version information
  5. #include "sendmail.rcv"
  6. // recompress dialog for pictures
  7. IDD_RECOMPRESS DIALOG DISCARDABLE 0, 0, 251, 154
  8. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  9. CAPTION "Send Pictures via E-Mail"
  10. FONT 8, "MS Shell Dlg"
  11. BEGIN
  12. LTEXT "Windows can resize the pictures you send in e-mail so that they transfer faster and are easier to view by the recipient. What do you want to do?",IDC_STATIC, 64,7,180,30
  13. CONTROL "Make &all my pictures smaller",IDC_RECOMPALL,"Button",
  14. BS_AUTORADIOBUTTON,70,40,172,10
  15. CONTROL "Keep the &original sizes",IDC_RECOMPORIGINAL,"Button",
  16. BS_AUTORADIOBUTTON,70,52,172,10
  17. LTEXT "Make my pictures this size:",IDC_RECOMPMAKETHEM, 64,74,180,8
  18. CONTROL "&Small (fits in a 640 by 480 window)",IDC_RECOMPSMALL,"Button",BS_AUTORADIOBUTTON,70,88,172,10
  19. CONTROL "&Medium (fits in a 800 by 600 window)",IDC_RECOMPMEDIUM,"Button",BS_AUTORADIOBUTTON,70,101,172,10
  20. CONTROL "&Large (fits in a 1024 by 768 window)",IDC_RECOMPLARGE,"Button",BS_AUTORADIOBUTTON,70,113,172,10
  21. CONTROL "", IDC_RECOMPSHOWHIDE, WC_LINK, WS_TABSTOP,7,136,125,8
  22. DEFPUSHBUTTON "OK",IDOK,139,133,50,14
  23. PUSHBUTTON "Cancel",IDCANCEL,194,133,50,14
  24. CONTROL "",IDC_RECOMPTHUMBNAIL,"Static",SS_CENTERIMAGE|SS_REALSIZEIMAGE,7,7,48,48
  25. END
  26. // icons
  27. IDI_MAIL ICON DISCARDABLE "MAIL.ICO"
  28. // strings
  29. STRINGTABLE DISCARDABLE
  30. BEGIN
  31. IDS_MAIL_FILENAME "Mail Recipient"
  32. IDS_SENDMAIL_URL_FILENAME "Send Mail Message.url"
  33. IDS_SENDMAIL_FAILUREMSG "The current document type can not be sent as mail. Would you like to send a Shortcut instead?"
  34. IDS_SENDMAIL_TITLE "Send Mail"
  35. IDS_SENDMAIL_RECOMPRESS "Preparing to send:"
  36. IDS_SENDMAIL_MSGBODY "The message is ready to be sent with the following file or link attachments:\r\r\n"
  37. IDS_SENDMAIL_MSGPOSTFIX "\r\r\nNote: To protect against computer viruses, e-mail programs may prevent sending or receiving certain types of file attachments. Check your e-mail security settings to determine how attachments are handled."
  38. IDS_SENDMAIL_SHORTCUTTO "Shortcut to: %s"
  39. IDS_SENDMAIL_MSGTITLE "Emailing: "
  40. IDS_SENDMAIL_SHOWMORE "<a>Show more o&ptions...</a>"
  41. IDS_SENDMAIL_SHOWLESS "<a>Show fewer o&ptions...</a>"
  42. END
  43. STRINGTABLE DISCARDABLE
  44. BEGIN
  45. IDS_DESKTOPLINK_FILENAME "Desktop as Shortcut"
  46. IDS_DESKTOPLINK_FILENAME_NEW "Desktop (create shortcut)"
  47. END