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.

423 lines
16 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. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif\r\n"
  45. "#include ""res\\Romaine.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_MAINFRAME ICON DISCARDABLE "res\\Romaine.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // DESIGNINFO
  60. //
  61. #ifdef APSTUDIO_INVOKED
  62. GUIDELINES DESIGNINFO DISCARDABLE
  63. BEGIN
  64. IDD_WELCOME_DLG, DIALOG
  65. BEGIN
  66. LEFTMARGIN, 7
  67. RIGHTMARGIN, 269
  68. TOPMARGIN, 7
  69. BOTTOMMARGIN, 134
  70. END
  71. IDD_NAME_DLG, DIALOG
  72. BEGIN
  73. LEFTMARGIN, 7
  74. RIGHTMARGIN, 269
  75. TOPMARGIN, 7
  76. BOTTOMMARGIN, 133
  77. END
  78. IDD_GROUP_TYPE_DLG, DIALOG
  79. BEGIN
  80. LEFTMARGIN, 7
  81. RIGHTMARGIN, 269
  82. TOPMARGIN, 7
  83. BOTTOMMARGIN, 133
  84. END
  85. IDD_LOCAL_USERS, DIALOG
  86. BEGIN
  87. LEFTMARGIN, 7
  88. RIGHTMARGIN, 269
  89. TOPMARGIN, 7
  90. BOTTOMMARGIN, 133
  91. END
  92. IDD_GLOBAL_USERS, DIALOG
  93. BEGIN
  94. LEFTMARGIN, 7
  95. RIGHTMARGIN, 269
  96. TOPMARGIN, 7
  97. BOTTOMMARGIN, 133
  98. END
  99. IDD_FINISH_DLG, DIALOG
  100. BEGIN
  101. LEFTMARGIN, 7
  102. RIGHTMARGIN, 269
  103. TOPMARGIN, 7
  104. BOTTOMMARGIN, 133
  105. END
  106. IDD_GROUP_LIST_DIALOG, DIALOG
  107. BEGIN
  108. LEFTMARGIN, 7
  109. RIGHTMARGIN, 269
  110. TOPMARGIN, 7
  111. BOTTOMMARGIN, 133
  112. END
  113. IDD_LR_DIALOG, DIALOG
  114. BEGIN
  115. LEFTMARGIN, 7
  116. RIGHTMARGIN, 269
  117. TOPMARGIN, 7
  118. BOTTOMMARGIN, 133
  119. END
  120. END
  121. #endif // APSTUDIO_INVOKED
  122. /////////////////////////////////////////////////////////////////////////////
  123. //
  124. // Dialog
  125. //
  126. IDD_MACHINE_DLG DIALOG DISCARDABLE 0, 0, 276, 140
  127. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  128. CAPTION "Group Management Wizard"
  129. FONT 8, "MS Shell Dlg"
  130. BEGIN
  131. LTEXT "&Computer name:",IDC_STATIC,91,39,151,8
  132. EDITTEXT IDC_MACHINE_NAME,91,49,181,14,ES_AUTOHSCROLL
  133. CONTROL "Tree1",IDC_SERVER_TREE,"SysTreeView32",TVS_HASBUTTONS |
  134. TVS_HASLINES | TVS_LINESATROOT | WS_BORDER | WS_TABSTOP,
  135. 91,67,181,73
  136. LTEXT "Type the computer or domain name where you want to manage group accounts. Computer names are preceded by \\\\. Or select the computer or domain name from the list.",
  137. IDC_STATIC,91,0,182,34
  138. CONTROL 143,IDC_PICTURE_BOX,"Static",SS_BITMAP | SS_SUNKEN,0,0,
  139. 80,140
  140. END
  141. IDD_WELCOME_DLG DIALOG DISCARDABLE 0, 0, 276, 141
  142. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_DISABLED | WS_CAPTION
  143. CAPTION "Group Management Wizard"
  144. FONT 8, "MS Shell Dlg"
  145. BEGIN
  146. CONTROL 143,IDC_PICTURE_BOX,"Static",SS_BITMAP | SS_SUNKEN,0,0,
  147. 80,140
  148. LTEXT "",IDC_WELCOME,91,7,183,16
  149. LTEXT "With this wizard you can create a new group and add members to that group. You can also change the members in an existing group.",
  150. IDC_STATIC,91,27,178,24
  151. LTEXT "What do you want to do?",IDC_STATIC,91,66,81,8
  152. CONTROL "&Create a new group and add members",
  153. IDC_NEW_GROUP_RADIO,"Button",BS_AUTORADIOBUTTON |
  154. WS_GROUP,91,80,136,10
  155. CONTROL "&Modify an existing group",IDC_RADIO2,"Button",
  156. BS_AUTORADIOBUTTON,91,94,122,10
  157. END
  158. IDD_NAME_DLG DIALOG DISCARDABLE 0, 0, 276, 140
  159. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  160. CAPTION "Group Management Wizard"
  161. FONT 8, "MS Shell Dlg"
  162. BEGIN
  163. LTEXT "&Type the name you want to give this new group:",
  164. IDC_STATIC,92,14,178,8
  165. EDITTEXT IDC_GROUP_NAME,92,24,184,14,ES_AUTOHSCROLL
  166. LTEXT "Type a &description for this group (optional):",
  167. IDC_STATIC,92,59,177,8
  168. EDITTEXT IDC_DESCRIPTION,92,69,184,14,ES_AUTOHSCROLL
  169. CONTROL 143,IDC_PICTURE_BOX,"Static",SS_BITMAP | SS_SUNKEN,0,0,
  170. 80,140
  171. END
  172. IDD_GROUP_TYPE_DLG DIALOG DISCARDABLE 0, 0, 276, 140
  173. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  174. CAPTION "Group Management Wizard"
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. LTEXT "You can create two types of groups:",IDC_STATIC,91,6,
  178. 159,8
  179. CONTROL "&Global Group",IDC_GROUP_TYPE_RADIO,"Button",
  180. BS_AUTORADIOBUTTON | WS_GROUP,91,108,64,10
  181. CONTROL "&Local Group",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,91,
  182. 123,59,10
  183. LTEXT "A global group, which contains user accounts from the domain where it is created. A global group can be used in its own domain and in trusting domains.",
  184. IDC_STATIC,91,22,184,25
  185. CONTROL 143,IDC_PICTURE_BOX,"Static",SS_BITMAP,0,0,80,140
  186. LTEXT "A local group, which contains user and group accounts from its own domain and from trusted domains. A local group can only be used on servers in its own domain.",
  187. IDC_STATIC,91,56,183,25
  188. LTEXT "What type of group do you want to create?",IDC_STATIC,
  189. 91,88,136,8
  190. END
  191. IDD_LOCAL_USERS DIALOG DISCARDABLE 0, 0, 276, 140
  192. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  193. CAPTION "Group Management Wizard"
  194. FONT 8, "MS Shell Dlg"
  195. BEGIN
  196. LTEXT "&Domain",IDC_STATIC,0,24,59,8
  197. COMBOBOX IDC_DOMAIN_COMBO,0,34,89,61,CBS_DROPDOWNLIST | CBS_SORT |
  198. WS_VSCROLL | WS_TABSTOP
  199. LTEXT "A&vailable members:",IDC_STATIC,0,49,90,8
  200. LISTBOX IDC_AVAILABLE_LOCAL_USERS,0,59,89,81,LBS_SORT |
  201. LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | WS_VSCROLL |
  202. WS_TABSTOP
  203. LTEXT "Added &members:",IDC_STATIC,152,49,90,9
  204. LISTBOX IDC_ADDED_LOCAL_USERS,152,59,124,81,LBS_SORT |
  205. LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS |
  206. LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_TABSTOP
  207. PUSHBUTTON "&Add >",IDC_ADD_BUTTON,98,67,44,14,WS_DISABLED
  208. PUSHBUTTON "< &Remove",IDC_REMOVE_BUTTON,98,85,44,14,WS_DISABLED
  209. LTEXT "Select the user or group you want to have membership in the local group, then click Add. To add names from other domains, select a different domain name.",
  210. IDC_STATIC,0,0,275,24
  211. END
  212. IDD_GLOBAL_USERS DIALOG DISCARDABLE 0, 0, 276, 140
  213. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  214. CAPTION "Group Management Wizard"
  215. FONT 8, "MS Shell Dlg"
  216. BEGIN
  217. LTEXT "A&vailable members:",IDC_STATIC,0,25,62,8
  218. LISTBOX IDC_AVAILABLE_MEMBERS_LIST,0,35,99,105,LBS_SORT |
  219. LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS |
  220. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  221. LTEXT "&Selected members:",IDC_STATIC,177,25,61,8
  222. LISTBOX IDC_SELECTED_MEMBERS_LIST,176,35,99,105,LBS_SORT |
  223. LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS |
  224. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  225. PUSHBUTTON "&Add ->",IDC_ADD_BUTTON,113,54,50,14
  226. PUSHBUTTON "<- &Remove",IDC_REMOVE_BUTTON,113,73,50,14
  227. LTEXT "Select the user or group you want to have membership in the global group, then click Add.",
  228. IDC_STATIC,0,0,265,18
  229. END
  230. IDD_FINISH_DLG DIALOG DISCARDABLE 0, 0, 276, 140
  231. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  232. CAPTION "Group Management Wizard"
  233. FONT 8, "MS Shell Dlg"
  234. BEGIN
  235. LTEXT "",IDC_STATIC2,89,53,182,37
  236. LTEXT "",IDC_STATIC1,89,5,126,8
  237. LTEXT "Static",IDC_GROUP_TYPE_STATIC,89,18,181,8
  238. LTEXT "on",IDC_STATIC,89,29,9,8
  239. LTEXT "Static",IDC_LOCATION_STATIC,102,29,165,8
  240. END
  241. IDD_GROUP_LIST_DIALOG DIALOG DISCARDABLE 0, 0, 276, 140
  242. STYLE WS_POPUP | WS_CAPTION
  243. CAPTION "Group Management Wizard"
  244. FONT 8, "MS Shell Dlg"
  245. BEGIN
  246. LISTBOX IDC_GROUP_LIST,0,33,275,81,LBS_SORT |
  247. LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS |
  248. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  249. WS_TABSTOP
  250. PUSHBUTTON "&Add New",IDC_ADD_NEW_BUTTON,225,18,50,14,NOT
  251. WS_VISIBLE | WS_DISABLED
  252. PUSHBUTTON "&Delete",IDC_DELETE_BUTTON,225,120,50,14
  253. LTEXT "The following is a list of groups you can modify. To add or remove members in the group, select the group and click Next.",
  254. IDC_STATIC,0,0,275,16
  255. LTEXT "To delete a group, select the group and click Delete.",
  256. IDC_STATIC,0,122,193,8
  257. END
  258. IDD_LR_DIALOG DIALOG DISCARDABLE 0, 0, 276, 140
  259. STYLE WS_CHILD | WS_CAPTION
  260. CAPTION "Group Management Wizard"
  261. FONT 8, "MS Shell Dlg"
  262. BEGIN
  263. CONTROL "On &my computer",IDC_LOCAL_RADIO,"Button",
  264. BS_AUTORADIOBUTTON | WS_GROUP,91,35,155,10
  265. CONTROL "On &another computer or a domain",IDC_REMOTE_RADIO,
  266. "Button",BS_AUTORADIOBUTTON,91,51,147,10
  267. LTEXT "",IDC_STATIC1,91,9,137,19
  268. CONTROL 143,IDC_PICTURE_BOX,"Static",SS_BITMAP | SS_SUNKEN,0,0,
  269. 80,140
  270. END
  271. /////////////////////////////////////////////////////////////////////////////
  272. //
  273. // Bitmap
  274. //
  275. IDB_WORLD BITMAP DISCARDABLE "res\\world.bmp"
  276. IDB_USER_BITMAP BITMAP DISCARDABLE "res\\user.bmp"
  277. IDB_LOCAL_GROUP_BITMAP BITMAP DISCARDABLE "res\\group.bmp"
  278. IDB_GLOBAL_GROUP_BITMAP BITMAP DISCARDABLE "res\\global.bmp"
  279. IDB_LUSER_BITMAP BITMAP DISCARDABLE "res\\luser.bmp"
  280. IDB_NET_TREE BITMAP DISCARDABLE "res\\net_tree.bmp"
  281. IDB_BITMAP1 BITMAP DISCARDABLE "res\\groupb.bmp"
  282. IDB_END_FLAG BITMAP DISCARDABLE "res\\endflag.BMP"
  283. /////////////////////////////////////////////////////////////////////////////
  284. //
  285. // String Table
  286. //
  287. STRINGTABLE DISCARDABLE
  288. BEGIN
  289. IDS_GENERIC_NO_HEAP "There is insufficient memory to continue. This program will stop."
  290. IDS_GENERIC_NO_PDC "Unable to find a domain controller for this domain. Group and user lists are unavailable."
  291. IDS_GENERIC_BAD_MACHINE "Unable to find the computer. The selected computer is either offline or not a Windows NT Workstation or Windows NT Server."
  292. IDS_NO_GROUP_NAME "You must provide a group name."
  293. IDS_GROUP_INVALID_NAME "The name you typed is too long. Please provide a group name that is 20 characters or less. Names can contain any characters except: ? \\ * "" < > | / [ ] ; : , + ="
  294. IDS_DOMAIN_SET "The selected computer is a domain controller. Focus will be set to its affiliated primary domain."
  295. IDS_TREE_ROOT "Enterprise"
  296. IDS_NET_ERROR "IDS_NET_ERROR"
  297. IDS_NET_NO_SERVERS "No servers were found in the selected domain."
  298. IDS_ERROR "IDS_ERROR"
  299. IDS_GROUP_EXISTS "There is already a group by this name on the selected server. Please choose a different name."
  300. IDS_INSUFFICIENT_PERMISSION
  301. "You do not have permission to add a group to this server."
  302. IDS_CANT_ADD_NAMES "Unable to add names to the new group. An empty group will be created."
  303. IDS_LOCAL_GROUP "local group:"
  304. IDS_GLOBAL_GROUP "global group:"
  305. END
  306. STRINGTABLE DISCARDABLE
  307. BEGIN
  308. IDS_INVOKECMD_FAILED "InvokeCommand failed. hr = %lx"
  309. IDS_GETUIOBJOF_FAILED "GetUIObjectOf failed! hr = %lx"
  310. IDS_BAD_VERSION "You need to be running Windows NT version 4.00 in order to use this application."
  311. END
  312. STRINGTABLE DISCARDABLE
  313. BEGIN
  314. IDS_NO_MACHINE_NAME "Please enter a computer name or a domain name."
  315. IDS_SUCCESS "The group was created and all selected names were successfully added."
  316. IDS_NO_DC "Unable to find a domain controller for this domain."
  317. IDS_NO_GROUP_SELECTED "Please select a group."
  318. IDS_GROUP_DELETED "The selected group was successfully deleted."
  319. IDS_GROUP_NOT_DELETED "An error has occurred. The selected group was not deleted."
  320. END
  321. STRINGTABLE DISCARDABLE
  322. BEGIN
  323. IDP_OLE_INIT_FAILED "OLE initialization failed. Make sure that the OLE libraries are the correct version."
  324. END
  325. STRINGTABLE DISCARDABLE
  326. BEGIN
  327. AFX_IDS_APP_TITLE "Group Management Wizard"
  328. IDS_ANOTHER_TRY "Would you like to restart the wizard?"
  329. IDS_CREATE_TEXT "You are creating the following"
  330. IDS_MODIFY_TEXT "You are modifying the following"
  331. IDS_CREATE_TEXT2 "Click Finish to create the group or Cancel to exit the wizard without creating the group."
  332. IDS_MODIFY_TEXT2 "Click Finish to modify the group or Cancel to exit the wizard without modifying the group."
  333. IDS_WELCOME "Welcome to the Group Management Wizard"
  334. IDS_MODIFY3 "What is the location of this group?"
  335. IDS_CREATE3 "Where do you want to create this group?"
  336. IDS_SUCCESS_CREATE_RETRY
  337. "The group was successfully created. Would you like to restart the wizard?"
  338. IDS_CANT_ADD_NAMES_CREATE_RETRY
  339. "Unable to add names to the new group. An empty group will be created. Would you like to create another one?"
  340. IDS_SUCCESS_MODIFY_RETRY
  341. "The group was successfully modified. Would you like to restart the wizard?"
  342. IDS_CANT_ADD_NAMES_MODIFY_RETRY
  343. "Unable to modify the members of this group. Would you like to restart the wizard?"
  344. IDS_UNKNOWN_ERROR "An error has occurred. No changes to user groups will occur."
  345. IDS_DELETE_GROUP_CONFIRM
  346. "Are you sure you want to delete the selected group?"
  347. IDS_CANT_ADDNAME "An error has occurred while looking up account names. Not all of the selected names will be added to this group."
  348. END
  349. STRINGTABLE DISCARDABLE
  350. BEGIN
  351. IDS_CANT_GET_USERS "Unable to load the current members of the selected group."
  352. IDS_NO_WKSALLOWED "You must be logged onto a domain account to use this wizard with groups containing other domain accounts."
  353. IDS_GROUP " group:"
  354. END
  355. #endif // English (U.S.) resources
  356. /////////////////////////////////////////////////////////////////////////////
  357. #ifndef APSTUDIO_INVOKED
  358. /////////////////////////////////////////////////////////////////////////////
  359. //
  360. // Generated from the TEXTINCLUDE 3 resource.
  361. //
  362. #define _AFX_NO_SPLITTER_RESOURCES
  363. #define _AFX_NO_OLE_RESOURCES
  364. #define _AFX_NO_TRACKER_RESOURCES
  365. #define _AFX_NO_PROPERTY_RESOURCES
  366. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  367. #ifdef _WIN32
  368. LANGUAGE 9, 1
  369. #pragma code_page(1252)
  370. #endif
  371. #include "res\Romaine.rc2" // non-Microsoft Visual C++ edited resources
  372. #include "afxres.rc" // Standard components
  373. #endif
  374. /////////////////////////////////////////////////////////////////////////////
  375. #endif // not APSTUDIO_INVOKED