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.

147 lines
6.0 KiB

  1. /*****************************************************************************\
  2. FILE: resource.rc
  3. DESCRIPTION:
  4. resource file (I can't believe I just wrote that)
  5. BryanSt 8/13/1999
  6. Copyright (C) Microsoft Corp 1999-1999. All rights reserved.
  7. \*****************************************************************************/
  8. #include "winres.h"
  9. #include "resource.h"
  10. #include "resource.rcv"
  11. //-------------------------------------------------------------------------
  12. // Strings
  13. //-------------------------------------------------------------------------
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_MAILBOX_DESKBAR_LABEL "Get E-mail"
  17. IDS_MAILBOXUI_GOBUTTON_LABEL "|Go||"
  18. END
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. IDS_AUTODISCOVER_WIZARD_CAPTION "Get E-mail"
  22. IDS_AUTODISCOVER_PROGRESS "Downloading E-mail settings"
  23. IDS_AUTODISCOVER_PROGRESS_SUB "Can the e-mail server supply the settings needed to connect?"
  24. IDS_MANUALLY_CHOOSE_APP "Choose the E-mail Application"
  25. IDS_MANUALLY_CHOOSE_APP_SUB "Which e-mail application do you want to use to receive and send e-mail?"
  26. IDS_SKIP_BUTTON "&Skip >"
  27. IDS_CHOOSEAPP_FAILED_RESULTS "%s did not provide the e-mail settings, so please choose the program to use:"
  28. IDS_ASSOC_GETEMAILADDRESS "Enter Your E-mail Address"
  29. IDS_ASSOC_GETEMAILADDRESS_SUB "What is the e-mail address of the account you want to use?"
  30. END
  31. // These are the strings we share with OE's acctres.dll
  32. STRINGTABLE DISCARDABLE
  33. BEGIN
  34. IDS_STATUS_CONNECTING_TO "Connecting to %s"
  35. IDS_STATUS_DOWNLOADING "Downloading settings from %s"
  36. END
  37. // Errors
  38. STRINGTABLE DISCARDABLE
  39. BEGIN
  40. IDS_MAILBOXUI_ERR_INVALID_EMAILADDR "Please enter an e-mail address. ""%s"" is not a correct e-mail address.\n\nAn example e-mail address is: [email protected]"
  41. IDS_MAILBOXUI_ERR_INVALID_EMAILADDR_TITLE "Invalid E-mail Address"
  42. END
  43. //-------------------------------------------------------------------------
  44. // Dialogs
  45. //-------------------------------------------------------------------------
  46. //-------------------------------------------------------------------------
  47. // Wizard Pages
  48. //-------------------------------------------------------------------------
  49. IDD_ASSOC_GETEMAILADDRESS_PAGE DIALOGEX 0, 0, 294, 154
  50. STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  51. CAPTION "Get E-mail"
  52. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  53. BEGIN
  54. CONTROL 101,IDC_STATIC,"Static",SS_BITMAP,0,0,88,157
  55. CONTROL IDB_PSW_BANNER,IDC_STATIC,"Static",SS_BITMAP,0,0,88,157
  56. LTEXT "Please enter the e-mail address you would like to configure.", IDC_STATIC,90,7,187,16
  57. EDITTEXT IDC_GETEMAILADDRESS_EDIT,150,59,125,14,ES_AUTOHSCROLL
  58. LTEXT "E-mail address:", IDC_STATIC,90,62,60,8
  59. LTEXT "For Example: [email protected]", IDC_STATIC,150,76,150,8
  60. END
  61. IDD_AUTODISCOVER_PROGRESS_PAGE DIALOGEX 0, 0, 294, 154
  62. STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  63. CAPTION "Get E-mail"
  64. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  65. BEGIN
  66. CONTROL 101,IDC_STATIC,"Static",SS_BITMAP,0,0,88,157
  67. CONTROL IDB_PSW_BANNER,IDC_STATIC,"Static",SS_BITMAP,0,0,88,157
  68. CONTROL "",IDC_AUTODISCOVERY_ANIMATION,ANIMATE_CLASS,ACS_TRANSPARENT|ACS_AUTOPLAY|ACS_TIMER|ACS_CENTER,100,7,187,25
  69. LTEXT "Please wait while we contact your e-mail server to download your settings...", IDC_STATIC,100,48,187,16
  70. LTEXT "We are downloading the settings needed to configure your e-mail software. This is part of Microsoft's initiative to make self-configuring software.", IDC_STATIC,100,104,187,24
  71. END
  72. IDD_MANUALLY_CHOOSE_APP_PAGE DIALOGEX 0, 0, 294, 154
  73. STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  74. CAPTION "Get E-mail"
  75. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  76. BEGIN
  77. LTEXT "You have choosen not to download the settings. Please choose the e-mail application you would like to use.", IDC_CHOOSEAPP_DESC,100,7,187,16
  78. CONTROL IDB_PSW_BANNER,IDC_STATIC,"Static",SS_BITMAP,0,0,88,157
  79. EDITTEXT IDC_CHOOSEAPP_WEBURL_EDIT,140,31,147,14,ES_AUTOHSCROLL
  80. CONTROL "",IDC_CHOOSEAPP_APPLIST,WC_LISTVIEW,
  81. WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS,
  82. 140,50,147,78,WS_EX_CLIENTEDGE
  83. CONTROL "&Web:",IDC_CHOOSEAPP_WEB_RADIO,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,100,33,30,10
  84. CONTROL "&Other:",IDC_CHOOSEAPP_OTHERAPP_RADIO,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,100,50,30,10
  85. // Also, maybe add an "Other" button.
  86. END
  87. //-------------------------------------------------------------------------
  88. // Files
  89. //-------------------------------------------------------------------------
  90. 1 TYPELIB "autodiscovery.tlb"
  91. REGINST REGINST MOVEABLE PURE "selfreg.inf"
  92. //-------------------------------------------------------------------------
  93. // AVIs
  94. //-------------------------------------------------------------------------
  95. IDA_DOWNLOADINGSETTINGS AVI NetProgress.avi // downloading settings.
  96. //-------------------------------------------------------------------------
  97. // Bitmaps
  98. //-------------------------------------------------------------------------
  99. // Go Button
  100. IDB_GO BITMAP "godef.bmp"
  101. IDB_GOHOT BITMAP "gohot.bmp"
  102. IDB_PSW_BANNER BITMAP DISCARDABLE "banner.bmp"
  103. //-------------------------------------------------------------------------
  104. // HTML Content
  105. //-------------------------------------------------------------------------