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.

241 lines
9.0 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. 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.",
  55. IDC_STATIC,7,7,238,31
  56. LTEXT "If you want alternative UPN suffixes to appear during user creation, add them to the following list.",
  57. IDC_STATIC,7,38,238,23
  58. LTEXT "Alter&native UPN suffixes:",IDC_STATIC,7,61,238,8
  59. EDITTEXT IDC_EDIT,7,71,182,14,ES_AUTOHSCROLL
  60. LISTBOX IDC_LIST,7,89,182,75,NOT LBS_NOTIFY |
  61. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  62. WS_TABSTOP
  63. PUSHBUTTON "A&dd",IDC_ADD_BTN,195,71,50,14
  64. PUSHBUTTON "&Remove",IDC_DELETE_BTN,195,89,50,14
  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.\n&The current operations master is offline. The role cannot be transferred.",
  77. IDC_STATIC_FSMO_STATUS,7,76,177,16
  78. EDITTEXT IDC_EDIT_CURRENT_DC,7,98,238,14,ES_AUTOHSCROLL | ES_READONLY
  79. PUSHBUTTON "C&hange...",IDC_CHANGE_FSMO,194,76,51,14
  80. DEFPUSHBUTTON "Close",IDCANCEL,194,130,51,14
  81. END
  82. IDD_MSGBOX_OK_MOREINFO DIALOG DISCARDABLE 0, 0, 227, 84
  83. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  84. CAPTION "Active Directory Service"
  85. FONT 8, "MS Shell Dlg"
  86. BEGIN
  87. ICON 32515,IDC_STATIC,7,7,21,20
  88. LTEXT "",IDC_STATIC_MESSAGE,35,7,185,48,NOT WS_GROUP
  89. DEFPUSHBUTTON "OK",IDOK,61,63,50,14,BS_NOTIFY
  90. PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,115,63,50,14,BS_NOTIFY
  91. END
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // DESIGNINFO
  95. //
  96. #ifdef APSTUDIO_INVOKED
  97. GUIDELINES DESIGNINFO DISCARDABLE
  98. BEGIN
  99. IDD_UPN_SUFFIX, DIALOG
  100. BEGIN
  101. LEFTMARGIN, 7
  102. RIGHTMARGIN, 245
  103. VERTGUIDE, 195
  104. TOPMARGIN, 7
  105. BOTTOMMARGIN, 211
  106. HORZGUIDE, 38
  107. HORZGUIDE, 61
  108. HORZGUIDE, 69
  109. HORZGUIDE, 170
  110. END
  111. IDD_EDIT_FSMO, DIALOG
  112. BEGIN
  113. LEFTMARGIN, 7
  114. RIGHTMARGIN, 245
  115. VERTGUIDE, 184
  116. VERTGUIDE, 194
  117. TOPMARGIN, 7
  118. BOTTOMMARGIN, 144
  119. HORZGUIDE, 30
  120. END
  121. IDD_MSGBOX_OK_MOREINFO, DIALOG
  122. BEGIN
  123. LEFTMARGIN, 7
  124. RIGHTMARGIN, 220
  125. VERTGUIDE, 115
  126. TOPMARGIN, 7
  127. BOTTOMMARGIN, 77
  128. HORZGUIDE, 55
  129. END
  130. END
  131. #endif // APSTUDIO_INVOKED
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // Icon
  135. //
  136. // Icon with lowest ID value placed first to ensure application icon
  137. // remains consistent on all systems.
  138. IDI_DOMAIN ICON DISCARDABLE "res\\domain.ico"
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // String Table
  142. //
  143. STRINGTABLE DISCARDABLE
  144. BEGIN
  145. IDS_NAME "Name"
  146. IDS_TYPE "Type"
  147. IDS_NODENAME "Active Directory Domains and Trusts"
  148. IDS_CANT_GET_PARTITIONS_INFORMATION
  149. "The configuration information describing this enterprise is not available.\n%s"
  150. IDS_FAILURE_UNK "An error occurred (error code 0x%08x)."
  151. IDS_DESCRIPTION "Active Directory Domains and Trusts"
  152. IDS_SNAPINABOUT_DESCRIPTION
  153. "You can use the Active Directory Domains and Trusts snap-in to manage Active Directory domains and trusts."
  154. IDS_FSMO_SERVER_ERROR "ERROR"
  155. END
  156. STRINGTABLE DISCARDABLE
  157. BEGIN
  158. IDS_COMMAND_MANAGE "&Manage\nStarts the Microsoft Active Directory Users and Computers snap-in"
  159. IDS_COMMAND_RETARGET "&Connect to Domain Controller...\nSelect a specific domain controller to connect to"
  160. IDS_COMMAND_EDIT_FSMO "&Operations Master...\nTransfer the operations master role to a different computer"
  161. IDS_COMMAND_DOMAIN_VER "R&aise Domain Functional Level...\nAllows you to raise the domain functional level to a level you select."
  162. IDS_COMMAND_FOREST_VER "R&aise Forest Functional Level...\nAllows you to raise the forest functional level to a level you select."
  163. END
  164. STRINGTABLE DISCARDABLE
  165. BEGIN
  166. AFX_IDS_APP_TITLE "Active Directory Domains and Trusts"
  167. 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."
  168. 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."
  169. END
  170. STRINGTABLE DISCARDABLE
  171. BEGIN
  172. IDS_WARNING_DELETE_UPN_SUFFIX
  173. "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?"
  174. IDS_ERROR_WRITE_UPN_SUFFIXES "Windows cannot update the UPN suffixes. %s"
  175. IDS_ERROR_ADD_UPN_NO_DUPLICATE
  176. "A UPN suffix is already present in the list."
  177. IDS_ERROR_CHANGE_FSMO_OWNER
  178. "The transfer of the operations master role cannot be performed because:\n%s"
  179. IDS_ERROR_MANAGE "Windows cannot start the Active Directory Users and Computers snap-in."
  180. IDS_WARNING_CHANGE_FOCUS
  181. "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."
  182. IDS_CHANGE_FSMO_CONFIRMATION
  183. "Are you sure you want to transfer the operations master role to a different computer?"
  184. IDS_CHANGE_FSMO_CONFIRMATION_FORCED
  185. "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?"
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. IDS_CHANGE_FSMO_SUCCESS "The operations master was successfully transferred."
  190. END
  191. STRINGTABLE DISCARDABLE
  192. BEGIN
  193. 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."
  194. END
  195. #endif // English (U.S.) resources
  196. /////////////////////////////////////////////////////////////////////////////
  197. #ifndef APSTUDIO_INVOKED
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Generated from the TEXTINCLUDE 3 resource.
  201. //
  202. /////////////////////////////////////////////////////////////////////////////
  203. #endif // not APSTUDIO_INVOKED