home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / remote.xp / uisrvcs.dlg < prev    next >
Encoding:
Text File  |  1996-04-11  |  8.3 KB  |  138 lines

  1. IDD_CFG_USERINFO DIALOG DISCARDABLE  79, 41, 215, 168
  2. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  3. CAPTION "User Account"
  4. FONT 8, "MS Shell Dlg"
  5. BEGIN
  6.     EDITTEXT        IDC_SERVERNAME,21,19,168,13,ES_UPPERCASE | 
  7.                     ES_AUTOHSCROLL
  8.     EDITTEXT        IDC_MAILBOXNAME,70,55,69,13,ES_AUTOHSCROLL | NOT 
  9.                     WS_TABSTOP
  10.     PUSHBUTTON      "&Browse",IDC_BROWSE_MB,144,54,47,14
  11.     EDITTEXT        IDC_USER_NAME,70,73,120,13,ES_AUTOHSCROLL | NOT 
  12.                     WS_TABSTOP
  13.     PUSHBUTTON      "Chan&ge Mailbox Password",IDC_CHANGE_PASSWORD,70,91,121,
  14.                     14
  15.     CONTROL         "Using Continuous Network connection",IDC_CONNECT_ONLINE,
  16.                     "Button",BS_AUTORADIOBUTTON,23,130,158,10
  17.     CONTROL         "Using Remote/Intermittent connection",
  18.                     IDC_CONNECT_OFFLINE,"Button",BS_AUTORADIOBUTTON,23,145,
  19.                     141,10
  20.     LTEXT           "Mailbox Name:",IDC_STATIC1,18,57,48,10
  21.     LTEXT           "Full Name:",IDC_STATIC2,31,75,35,8
  22.     GROUPBOX        "Server Name",IDC_STATIC3,10,6,192,33
  23.     GROUPBOX        "User Information",IDC_STATIC4,10,43,192,69
  24.     GROUPBOX        "Service Connection",IDC_STATIC5,10,117,193,44
  25. END
  26.  
  27. IDD_SELECTMB DIALOG DISCARDABLE  0, 0, 201, 180
  28. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  29. CAPTION "WINDS Services - User MailBoxes"
  30. FONT 8, "MS Shell Dlg"
  31. BEGIN
  32.     DEFPUSHBUTTON   "OK",IDOK,42,160,50,14
  33.     PUSHBUTTON      "Cancel",IDCANCEL,108,160,50,14
  34.     LISTBOX         IDC_LIST,10,51,176,101,LBS_USETABSTOPS | LBS_SORT |
  35.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  36.     LTEXT           "Mailbox Name:",IDC_STATIC1,12,39,58,8
  37.     LTEXT           "Owner's Full Name:",IDC_STATIC2,86,39,93,8
  38.     LTEXT           "Please select one of the available mailboxes. If the necessary account does not exist it must be created on the server prior to running this configuration.",
  39.                     IDC_STATIC3,12,4,181,28
  40. END
  41.  
  42. IDD_NEW_PASSWORD DIALOG DISCARDABLE  79, 41, 197, 85
  43. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  44. CAPTION "WINDS Services - New Mailbox Password"
  45. FONT 8, "MS Shell Dlg"
  46. BEGIN
  47.     EDITTEXT        IDC_OLD_PASSWORD,93,7,90,13,ES_UPPERCASE | ES_PASSWORD | 
  48.                     ES_AUTOHSCROLL
  49.     EDITTEXT        IDC_PASSWORD,93,26,90,13,ES_UPPERCASE | ES_PASSWORD | 
  50.                     ES_AUTOHSCROLL
  51.     EDITTEXT        IDC_PASSWORD_CONFIRM,93,45,90,13,ES_UPPERCASE | 
  52.                     ES_PASSWORD | ES_AUTOHSCROLL
  53.     PUSHBUTTON      "&OK",IDOK,40,65,50,14
  54.     PUSHBUTTON      "&Cancel",IDCANCEL,106,65,50,14
  55.     RTEXT           "Old Password:",IDC_STATIC,17,9,72,8
  56.     RTEXT           "New Password:",IDC_STATIC,17,28,72,8
  57.     RTEXT           "Confirm New Password:",IDC_STATIC,7,47,82,8
  58. END
  59.  
  60. IDD_ENTER_PASSWORD DIALOG DISCARDABLE  79, 41, 222, 93
  61. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  62. CAPTION "WINDS Services - Mailbox Password"
  63. FONT 8, "MS Shell Dlg"
  64. BEGIN
  65.     EDITTEXT        IDC_PASSWORD,77,49,113,13,ES_UPPERCASE | ES_PASSWORD | 
  66.                     ES_AUTOHSCROLL
  67.     PUSHBUTTON      "&OK",IDOK,20,71,50,14
  68.     PUSHBUTTON      "&Cancel",IDCANCEL,86,71,50,14
  69.     PUSHBUTTON      "&Browse",IDC_BROWSE_MB,152,71,50,14
  70.     LTEXT           "Maillbox Name:",IDC_STATIC,25,13,50,8
  71.     EDITTEXT        IDC_MAILBOXNAME,77,11,113,13,ES_AUTOHSCROLL | 
  72.                     ES_READONLY | NOT WS_TABSTOP
  73.     LTEXT           "User Name:",IDC_STATIC,36,32,39,8
  74.     EDITTEXT        IDC_USER_NAME,77,30,113,13,ES_AUTOHSCROLL | ES_READONLY | 
  75.                     NOT WS_TABSTOP
  76.     LTEXT           "Mailbox Password:",IDC_STATIC,14,51,61,8
  77. END
  78.  
  79. WIZARD_PAGES DIALOG DISCARDABLE  79, 41, 256, 87
  80. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  81. CAPTION "WINDS Service Configuration"
  82. FONT 8, "MS Shell Dlg"
  83. BEGIN
  84.     EDITTEXT        IDC_SERVERNAME,72,53,113,13,ES_UPPERCASE | 
  85.                     ES_AUTOHSCROLL
  86.     EDITTEXT        IDC_PASSWORD,55,67,78,13,ES_UPPERCASE | ES_PASSWORD | 
  87.                     ES_AUTOHSCROLL
  88.     DEFPUSHBUTTON   "&Browse",IDC_BROWSE_MB,138,32,50,14
  89.     EDITTEXT        IDC_MAILBOXNAME,55,33,78,13,ES_AUTOHSCROLL | ES_READONLY | 
  90.                     NOT WS_TABSTOP
  91.     EDITTEXT        IDC_USER_NAME,55,50,133,13,ES_AUTOHSCROLL | ES_READONLY | 
  92.                     NOT WS_TABSTOP
  93.     LTEXT           "Enter the password for this mailbox. If you selected the wrong mailbox, click on ""Browse"" to select a different mailbox account.",
  94.                     IDC_INFO2,8,5,189,26
  95.     LTEXT           "The server name (i.e. \\\\HOST) is the name of the machine where the user account exist. The server machine should be running the WINDS Sample Messaging Host prior to the service setup.",
  96.                     IDC_INFO1,8,20,191,32
  97.     RTEXT           "Mailbox Alias:",IDC_STATIC2,5,35,46,8
  98.     RTEXT           "Full Name:",IDC_STATIC3,16,51,35,8
  99.     RTEXT           "Password:",IDC_STATIC4,17,69,34,9
  100.     LTEXT           "Server Name:",IDC_STATIC1,21,55,47,9
  101. END
  102.  
  103. STRINGTABLE DISCARDABLE 
  104. BEGIN
  105.     IDS_MSG_NEED_SERVER_NAME        "You need to enter a server name where your maillbox is located."
  106.     IDS_MSG_INVALID_SERVER_NAME     "The server name format is invalid. The corrent format is: \\\\server-name.\n i.e, \\\\QUICKSILVER"
  107.     IDS_MSG_REMOTE_FOLDER_VIEW_NAME "PSS Remote Transport - Messages In The Server"
  108.     IDS_MSG_SERVER_NOT_FOUND        "The server was not found or is offline. Please select a different server."
  109.     IDS_MSG_NO_SERVER_GO_OFFLINE    "The server was not found or is offline. Would you like to accept this settings anyway?"
  110.     IDS_MSG_NO_SERVER_ONLINE        "The server is not online. Would you like to work off-line?"
  111.     IDS_MSG_SELECT_MB_NAME          "Please select a mailbox name."
  112.     IDS_MSG_INVALID_MB_PASSWORD     "The password entered does not match the one for this mailbox."
  113.     IDS_MSG_NEED_PASSWORD           "A password is required. Any characters are valid."
  114.     IDS_MSG_LOGON_INVALID_USER      "The user mailbox does not exits on the server. Would you like to change the login information?"
  115.     IDS_MSG_LOGON_INVALID_USER_NAME "The server could not find a mailbox object with that name. Would you like to change the configuration information?"
  116.     IDS_MSG_LOGON_NO_CONNECT        "The service could not connect to the WINDS server messaging host. Would you like to change the login information?"
  117.     IDS_MSG_CONFIG_INVALID_USER         "The user mailbox does not exits on the server."
  118.     IDS_MSG_CONFIG_INVALID_USER_NAME    "The server could not find a mailbox object with that name."
  119.     IDS_MSG_CONFIG_NO_CONNECT           "The service could not connect to the WINDS server messaging host."
  120.     IDS_MSG_SERVICE_NOT_PROPERLY_CFG    "This service is not properly configured or it could not retrieve critical properties. Reinstall the service in the profile."
  121.     IDS_MSG_SYSTEM_CALL_FAILED          "A system call was unsuccessful and the task was unable to complete."
  122.     IDS_MSG_NEED_PASSWORD_CONFIRM   "Please type the new password again for confirmation."
  123.     IDS_MSG_NEW_PASSWORD_NO_MATCH   "The new passwords do not match. Please enter them again."
  124.     IDS_MSG_OLD_PASSWORD_NO_MATCH   "The old password is invalid. Please enter it again."
  125.     IDS_MSG_NEED_OLD_PASSWORD       "Please type the old password for verification."
  126.     IDS_MSG_CONFIG_UI_IN_USE        "The Configuration dialog is in use by another application. Terminate that dialog and then try again here."
  127.  
  128.     IDS_DELIVERY_ERROR_NO_SUCH_USER     "The originator of the message no longer has an account in the host."
  129.     IDS_DELIVERY_ERROR_INVALID_ACCT     "The intended recipient does exist in the remote host."
  130.     IDS_DELIVERY_ERROR_OFFLINE_SERVER   "Server machine of this account is not online and/or is not running the WINDS messaging server."
  131.     IDS_DELIVERY_ERROR_OUTOFMEMORY      "INTERNAL: The memory resources on the server were low and the operation could not be completed."
  132.     IDS_DELIVERY_ERROR_INVALID_PARAM    "INTERNAL: The transport send invalid information to the server."
  133.     IDS_DELIVERY_ERROR_ISTORAGE         "INTERNAL: There was an error in the server accessing the underlying IStorage database."
  134.     IDS_DELIVERY_ERROR_WIN32            "INTERNAL: There was an error in the server while making a system call."
  135.     IDS_DELIVERY_ERROR_INVALID_ADDRESS  "The recipient's address was not a valid WINDS email address"
  136. END
  137.  
  138.