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.

294 lines
8.3 KiB

  1. #include <winver.h>
  2. #if defined(USE_DS_VER)
  3. #include <dsverp.h>
  4. #else
  5. #include <ntverp.h>
  6. #endif
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "ADMT Module"
  10. #define VER_INTERNALNAME_STR "DomMigSI"
  11. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR ".dll"
  12. #include <common.ver>
  13. //Microsoft Developer Studio generated resource script.
  14. //
  15. #include "resource.h"
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "afxres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. #ifdef _WIN32
  28. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  29. #pragma code_page(1252)
  30. #endif //_WIN32
  31. #ifdef APSTUDIO_INVOKED
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36. 1 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "resource.h\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include ""afxres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "1 TYPELIB ""DomMigSI.tlb""\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Bitmap
  54. //
  55. IDB_TOOL_32 BITMAP DISCARDABLE "tool_32.bmp"
  56. IDB_TOOL_16 BITMAP DISCARDABLE "tool_16.bmp"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // REGISTRY
  60. //
  61. IDR_DOMMIGRATOR REGISTRY DISCARDABLE "DomMigr.rgs"
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Menu
  65. //
  66. IDR_NET_MENU MENU DISCARDABLE
  67. BEGIN
  68. POPUP "TOP"
  69. BEGIN
  70. MENUITEM "Migrate Users and Groups", ID_TOP_MIGRATEUSERSANDGROUPS
  71. MENUITEM "Migrate Computers", ID_TOP_MIGRATECOMPUTERS
  72. END
  73. MENUITEM "NEW", 65535
  74. POPUP "TASK"
  75. BEGIN
  76. MENUITEM "Undo", ID_TASK_UNDO
  77. MENUITEM "Redo", ID_TASK_REDO
  78. END
  79. MENUITEM "VIEW", 65535
  80. END
  81. IDR_ROOT_MENU MENU DISCARDABLE
  82. BEGIN
  83. POPUP "TOP"
  84. BEGIN
  85. MENUITEM "&User Account Migration Wizard",
  86. ID_TOP_MIGRATEUSERSANDGROUPS
  87. MENUITEM "&Group Account Migration Wizard", ID_TOP_MIGRATEGROUPS
  88. MENUITEM "&Computer Migration Wizard", ID_TOP_MIGRATECOMPUTERS
  89. MENUITEM "&Security Translation Wizard", ID_TOP_TRANSLATESECURITY
  90. MENUITEM "&Reporting Wizard", ID_TOP_REPORTING
  91. MENUITEM "Service &Account Migration Wizard",
  92. ID_TOP_MIGRATESERVICEACCOUNTS
  93. MENUITEM "Exchange &Directory Migration Wizard",
  94. ID_TOP_MIGRATEEXCHANGEDIRECTORY
  95. MENUITEM "U&ndo Last Migration Wizard", ID_TOP_UNDO
  96. MENUITEM "Retr&y Task Wizard", ID_TOP_RETRY
  97. MENUITEM "Trust Migration Wi&zard", ID_TOP_MIGRATETRUSTS
  98. MENUITEM "Group &Mapping and Merging Wizard", ID_TOP_GROUPMAPPING
  99. END
  100. POPUP "NEW"
  101. BEGIN
  102. MENUITEM SEPARATOR
  103. END
  104. POPUP "TASK"
  105. BEGIN
  106. MENUITEM SEPARATOR
  107. END
  108. POPUP "VIEW"
  109. BEGIN
  110. MENUITEM SEPARATOR
  111. END
  112. END
  113. IDR_MULTISEL_MENU MENU DISCARDABLE
  114. BEGIN
  115. POPUP "TOP"
  116. BEGIN
  117. MENUITEM SEPARATOR
  118. MENUITEM "Move to...", ID_TOP_MOVE
  119. END
  120. POPUP "NEW"
  121. BEGIN
  122. MENUITEM SEPARATOR
  123. END
  124. POPUP "TASK"
  125. BEGIN
  126. MENUITEM SEPARATOR
  127. END
  128. POPUP "VIEW"
  129. BEGIN
  130. MENUITEM SEPARATOR
  131. MENUITEM "Version Info...", ID_VIEW_VERSION
  132. END
  133. END
  134. IDR_REPORTS MENU DISCARDABLE
  135. BEGIN
  136. MENUITEM "TOP", 65535
  137. POPUP "NEW"
  138. BEGIN
  139. MENUITEM SEPARATOR
  140. END
  141. POPUP "TASK"
  142. BEGIN
  143. MENUITEM "Migrated Accounts Report", ID_TASK_MIGRATEDACCOUNTSREPORT
  144. MENUITEM "Migrated Computers Report", ID_TASK_MIGRATEDCOMPUTERSREPORT
  145. MENUITEM "Expired Computers Report", ID_TASK_EXPIREDCOMPUTERSREPORT
  146. MENUITEM "Import Data...", ID_TASK_IMPORTDATA
  147. END
  148. POPUP "VIEW"
  149. BEGIN
  150. MENUITEM SEPARATOR
  151. END
  152. END
  153. IDR_PRUNE_GRAFT_MENU MENU DISCARDABLE
  154. BEGIN
  155. POPUP "TOP"
  156. BEGIN
  157. MENUITEM "Add Domain...", ID_TOP_ADDDOMAIN
  158. END
  159. POPUP "NEW"
  160. BEGIN
  161. MENUITEM SEPARATOR
  162. END
  163. POPUP "TASK"
  164. BEGIN
  165. MENUITEM SEPARATOR
  166. END
  167. POPUP "VIEW"
  168. BEGIN
  169. MENUITEM SEPARATOR
  170. END
  171. END
  172. /////////////////////////////////////////////////////////////////////////////
  173. //
  174. // HTML
  175. //
  176. REPT.HTM HTML DISCARDABLE "rept.htm"
  177. /////////////////////////////////////////////////////////////////////////////
  178. //
  179. // Dialog
  180. //
  181. IDD_DOMAIN DIALOG DISCARDABLE 0, 0, 186, 95
  182. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  183. CAPTION "Select Domain"
  184. FONT 8, "MS Shell Dlg"
  185. BEGIN
  186. LTEXT "Domain:",IDC_STATIC,7,7,57,10
  187. EDITTEXT IDC_DOMAIN,7,18,107,13,ES_AUTOHSCROLL
  188. DEFPUSHBUTTON "OK",IDOK,129,7,50,14
  189. PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
  190. END
  191. /////////////////////////////////////////////////////////////////////////////
  192. //
  193. // DESIGNINFO
  194. //
  195. #ifdef APSTUDIO_INVOKED
  196. GUIDELINES DESIGNINFO DISCARDABLE
  197. BEGIN
  198. IDD_DOMAIN, DIALOG
  199. BEGIN
  200. LEFTMARGIN, 7
  201. RIGHTMARGIN, 179
  202. TOPMARGIN, 7
  203. BOTTOMMARGIN, 88
  204. END
  205. END
  206. #endif // APSTUDIO_INVOKED
  207. /////////////////////////////////////////////////////////////////////////////
  208. //
  209. // String Table
  210. //
  211. STRINGTABLE DISCARDABLE
  212. BEGIN
  213. IDS_PROJNAME "DomMigSI"
  214. IDS_DOMMIGRATOR_DESC "Active Directory Migration Tool simplifies the process of moving users, groups and computers from one Active Directory domain to another, or migrating from NT4 domains to Active Directory."
  215. IDS_DOMMIGRATOR_PROVIDER "Microsoft Corporation"
  216. IDS_DOMMIGRATOR_VERSION "ADMT Version 2.00 (%s)"
  217. IDS_WizardAlreadyRunning "A migration wizard is already running. "
  218. IDS_Title "Active Directory Migration Tool"
  219. IDS_HELPFILE "DomainMig.chm"
  220. IDS_FailedActions "There are %1!ld! failed distributed actions. Would you like to retry any of them now?"
  221. IDS_FAILED "Failed."
  222. END
  223. STRINGTABLE DISCARDABLE
  224. BEGIN
  225. IDS_NAME "Name"
  226. IDS_TYPE "Type"
  227. IDS_DESC "Description"
  228. IDS_HelpFileIntroTopic "DomainMig.chm::DomMigIntro.htm"
  229. IDS_NoDatabase "The protar.mdb database is missing or corrupt. "
  230. IDS_ERR_RUN_WIZARD "Unable to run wizard."
  231. IDS_ERR_CHECK_FAILED_ACTIONS "Unable to check for failed actions."
  232. IDS_NOSRCSIDCLM_TITLE "Column Creation Failed!"
  233. IDS_ERR_NOSRCSIDCLM_MSG "The source domain Sid column could not be added to the protar.mdb database's Migrated Objects table due to the following error:\n\n%s\n\nADMT cannot continue."
  234. IDS_QUERYCLM_TITLE "Column Query Failed!"
  235. IDS_ERR_QUERYCLM_MSG "The existence of the source domain Sid column in the protar.mdb database's Migrated Objects table could not be verified due to the following error:\n\n%s\n\nADMT cannot continue."
  236. IDS_ERR_LOCALADMINCHECK_MSG "You have to be a member of Local Administrators group in order to run ADMT. (error code = %d)"
  237. IDS_ERR_UPDATEREGISTRY_MSG "Failed to update the ADMT-related registry. (error code = %d)"
  238. END
  239. #endif // English (U.S.) resources
  240. /////////////////////////////////////////////////////////////////////////////
  241. #ifndef APSTUDIO_INVOKED
  242. /////////////////////////////////////////////////////////////////////////////
  243. //
  244. // Generated from the TEXTINCLUDE 3 resource.
  245. //
  246. 1 TYPELIB "DomMigSI.tlb"
  247. /////////////////////////////////////////////////////////////////////////////
  248. #endif // not APSTUDIO_INVOKED