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.

420 lines
12 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "shlobjp.h"
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. #include "commctrl.h"
  14. #include "shellp.h"
  15. #include "cmnquryp.h"
  16. #include "dsqueryp.h"
  17. #include "query.h"
  18. #include "version.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Menu
  31. //
  32. IDR_FILEMENUGROUP MENU DISCARDABLE
  33. BEGIN
  34. POPUP "&File"
  35. BEGIN
  36. MENUITEM "&Close", CQID_FILE_CLOSE
  37. END
  38. END
  39. IDR_MENU_FILE MENU DISCARDABLE
  40. BEGIN
  41. POPUP "&File"
  42. BEGIN
  43. MENUITEM "P&roperties", DSQH_FILE_PROPERTIES
  44. MENUITEM SEPARATOR
  45. MENUITEM "S&ave Search...", DSQH_FILE_SAVEQUERY
  46. MENUITEM SEPARATOR
  47. END
  48. END
  49. IDR_MENU_VIEW MENU DISCARDABLE
  50. BEGIN
  51. POPUP "&View"
  52. BEGIN
  53. MENUITEM "&Filter", DSQH_VIEW_FILTER
  54. MENUITEM SEPARATOR
  55. MENUITEM "Lar&ge Icons", DSQH_VIEW_LARGEICONS
  56. MENUITEM "S&mall Icons", DSQH_VIEW_SMALLICONS
  57. MENUITEM "&List", DSQH_VIEW_LIST
  58. MENUITEM "&Details", DSQH_VIEW_DETAILS
  59. MENUITEM SEPARATOR
  60. MENUITEM "Arrange &Icons", DSQH_VIEW_ARRANGEICONS
  61. MENUITEM SEPARATOR
  62. MENUITEM "&Choose Columns...", DSQH_VIEW_PICKCOLUMNS
  63. MENUITEM "&Refresh", DSQH_VIEW_REFRESH
  64. END
  65. END
  66. IDR_MENU_HELP MENU DISCARDABLE
  67. BEGIN
  68. POPUP "&Help"
  69. BEGIN
  70. MENUITEM "&Help Topics", DSQH_HELP_CONTENTS
  71. MENUITEM "What's &This?", DSQH_HELP_WHATISTHIS
  72. END
  73. END
  74. IDR_VIEWBACKGROUND MENU DISCARDABLE
  75. BEGIN
  76. POPUP ""
  77. BEGIN
  78. POPUP "&View"
  79. BEGIN
  80. MENUITEM "&Filter", DSQH_VIEW_FILTER
  81. MENUITEM SEPARATOR
  82. MENUITEM "Lar&ge Icon", DSQH_VIEW_LARGEICONS
  83. MENUITEM "S&mall Icon", DSQH_VIEW_SMALLICONS
  84. MENUITEM "&List", DSQH_VIEW_LIST
  85. MENUITEM "&Details", DSQH_VIEW_DETAILS
  86. END
  87. MENUITEM SEPARATOR
  88. MENUITEM "Arrange &Icons", DSQH_VIEW_ARRANGEICONS
  89. END
  90. END
  91. IDR_MENU_EDIT MENU DISCARDABLE
  92. BEGIN
  93. POPUP "&Edit"
  94. BEGIN
  95. MENUITEM "Select &All", DSQH_EDIT_SELECTALL
  96. MENUITEM "&Invert Selection", DSQH_EDIT_INVERTSELECTION
  97. END
  98. END
  99. IDR_OP_STRING MENU DISCARDABLE
  100. BEGIN
  101. POPUP ""
  102. BEGIN
  103. MENUITEM "Contains", FILTER_CONTAINS
  104. MENUITEM "Does not contain", FILTER_NOTCONTAINS
  105. MENUITEM "Starts with", FILTER_STARTSWITH
  106. MENUITEM "Ends with", FILTER_ENDSWITH
  107. MENUITEM "Is (exactly)", FILTER_IS
  108. MENUITEM "Is not", FILTER_ISNOT
  109. MENUITEM SEPARATOR
  110. MENUITEM "Clear filter", DSQH_CLEARFILTER
  111. MENUITEM "Clear all filters", DSQH_CLEARALLFILTERS
  112. END
  113. END
  114. IDR_OP_NUMBER MENU DISCARDABLE
  115. BEGIN
  116. POPUP ""
  117. BEGIN
  118. MENUITEM "Equal to", FILTER_IS
  119. MENUITEM "Not equal to", FILTER_ISNOT
  120. MENUITEM "Less than or equal", FILTER_LESSEQUAL
  121. MENUITEM "Greater than or equal", FILTER_GREATEREQUAL
  122. MENUITEM SEPARATOR
  123. MENUITEM "Clear filter", DSQH_CLEARFILTER
  124. MENUITEM "Clear all filters", DSQH_CLEARALLFILTERS
  125. END
  126. END
  127. IDR_OP_OTHER MENU DISCARDABLE
  128. BEGIN
  129. POPUP ""
  130. BEGIN
  131. MENUITEM "Equal to", FILTER_IS
  132. MENUITEM "Not equal to", FILTER_ISNOT
  133. MENUITEM SEPARATOR
  134. MENUITEM "Clear filter", DSQH_CLEARFILTER
  135. MENUITEM "Clear all filters", DSQH_CLEARALLFILTERS
  136. END
  137. END
  138. /////////////////////////////////////////////////////////////////////////////
  139. //
  140. // Icon
  141. //
  142. // Icon with lowest ID value placed first to ensure application icon
  143. // remains consistent on all systems.
  144. IDI_FINDDS ICON DISCARDABLE "..\\res\\findds.ico"
  145. IDI_GLOBALCATALOG ICON DISCARDABLE "..\\res\\directory.ico"
  146. IDI_FINDPRINTER ICON DISCARDABLE "..\\res\\print.ico"
  147. IDI_FIND ICON DISCARDABLE "..\\res\\find.ico"
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // AVI
  151. //
  152. IDR_DSFINDANIMATION AVI DISCARDABLE "..\\res\\findds.avi"
  153. IDR_FINDANIMATION AVI DISCARDABLE "..\\res\\find.avi"
  154. /////////////////////////////////////////////////////////////////////////////
  155. //
  156. // REGINST
  157. //
  158. REGINST REGINST DISCARDABLE "selfreg.inf"
  159. #ifdef APSTUDIO_INVOKED
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // TEXTINCLUDE
  163. //
  164. 1 TEXTINCLUDE DISCARDABLE
  165. BEGIN
  166. "resource.h\0"
  167. END
  168. 2 TEXTINCLUDE DISCARDABLE
  169. BEGIN
  170. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  171. "#include ""windows.h""\r\n"
  172. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  173. "#include ""commctrl.h""\r\n"
  174. "#include ""shellp.h""\r\n"
  175. "#include ""cmnquryp.h""\r\n"
  176. "#include ""dsqueryp.h""\r\n"
  177. "#include ""query.h""\r\n"
  178. "#include ""version.h""\r\n"
  179. "\0"
  180. END
  181. 3 TEXTINCLUDE DISCARDABLE
  182. BEGIN
  183. "\r\n"
  184. "\0"
  185. END
  186. #endif // APSTUDIO_INVOKED
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // String Table
  190. //
  191. STRINGTABLE DISCARDABLE
  192. BEGIN
  193. IDS_ARRANGEBY_HELP "Sort the items by %s."
  194. IDS_FIND "&Find..."
  195. IDS_FINDINDIRECTORY "In the %1!s!"
  196. IDS_SINGLESEL "%1!s!"
  197. IDS_LARGESEL "%1!s!, ..."
  198. END
  199. STRINGTABLE DISCARDABLE
  200. BEGIN
  201. IDS_STARTFINDCAPTION "Find in the %1!s!"
  202. IDS_FINDHELP "Search the Directory for objects"
  203. END
  204. STRINGTABLE DISCARDABLE
  205. BEGIN
  206. IDS_SAVEFILTER "Directory Search\n*.qds\n\n"
  207. IDS_SAVETITLE "Save Directory Search As"
  208. IDS_DSQ "Directory Search"
  209. IDS_NOTHINGFOUND "No items match the current search"
  210. IDS_SEARCHING "Searching..."
  211. IDS_FILTERING "Filtering results..."
  212. IDS_FOUNDITEMS "%1!d! item(s) found"
  213. IDS_FOUNDITEMSHIDDEN "%1!d! item(s) found and %2!d! filtered from view"
  214. IDS_ARRANGEBY "By %s"
  215. IDS_INITALIZING "Preparing to search"
  216. END
  217. STRINGTABLE DISCARDABLE
  218. BEGIN
  219. IDS_FINDUSER "Users, Contacts, and Groups"
  220. IDS_FINDPRINTERS "Printers"
  221. IDS_FINDCOMPUTER "Computers"
  222. IDS_FINDSHAREDFOLDERS "Shared Folders"
  223. IDS_FINDOU "Organizational Units"
  224. IDS_CUSTOMSEARCH "Custom Search"
  225. IDS_FINDDOMCTL "Domain Controllers"
  226. IDS_FINDFRSMEMBER "FRS Members"
  227. IDS_FINDPRINTERS_MUI "Find P&rinters..."
  228. END
  229. STRINGTABLE DISCARDABLE
  230. BEGIN
  231. IDS_WINDOWTITLE "Find in the Directory"
  232. IDS_BROWSEPROMPT "Select the folder where you want to begin the search"
  233. IDS_GENERAL "General"
  234. IDS_CUSTOM "Custom"
  235. IDS_ADVANCED "Advanced"
  236. IDS_MORECHOICES "Features"
  237. IDS_GLOBALCATALOG "Entire %1!s!"
  238. IDS_ENTERCRITERIA "Do you wish to add the current criteria to your search?"
  239. END
  240. STRINGTABLE DISCARDABLE
  241. BEGIN
  242. IDS_SELECT "Select"
  243. IDS_CRITERIAEMPTY "<Add criteria from above to this list>"
  244. END
  245. STRINGTABLE DISCARDABLE
  246. BEGIN
  247. IDS_CN "Name"
  248. IDS_OWNER "Owner"
  249. IDS_MACHINEROLE "Machine Role"
  250. IDS_DESCRIPTION "Description"
  251. END
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254. IDS_ADSPATH "Published At"
  255. IDS_OBJECTCLASS "Type"
  256. IDS_KEYWORDS "Keywords"
  257. IDS_UNCNAME "Share Name"
  258. IDS_LOCATION "Location"
  259. IDS_MODEL "Model"
  260. IDS_CONTACTNAME "Contact Name"
  261. IDS_COMMENT "Comment"
  262. IDS_SERVERNAME "Server Name"
  263. IDS_SITE "Site"
  264. IDS_DOMAIN "Domain"
  265. END
  266. STRINGTABLE DISCARDABLE
  267. BEGIN
  268. IDS_32000 "32000"
  269. IDS_ANY "Any"
  270. IDS_WKSSERVER "Workstations and Servers"
  271. IDS_DC "Domain Controller"
  272. IDS_WKSORSERVER "Workstation or Server"
  273. END
  274. STRINGTABLE DISCARDABLE
  275. BEGIN
  276. IDS_72 "72"
  277. IDS_144 "144"
  278. IDS_300 "300"
  279. IDS_600 "600"
  280. IDS_1200 "1200"
  281. IDS_2400 "2400"
  282. IDS_4800 "4800"
  283. IDS_9600 "9600"
  284. END
  285. STRINGTABLE DISCARDABLE
  286. BEGIN
  287. DSQH_EDIT_SELECTALL "Select all items in the window."
  288. DSQH_EDIT_INVERTSELECTION
  289. "Reverse which items are selected and which are not."
  290. END
  291. STRINGTABLE DISCARDABLE
  292. BEGIN
  293. DSQH_FILE_PROPERTIES "Displays the properties of the selected items."
  294. DSQH_FILE_SAVEQUERY "Saves the current search criteria."
  295. END
  296. STRINGTABLE DISCARDABLE
  297. BEGIN
  298. DSQH_BG_SELECT "Invokes the current selection."
  299. END
  300. STRINGTABLE DISCARDABLE
  301. BEGIN
  302. DSQH_HELP_CONTENTS "Opens Help."
  303. DSQH_HELP_WHATISTHIS "Let's you click on any item for additional help."
  304. END
  305. STRINGTABLE DISCARDABLE
  306. BEGIN
  307. DSQH_VIEW_FILTER "Toggles the filter bar on and off."
  308. DSQH_VIEW_LARGEICONS "Displays items using large icons."
  309. DSQH_VIEW_SMALLICONS "Displays items using small icons."
  310. DSQH_VIEW_LIST "Displays items in a list."
  311. DSQH_VIEW_DETAILS "Displays information about each item in the window."
  312. DSQH_VIEW_ARRANGEICONS "Contains commands for arranging the items in the window."
  313. DSQH_VIEW_REFRESH "Refresh the current results."
  314. DSQH_VIEW_PICKCOLUMNS "Pick the properties to display for each item in the window."
  315. END
  316. STRINGTABLE DISCARDABLE
  317. BEGIN
  318. IDS_IS "Is (exactly)"
  319. IDS_ISNOT "Is not"
  320. IDS_STARTSWITH "Starts with"
  321. IDS_ENDSWITH "Ends with"
  322. IDS_GREATERTHAN "Greater than or equal to"
  323. IDS_LESSTHAN "Less than or equal to"
  324. IDS_DEFINED "Present"
  325. IDS_NOTDEFINED "Not present"
  326. IDS_ISTRUE "Is TRUE"
  327. IDS_ISFALSE "Is FALSE"
  328. END
  329. STRINGTABLE DISCARDABLE
  330. BEGIN
  331. IDS_ERR_NOSCOPES "The Directory Service is currently unavailable."
  332. IDS_ERR_BADDSQ """%1!s!"" is not accessible. The file contents may be corrupt, or the file may not be a valid Directory Service query."
  333. IDS_ERR_MAXRESULT "The number of objects found exceeds the maximum allowed. Please refine your search."
  334. END
  335. STRINGTABLE DISCARDABLE
  336. BEGIN
  337. IDS_PRINT_WORKING_TEXT "Checking..."
  338. END
  339. STRINGTABLE DISCARDABLE
  340. BEGIN
  341. IDS_CLEARCURRENT "This will clear your current search results."
  342. IDS_FRAMETITLE "Find %s"
  343. IDS_INITIALIZING "Initializing..."
  344. END
  345. STRINGTABLE DISCARDABLE
  346. BEGIN
  347. CQID_FILE_CLOSE "Closes the window."
  348. END
  349. STRINGTABLE DISCARDABLE
  350. BEGIN
  351. IDS_ERR_NOPARAMS "You need to enter a search criteria using the query form."
  352. END
  353. #endif // English (U.S.) resources
  354. /////////////////////////////////////////////////////////////////////////////
  355. #ifndef APSTUDIO_INVOKED
  356. /////////////////////////////////////////////////////////////////////////////
  357. //
  358. // Generated from the TEXTINCLUDE 3 resource.
  359. //
  360. /////////////////////////////////////////////////////////////////////////////
  361. #endif // not APSTUDIO_INVOKED