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.

183 lines
7.7 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""AU_Accnt.tlb""\r\n"
  36. "#include ""version.rc2""\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Dialog
  43. //
  44. IDD_ACCT_INFO DIALOG DISCARDABLE 0, 0, 370, 195
  45. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. LTEXT "&First name:",IDC_STATIC,7,19,127,8
  49. EDITTEXT IDC_FIRST_NAME,136,16,226,14,ES_AUTOHSCROLL
  50. LTEXT "L&ast name:",IDC_STATIC,7,37,127,8
  51. EDITTEXT IDC_LAST_NAME,136,34,226,14,ES_AUTOHSCROLL
  52. LTEXT "&Logon name:",IDC_STATIC,7,55,127,8
  53. COMBOBOX IDC_UNAME,136,52,226,56,CBS_AUTOHSCROLL | CBS_DROPDOWN | WS_TABSTOP
  54. LTEXT "&E-mail alias:",IDC_EMAIL_ALIAS_TEXT,7,73,127,8, WS_DISABLED | NOT WS_VISIBLE
  55. EDITTEXT IDC_EMAIL_ALIAS,136,70,226,14,ES_AUTOHSCROLL | WS_DISABLED | NOT WS_VISIBLE
  56. CONTROL "Create a POP3 Service &mailbox. The e-mail alias will be the same as the logon name.",
  57. IDC_EMAIL_CHECKBOX, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 7,73,355,22
  58. LTEXT "&Telephone:",IDC_STATIC,7,131,137,8
  59. EDITTEXT IDC_TELEPHONE,136,128,226,14,ES_AUTOHSCROLL
  60. LTEXT "&Office location:",IDC_STATIC,7,149,127,8
  61. EDITTEXT IDC_OFFICE,136,146,226,14,ES_AUTOHSCROLL
  62. EDITTEXT IDC_UNAME_LOC,188,141,161,14,ES_AUTOHSCROLL | WS_DISABLED | NOT WS_VISIBLE
  63. LTEXT "Pre-Windows 2000 logon name:",IDC_PRE2K_TEXT,21,162,328,8, WS_DISABLED | NOT WS_VISIBLE
  64. EDITTEXT IDC_UNAME_PRE2K_LOC,21,172,162,14,ES_AUTOHSCROLL | WS_DISABLED | NOT WS_VISIBLE
  65. EDITTEXT IDC_UNAME_PRE2K,188,172,161,14,ES_AUTOHSCROLL | WS_DISABLED | NOT WS_VISIBLE
  66. END
  67. IDD_PASSWD_GEN DIALOG DISCARDABLE 0, 0, 370, 195
  68. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  69. FONT 8, "MS Shell Dlg"
  70. BEGIN
  71. LTEXT "&Password:",IDC_PASSWD_1A_TEXT,21,13,135,8,NOT WS_GROUP
  72. EDITTEXT IDC_PASSWD_1A,160,10,145,14,ES_PASSWORD | ES_AUTOHSCROLL
  73. LTEXT "C&onfirm password:",IDC_PASSWD_1B_TEXT,21,31,135,8
  74. EDITTEXT IDC_PASSWD_1B,160,28,145,14,ES_PASSWORD | ES_AUTOHSCROLL
  75. LTEXT "This user:",IDC_STATIC,21,68,328,8
  76. CONTROL "&Must change password at next logon",IDC_RAD_2_MUST,"Button",
  77. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,83,328,10
  78. CONTROL "&Cannot change password",IDC_RAD_2_CANNOT,"Button",
  79. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,98,328,10
  80. CONTROL "Can c&hange password at any time",IDC_RAD_2_CAN,"Button",
  81. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,113,328,10
  82. END
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // REGISTRY
  86. //
  87. IDR_AUSR_ACCNT_WIZ REGISTRY DISCARDABLE "AUsr_Accnt_Wiz.rgs"
  88. IDR_AUSR_ACCNT_COMMIT REGISTRY DISCARDABLE "AUsr_Accnt_Commit.rgs"
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // Bitmap
  92. //
  93. IDB_BITMAP1 BITMAP DISCARDABLE "sml_icons1.bmp"
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // String Table
  97. //
  98. STRINGTABLE DISCARDABLE
  99. BEGIN
  100. IDS_TITLE "Add User Wizard"
  101. IDS_ACCT_INFO_TITLE "User Account Information"
  102. IDS_ACCT_INFO_SUBTITLE "You must specify the information required to create a user account."
  103. IDS_PASSWD_GEN_TITLE "User Password"
  104. IDS_PASSWD_GEN_SUBTITLE "You must specify a password for the user."
  105. IDS_FINISH_TEXT "You have successfully completed the Add User Wizard."
  106. IDS_ERROR_PASSWD_MATCH "The New and Confirm passwords must match."
  107. IDS_ERROR_PASSWDLEN "The password must contain at least %1 characters.\nType another password."
  108. IDS_ERROR_DUP_LOGON "The user name you have specified already exists.\nType another user name."
  109. IDS_ERROR_DUP_PRE2K "The logon name conflicts with the name of another user on the network. You must change any of the first 20 characters of the name."
  110. IDS_ERROR_DUP_CN "The user name you have specified already exists.\nType another user name."
  111. IDS_ERROR_DUP_ALIAS "The e-mail alias you have specified already exists.\nType another email alias."
  112. IDS_ERROR_BAD_LOGON "The user name contains invalid characters. You must specify a name that includes only letters and numbers."
  113. IDS_ERROR_BAD_PRE2K "The pre-Windows 2000 user name contains invalid characters. You must specify a name that includes only letters and numbers."
  114. IDS_ERROR_BAD_ALIAS "The specified e-mail alias contains invalid characters.\nType another email alias."
  115. IDS_ERROR_LONGPW "The password has more than 14 characters. If this user�s computer is running Windows 95, Windows 98, or Windows Millennium Edition, it is required that the password be 14 characters or less. Click Yes to continue with the specified password; click No to change the password."
  116. IDS_ERROR_POP3DUP "The logon name is already assigned to a POP3 Service mailbox. Specify another logon name."
  117. IDS_FIN_TEXT "A user account will be created with the following properties:\r\n"
  118. IDS_FIN_FULLNAME "\tFull name: %1\r\n"
  119. IDS_FIN_LOGONNAME "\tUser logon: %1\r\n"
  120. IDS_FIN_EXCHANGE "\tE-mail address: %1\r\n"
  121. IDS_FIN_PASSWD "\tUser password: %1\r\n"
  122. IDS_ERROR_CREATING_USER "The Add User wizard could not create the user. Click OK to cancel the wizard."
  123. IDS_ERROR_POP3MAILBOX "\t- The POP3 Service mailbox could not be created.\r\n"
  124. IDS_ERROR_PASSWORD "\t- The password could not be set (often caused by domain policy's complexity requirements).\r\n\t- Since the password could not be set for this user, the account will be disabled.\r\n"
  125. IDS_ERROR_MEMBERSHIP "\t- The user account could not be added to the Domain Users built-in security group.\r\n"
  126. IDS_ERROR_DUPLICATE "A user account with this name already exists on the network. You must run the wizard again and specify a different name."
  127. IDS_FULLNAME_FORMAT_STR "%1 %2"
  128. IDS_NOLOC_USEREMAILALIAS "User"
  129. END
  130. #endif // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132. #ifndef APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Generated from the TEXTINCLUDE 3 resource.
  136. //
  137. 1 TYPELIB "AU_Accnt.tlb"
  138. #include "version.rc2"
  139. /////////////////////////////////////////////////////////////////////////////
  140. #endif // not APSTUDIO_INVOKED