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.

38 lines
2.1 KiB

  1. #include "langpref.h"
  2. iddLanguageOptions DIALOG DISCARDABLE 0, 0, 283, 226
  3. STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  4. CAPTION "Language Preferences"
  5. FONT 8, DLG_UI_FONT
  6. BEGIN
  7. LTEXT "&For messages that do not contain any language information, map the message to the following language:",
  8. IDC_STATIC,14,17,199,17
  9. COMBOBOX idcbReceiving,14,38,199,85,CBS_DROPDOWNLIST | CBS_SORT |
  10. WS_VSCROLL | WS_TABSTOP
  11. LTEXT "&Use the following language to compose all new messages:",
  12. IDC_STATIC,14,74,184,8
  13. COMBOBOX idcbComposing,14,86,199,85,CBS_DROPDOWNLIST | CBS_SORT |
  14. WS_VSCROLL | WS_TABSTOP
  15. LTEXT "&When replying to or forwarding a message:",IDC_STATIC,
  16. 14,123,187,8
  17. CONTROL "Use the &language of the original message. If the language",
  18. idrgUseLangOrig,"Button",BS_AUTORADIOBUTTON,14,134,195,
  19. 11
  20. CONTROL "&Always use the following language:",idrgConstantLang,
  21. "Button",BS_AUTORADIOBUTTON,14,162,183,10
  22. COMBOBOX idcbReplyForward,26,175,187,85,CBS_DROPDOWNLIST |
  23. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  24. CONTROL "Attach &original message if not the same language",
  25. idchAttachOrig,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,26,
  26. 192,169,10
  27. CONTROL "Always use &english headers in the reply or forward text",
  28. idchUseEnglishHead,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  29. 14,204,198,10
  30. GROUPBOX "Receiving",IDC_STATIC,7,7,213,51
  31. GROUPBOX "Composing",IDC_STATIC,7,62,213,43
  32. GROUPBOX "Forwarding and Replying",IDC_STATIC,7,110,213,109
  33. PUSHBUTTON "OK",IDOK,226,7,50,14
  34. PUSHBUTTON "Cancel",IDCANCEL,226,27,50,14
  35. LTEXT "is not supported on your computer, your compose language will be used.",
  36. IDC_STATIC,26,144,186,16
  37. END