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.

80 lines
2.8 KiB

  1. #include "windows.h"
  2. #include "commctrl.h"
  3. #include "resource.h"
  4. #include "ntverp.h"
  5. #include "oemiglib.rcv"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // English (U.S.) resources
  8. #ifdef _WIN32
  9. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  10. #pragma code_page(1252)
  11. #endif //_WIN32
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Dialog
  15. //
  16. IDD_IMPORTOE5 DIALOG DISCARDABLE 0, 0, 288, 207
  17. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Import From OE6"
  19. FONT 8, "MS Shell Dlg"
  20. BEGIN
  21. CONTROL "Import mail from an OE6 &Identity",IDC_FROM_ID,"Button",
  22. BS_AUTORADIOBUTTON,14,24,242,10
  23. LISTBOX IDC_IDLIST,28,40,253,74,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  24. WS_VSCROLL | WS_TABSTOP
  25. CONTROL "Import mail from an OE6 store &directory",
  26. IDC_FROM_DIRECTORY,"Button",BS_AUTORADIOBUTTON,14,121,
  27. 246,10
  28. CONTROL "&Only import mail that was downloaded or created in OE6. If you are importing mail into OE4, this option can be used to avoid getting duplicate messages.",
  29. IDC_OE5ONLY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  30. WS_TABSTOP,14,152,267,23
  31. DEFPUSHBUTTON "OK",IDOK,176,186,50,14
  32. PUSHBUTTON "Cancel",IDCANCEL,231,186,50,14
  33. LTEXT "Import Options",IDC_STATIC,7,137,53,8
  34. LTEXT "Specify Location",IDC_STATIC,7,8,53,8
  35. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,55,141,226,1
  36. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,65,12,216,1
  37. END
  38. IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 244, 76
  39. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  40. CAPTION "Password"
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43. DEFPUSHBUTTON "OK",IDOK,133,55,50,14
  44. PUSHBUTTON "Cancel",IDCANCEL,187,55,50,14
  45. LTEXT "Please enter the password for '%s'",IDS_PROMPT,7,12,
  46. 230,8
  47. EDITTEXT IDE_PASSWORD,7,28,230,14,ES_PASSWORD | ES_AUTOHSCROLL
  48. END
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // REGINST
  52. //
  53. REGINST REGINST MOVEABLE PURE "selfreg.inf"
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // String Table
  57. //
  58. STRINGTABLE DISCARDABLE
  59. BEGIN
  60. IDS_SELECT_ID "Select an Identity to import from."
  61. IDS_TITLE "Import From OE5"
  62. IDS_ACCESS_DENIED "The specified message store could not be opened. It may be in use by Outlook Express."
  63. END
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. IDS_CANT_IMPORT_ID "There is nothing to import for the selected Identity."
  67. IDS_PASSWORD_ERROR "Invalid Password. Please re-enter."
  68. END