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.

58 lines
3.1 KiB

  1. iddIntlSetting DIALOGEX DISCARDABLE 0, 0, 241, 90
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  3. CAPTION "International Read Settings"
  4. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  5. BEGIN
  6. LTEXT "&Default encoding:",IDC_STATIC,7,22,67,13
  7. EDITTEXT idcStatic1, 73, 20, 161, 12, WS_DISABLED | WS_TABSTOP
  8. CONTROL "&Use default encoding for all incoming messages"
  9. idcLangCheck,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,48,
  10. 204,8
  11. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,62,227,1
  12. DEFPUSHBUTTON "OK",IDOK,127,69,50,14
  13. DEFPUSHBUTTON "Cancel",IDCANCEL,184,69,50,14
  14. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  15. END
  16. iddCharsetConflict DIALOGEX DISCARDABLE 0, 0, 274, 153
  17. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Message Character Set Conflict"
  19. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  20. BEGIN
  21. LTEXT "This message contains some text having a character set other than the default character set. When sending this message you have the following options:",
  22. IDC_STATIC,7,7,255,20
  23. PUSHBUTTON "Send As &Unicode",idcSendAsUnicode,7,36,65,14
  24. LTEXT "The message will be sent as a Unicode message. All character set information will be retained. However, if the recipient's e-mail reader does not support Unicode, the message may not be display correctly.",
  25. IDC_STATIC,82,36,179,35
  26. PUSHBUTTON "&Send As Is",IDOK,7,80,65,14
  27. LTEXT "The message will be sent as a regular e-mail message using only the default character set. Any text not in the default character set may be unreadable by the recipient.",
  28. IDC_STATIC,82,80,179,35
  29. DEFPUSHBUTTON "Cancel",IDCANCEL,7,124,65,14
  30. LTEXT "Return to editing the message.",IDC_STATIC,82,124,179,
  31. 10
  32. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  33. END
  34. iddSendIntlSetting DIALOG DISCARDABLE 0, 0, 241, 94
  35. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  36. WS_SYSMENU
  37. CAPTION "International Send Settings"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. LTEXT "Use the following default encoding for outgoing messages:",
  41. IDC_STATIC,7,7,227,8
  42. LTEXT "&Default encoding:",IDC_STATIC,7,21,67,8
  43. COMBOBOX idcLangCombo,79,19,155,64,CBS_DROPDOWNLIST | CBS_SORT |
  44. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  45. CONTROL "&Set default message direction right-to-left",
  46. IDC_RTL_MSG_DIR_CHECK,"Button",BS_AUTOCHECKBOX |
  47. WS_TABSTOP,79,36,155,8
  48. CONTROL "&When replying to message always use English headers",
  49. IDC_ENGLISH_HDR_CHECK,"Button",BS_AUTOCHECKBOX |
  50. WS_TABSTOP,7,51,227,8
  51. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,65,226,1
  52. DEFPUSHBUTTON "OK",IDOK,127,74,50,14
  53. DEFPUSHBUTTON "Cancel",IDCANCEL,184,74,50,14
  54. CONTROL "",IDC_STATIC,"NativeFontCtl",0x10,1,7,6,6
  55. END