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.

46 lines
2.1 KiB

  1. iddSecCerificateErr DIALOGEX DISCARDABLE 0, 0, 240, 161
  2. STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  3. CAPTION "Outlook Express Mail"
  4. FONT 8, DLG_UI_FONT, 0, 0, 0x1
  5. BEGIN
  6. PUSHBUTTON "&Don't Encrypt",IDOK,59,132,60,14
  7. PUSHBUTTON "Cancel",IDCANCEL,125,132,60,14
  8. CONTROL "Recipient List",idcCertList,"SysListView32",LVS_REPORT |
  9. LVS_SINGLESEL | LVS_NOLABELWRAP | LVS_NOCOLUMNHEADER |
  10. #ifndef WIN16
  11. WS_BORDER | WS_TABSTOP,43,39,157,56,WS_EX_STATICEDGE
  12. #else
  13. WS_BORDER | WS_TABSTOP,43,39,157,56
  14. #endif
  15. ICON IDI_EXCLAMATION,IDC_STATIC,13,14,21,20
  16. LTEXT "Outlook Express was unable to locate the digital IDs of the following recipients:",
  17. IDC_STATIC,43,14,157,19
  18. LTEXT "You can choose to send this message without encrypting it, or you can cancel sending this message.",
  19. idcErrStat,40,103,175,19
  20. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  21. END
  22. iddErrSecurityNoSigningCert DIALOGEX DISCARDABLE 0, 0, 157, 58
  23. STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  24. CAPTION "Outlook Express Mail"
  25. FONT 8, DLG_UI_FONT, 0, 0, 0x1
  26. BEGIN
  27. LTEXT "You cannot send digitally signed messages because you do not have a digital ID for this account.",
  28. IDC_STATIC,12,7,136,23
  29. PUSHBUTTON "&Get Digital ID",idGetDigitalIDs,19,34,50,14
  30. PUSHBUTTON "Cancel",IDCANCEL,82,34,50,14
  31. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  32. END
  33. iddWarnSecuritySigningCert DIALOGEX DISCARDABLE 0, 0, 261, 100
  34. STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  35. CAPTION "Security Warning"
  36. FONT 8, DLG_UI_FONT, 0, 0, 0x1
  37. BEGIN
  38. PUSHBUTTON "&Yes",IDOK,12,79,78,14
  39. PUSHBUTTON "Cancel",IDCANCEL,172,79,78,14
  40. PUSHBUTTON "&Send Without Signing",IDC_DONTSIGN,92,79,78,14
  41. ICON IDI_EXCLAMATION,IDC_STATIC,7,7,21,20
  42. LTEXT "Static", idcStatic1, 41,14,208,17
  43. LTEXT " ", idcStatic2,41,42,208,29
  44. END