Source code of Windows XP (NT5)
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.

242 lines
8.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 "afxres.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 ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Bitmap
  42. //
  43. IDB_DOMAIN_SMALL BITMAP DISCARDABLE "res\\dom_sml.bmp"
  44. IDB_DOMAIN_LARGE BITMAP DISCARDABLE "res\\dom_lg.bmp"
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Dialog
  48. //
  49. IDD_UPN_SUFFIX DIALOG DISCARDABLE 0, 0, 252, 218
  50. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  51. CAPTION "UPN Suffixes"
  52. FONT 8, "MS Shell Dlg"
  53. BEGIN
  54. EDITTEXT IDC_EDIT,7,71,182,14,ES_AUTOHSCROLL
  55. PUSHBUTTON "A&dd",IDC_ADD_BTN,195,71,50,14
  56. LISTBOX IDC_LIST,7,89,182,75,NOT LBS_NOTIFY |
  57. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  58. WS_TABSTOP
  59. PUSHBUTTON "&Remove",IDC_DELETE_BTN,195,89,50,14
  60. LTEXT "The names of the current domain and the root domain are the default user principal name (UPN) suffixes. Adding alternative domain names provides additional logon security and simplifies user logon names.",
  61. IDC_STATIC,7,7,238,31
  62. LTEXT "If you want alternative UPN suffixes to appear during user creation, add them to the following list.",
  63. IDC_STATIC,7,38,238,23
  64. LTEXT "Alter&native UPN suffixes:",IDC_STATIC,7,61,238,8
  65. END
  66. IDD_EDIT_FSMO DIALOG DISCARDABLE 0, 0, 252, 151
  67. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  68. CAPTION "Change Operations Master"
  69. FONT 8, "MS Shell Dlg"
  70. BEGIN
  71. LTEXT "The domain naming operations master ensures that domain names are unique. Only one domain controller in the enterprise performs this role.",
  72. IDC_STATIC,7,7,238,31
  73. LTEXT "Domain naming operations master:",IDC_STATIC,7,42,238,8
  74. EDITTEXT IDC_EDIT_CURRENT_FSMO_DC,7,55,238,14,ES_AUTOHSCROLL |
  75. ES_READONLY
  76. LTEXT "To transfer the domain naming master role to the following computer, click Change.\nThe current operations master is offline. The role cannot be transferred.",
  77. IDC_STATIC_FSMO_STATUS,7,76,177,16
  78. PUSHBUTTON "C&hange...",IDC_CHANGE_FSMO,194,76,51,14
  79. EDITTEXT IDC_EDIT_CURRENT_DC,7,98,238,14,ES_AUTOHSCROLL |
  80. ES_READONLY
  81. DEFPUSHBUTTON "Close",IDCANCEL,194,130,51,14
  82. END
  83. IDD_MSGBOX_OK_MOREINFO DIALOG DISCARDABLE 0, 0, 227, 84
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  85. CAPTION "Active Directory Service"
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. ICON 32515,IDC_STATIC,7,7,21,20
  89. LTEXT "",IDC_STATIC_MESSAGE,35,7,185,48,NOT WS_GROUP
  90. DEFPUSHBUTTON "OK",IDOK,61,63,50,14,BS_NOTIFY
  91. PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,115,63,50,14,BS_NOTIFY
  92. END
  93. /////////////////////////////////////////////////////////////////////////////
  94. //
  95. // DESIGNINFO
  96. //
  97. #ifdef APSTUDIO_INVOKED
  98. GUIDELINES DESIGNINFO DISCARDABLE
  99. BEGIN
  100. IDD_UPN_SUFFIX, DIALOG
  101. BEGIN
  102. LEFTMARGIN, 7
  103. RIGHTMARGIN, 245
  104. VERTGUIDE, 195
  105. TOPMARGIN, 7
  106. BOTTOMMARGIN, 211
  107. HORZGUIDE, 38
  108. HORZGUIDE, 61
  109. HORZGUIDE, 69
  110. HORZGUIDE, 170
  111. END
  112. IDD_EDIT_FSMO, DIALOG
  113. BEGIN
  114. LEFTMARGIN, 7
  115. RIGHTMARGIN, 245
  116. VERTGUIDE, 184
  117. VERTGUIDE, 194
  118. TOPMARGIN, 7
  119. BOTTOMMARGIN, 144
  120. HORZGUIDE, 30
  121. END
  122. IDD_MSGBOX_OK_MOREINFO, DIALOG
  123. BEGIN
  124. LEFTMARGIN, 7
  125. RIGHTMARGIN, 220
  126. VERTGUIDE, 115
  127. TOPMARGIN, 7
  128. BOTTOMMARGIN, 77
  129. HORZGUIDE, 55
  130. END
  131. END
  132. #endif // APSTUDIO_INVOKED
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // Icon
  136. //
  137. // Icon with lowest ID value placed first to ensure application icon
  138. // remains consistent on all systems.
  139. IDI_DOMAIN ICON DISCARDABLE "res\\domain.ico"
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // String Table
  143. //
  144. STRINGTABLE DISCARDABLE
  145. BEGIN
  146. IDS_NAME "Name"
  147. IDS_TYPE "Type"
  148. IDS_NODENAME "Active Directory Domains and Trusts"
  149. IDS_CANT_GET_PARTITIONS_INFORMATION
  150. "The configuration information describing this enterprise is not available.\n%s"
  151. IDS_FAILURE_UNK "An error occurred (error code 0x%08x)."
  152. IDS_DESCRIPTION "Active Directory Domains and Trusts"
  153. IDS_SNAPINABOUT_DESCRIPTION
  154. "You can use the Active Directory Domains and Trusts snap-in to manage Active Directory domains and trusts."
  155. IDS_FSMO_SERVER_ERROR "ERROR"
  156. END
  157. STRINGTABLE DISCARDABLE
  158. BEGIN
  159. IDS_COMMAND_MANAGE "&Manage\nStarts the Microsoft Active Directory Users and Computers snap-in"
  160. IDS_COMMAND_RETARGET "&Connect to Domain Controller...\nSelect a specific domain controller to connect to"
  161. IDS_COMMAND_EDIT_FSMO "&Operations Master...\nTransfer the operations master role to a different computer"
  162. IDS_COMMAND_DOMAIN_VER "&Raise Domain Functionality...\nAllows you to raise the domain functionality to a level you select."
  163. IDS_COMMAND_FOREST_VER "&Raise Forest Functionality...\nAllows you to raise the forest functionality to a level you select."
  164. END
  165. STRINGTABLE DISCARDABLE
  166. BEGIN
  167. AFX_IDS_APP_TITLE "Active Directory Domains and Trusts"
  168. IDS_NO_PDC_MSG "You cannot modify domain or trust information because the following Primary Domain Controller (PDC) emulator cannot be contacted: %s. Please verify that the PDC emulator and the network are both online and functioning properly."
  169. IDS_UNKNOWN_PDC_MSG "You cannot modify domain or trust information because a Primary Domain Controller (PDC) emulator cannot be contacted. Please verify that the PDC emulator and the network are both online and functioning properly."
  170. END
  171. STRINGTABLE DISCARDABLE
  172. BEGIN
  173. IDS_WARNING_DELETE_UPN_SUFFIX
  174. "Deleting a UPN suffix will affect user accounts that refer to it.\nThose users will not be able to log on to the network.\n\nAre you sure you want to delete this UPN suffix?"
  175. IDS_ERROR_WRITE_UPN_SUFFIXES "Windows cannot update the UPN suffixes. %s"
  176. IDS_ERROR_ADD_UPN_NO_DUPLICATE
  177. "A UPN suffix is already present in the list."
  178. IDS_ERROR_CHANGE_FSMO_OWNER
  179. "The transfer of the current operations master role cannot be performed for the following reason: %s."
  180. IDS_ERROR_MANAGE "Windows cannot start the Active Directory Users and Computers snap-in."
  181. IDS_WARNING_CHANGE_FOCUS
  182. "The current domain controller is serving as the operations master. To transfer the operations master role to a different computer you must first connect to it."
  183. IDS_CHANGE_FSMO_CONFIRMATION
  184. "Are you sure you want to transfer the operations master role to a different computer?"
  185. IDS_CHANGE_FSMO_CONFIRMATION_FORCED
  186. "The current operations master cannot be contacted to perform the transfer. Under some circumstances, a forced transfer can be performed. Do you want to perform a forced transfer?"
  187. END
  188. STRINGTABLE DISCARDABLE
  189. BEGIN
  190. IDS_CHANGE_FSMO_SUCCESS "The operations master was successfully transferred."
  191. END
  192. STRINGTABLE DISCARDABLE
  193. BEGIN
  194. IDS_SHEETS_UP_DELETE "This operation cannot be performed because one or more of the\nselected objects have active property sheets. Close the active property sheets, and then try again."
  195. END
  196. #endif // English (U.S.) resources
  197. /////////////////////////////////////////////////////////////////////////////
  198. #ifndef APSTUDIO_INVOKED
  199. /////////////////////////////////////////////////////////////////////////////
  200. //
  201. // Generated from the TEXTINCLUDE 3 resource.
  202. //
  203. /////////////////////////////////////////////////////////////////////////////
  204. #endif // not APSTUDIO_INVOKED