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.

1282 lines
57 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. #include "chooserd.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""afxres.h""\r\n"
  32. "#include ""chooserd.h""\0"
  33. END
  34. #endif // APSTUDIO_INVOKED
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Dialog
  38. //
  39. IDD_SERVICE_REBOOT_COMPUTER DIALOG DISCARDABLE 30, 30, 252, 148
  40. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  41. CAPTION "Restart Computer Options"
  42. FONT 8, "MS Shell Dlg"
  43. BEGIN
  44. LTEXT "&Restart computer after:",
  45. IDC_STATIC_REBOOT_COMPUTER_DELAY,7,10,73,8
  46. EDITTEXT IDC_EDIT_REBOOT_COMPUTER_DELAY,92,7,30,14,ES_AUTOHSCROLL |
  47. ES_NUMBER
  48. LTEXT "minutes",IDC_STATIC_MINUTES,130,10,46,8
  49. CONTROL "&Before restart, send this message to computers on the network:",
  50. IDC_REBOOT_MESSAGE_CHECKBOX,"Button",BS_AUTOCHECKBOX |
  51. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,35,237,10
  52. EDITTEXT IDC_EDIT_REBOOT_MESSAGE,19,47,225,65,ES_MULTILINE |
  53. ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
  54. DEFPUSHBUTTON "OK",IDOK,140,127,50,14
  55. PUSHBUTTON "Cancel",IDCANCEL,194,127,50,14
  56. END
  57. IDD_PROPPAGE_SERVICE_GENERAL DIALOGEX 0, 0, 252, 218
  58. STYLE DS_CONTEXTHELP | WS_CHILD | WS_DISABLED | WS_CAPTION
  59. CAPTION "General"
  60. FONT 8, "MS Shell Dlg"
  61. BEGIN
  62. LTEXT "Service name:",IDC_STATIC_SERVICE_NAME_STATIC,7,9,58,8
  63. LTEXT "",IDC_STATIC_SERVICE_NAME,67,9,178,8
  64. LTEXT "Display &name:",IDC_STATIC_DISPLAY_NAME,7,28,57,8
  65. #ifdef EDIT_DISPLAY_NAME_373025
  66. EDITTEXT IDC_EDIT_DISPLAY_NAME,67,25,178,14,ES_AUTOHSCROLL
  67. #else
  68. EDITTEXT IDC_EDIT_DISPLAY_NAME,67,25,178,14,ES_AUTOHSCROLL |
  69. ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE
  70. #endif // EDIT_DISPLAY_NAME_373025
  71. LTEXT "&Description:",IDC_STATIC_DESCRIPTION,7,46,57,8
  72. EDITTEXT IDC_EDIT_DESCRIPTION,67,43,178,22,ES_MULTILINE |
  73. #ifdef EDIT_DISPLAY_NAME_373025
  74. ES_AUTOVSCROLL | WS_VSCROLL
  75. #else
  76. ES_AUTOVSCROLL | WS_VSCROLL |
  77. ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE
  78. #endif // EDIT_DISPLAY_NAME_373025
  79. LTEXT "Pat&h to executable:",
  80. IDC_STATIC_PATH_TO_EXECUTABLE_STATIC,7,72,65,8
  81. EDITTEXT IDC_STATIC_PATH_TO_EXECUTABLE,7,82,238,12,ES_AUTOHSCROLL |
  82. ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE
  83. LTEXT "Startup typ&e:",IDC_STATIC_STARTUP_TYPE,7,105,41,8
  84. COMBOBOX IDC_COMBO_STARTUP_TYPE,67,103,178,77,CBS_DROPDOWNLIST |
  85. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  86. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,130,237,1
  87. LTEXT "Service status:",IDC_STATIC_CURRENT_STATUS_STATIC,7,137,
  88. 58,8
  89. LTEXT "Stopped",IDC_STATIC_CURRENT_STATUS,67,137,178,8,
  90. SS_NOPREFIX
  91. PUSHBUTTON "&Start",IDC_BUTTON_START,7,152,56,14
  92. PUSHBUTTON "S&top",IDC_BUTTON_STOP,67,152,56,14
  93. PUSHBUTTON "&Pause",IDC_BUTTON_PAUSE,127,152,57,14
  94. PUSHBUTTON "&Resume",IDC_BUTTON_RESUME,189,152,56,14
  95. LTEXT "You can specify the start parameters that apply when you start the service from here.",
  96. IDC_STATIC,7,173,238,16
  97. LTEXT "Start para&meters:",IDC_STATIC_STARTUP_PARAMETERS,7,199,
  98. 72,8
  99. EDITTEXT IDC_EDIT_STARTUP_PARAMETERS,79,196,166,14,ES_AUTOHSCROLL
  100. END
  101. IDD_PROPPAGE_SERVICE_HWPROFILE DIALOG DISCARDABLE 0, 0, 252, 218
  102. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  103. CAPTION "Log On"
  104. FONT 8, "MS Shell Dlg"
  105. BEGIN
  106. LTEXT "Log on as:",IDC_STATIC,7,7,238,8
  107. CONTROL "&Local System account",IDC_RADIO_LOGONAS_SYSTEMACCOUNT,
  108. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  109. WS_GROUP | WS_TABSTOP,7,22,238,10
  110. CONTROL "&This account:",IDC_RADIO_LOGONAS_THIS_ACCOUNT,"Button",
  111. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,52,80,10
  112. CONTROL "Allo&w service to interact with desktop",
  113. IDC_CHECK_SERVICE_INTERACT_WITH_DESKTOP,"Button",
  114. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
  115. WS_TABSTOP,18,34,227,10
  116. EDITTEXT IDC_EDIT_ACCOUNTNAME,87,50,103,14,ES_AUTOHSCROLL |
  117. WS_GROUP
  118. PUSHBUTTON "&Browse...",IDC_BUTTON_CHOOSE_USER,195,50,50,14
  119. LTEXT "&Password:",IDC_STATIC_PASSWORD,18,71,69,8,WS_DISABLED
  120. EDITTEXT IDC_EDIT_PASSWORD,87,68,104,14,ES_PASSWORD |
  121. ES_AUTOHSCROLL
  122. LTEXT "&Confirm password:",IDC_STATIC_PASSWORD_CONFIRM,18,89,
  123. 69,8,WS_DISABLED
  124. EDITTEXT IDC_EDIT_PASSWORD_CONFIRM,87,86,104,14,ES_PASSWORD |
  125. ES_AUTOHSCROLL
  126. LTEXT "&You can enable or disable this service for the hardware profiles listed below:",
  127. IDC_STATIC,7,114,238,8
  128. CONTROL "List2",IDC_LIST_HARDWARE_PROFILES,"SysListView32",
  129. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  130. LVS_NOSORTHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,7,
  131. 124,238,65
  132. PUSHBUTTON "&Enable",IDC_BUTTON_ENABLE,141,197,50,14,WS_DISABLED
  133. PUSHBUTTON "&Disable",IDC_BUTTON_DISABLE,195,197,50,14,WS_DISABLED
  134. END
  135. IDD_PROPPAGE_SERVICE_RECOVERY DIALOG DISCARDABLE 0, 0, 252, 218
  136. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  137. CAPTION "Recovery"
  138. FONT 8, "MS Shell Dlg"
  139. BEGIN
  140. LTEXT "Select the computer's response if this service fails.",
  141. IDC_STATIC_FAILURE_ACTIONS,7,7,238,8
  142. LTEXT "&First failure:",IDC_STATIC_FIRST_ATTEMPT,7,24,92,8
  143. COMBOBOX IDC_COMBO_FIRST_ATTEMPT,104,22,141,147,CBS_DROPDOWNLIST |
  144. WS_VSCROLL | WS_TABSTOP
  145. LTEXT "&Second failure:",IDC_STATIC_SECOND_ATTEMPT,7,41,92,8
  146. COMBOBOX IDC_COMBO_SECOND_ATTEMPT,104,39,141,147,CBS_DROPDOWNLIST |
  147. WS_VSCROLL | WS_TABSTOP
  148. LTEXT "S&ubsequent failures:",IDC_STATIC_SUBSEQUENT_ATTEMPTS,7,
  149. 58,92,8
  150. COMBOBOX IDC_COMBO_SUBSEQUENT_ATTEMPTS,104,56,141,147,
  151. CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  152. LTEXT "Reset fail c&ount after:",IDC_STATIC_RESET_FAIL_COUNT,7,
  153. 75,92,8
  154. EDITTEXT IDC_EDIT_SERVICE_RESET_ABEND_COUNT,104,73,40,13,
  155. ES_AUTOHSCROLL | ES_NUMBER
  156. LTEXT "days",IDC_STATIC,150,75,95,8
  157. LTEXT "Restart ser&vice after:",IDC_STATIC_RESTARTSERVICE,7,92,
  158. 92,8
  159. EDITTEXT IDC_EDIT_SERVICE_RESTART_DELAY,104,90,40,13,
  160. ES_AUTOHSCROLL | ES_NUMBER
  161. LTEXT "minutes",IDC_STATIC_RESTARTSERVICE_3,150,92,95,8
  162. GROUPBOX "Run program",IDC_STATIC_RUNFILE_1,7,108,238,80
  163. LTEXT "&Program:",IDC_STATIC_RUNFILE_2,16,121,168,8
  164. EDITTEXT IDC_EDIT_RUNFILE_FILENAME,16,131,165,14,ES_AUTOHSCROLL
  165. PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,186,131,50,14
  166. LTEXT "&Command line parameters:",IDC_STATIC_RUNFILE_3,16,155,
  167. 108,8
  168. EDITTEXT IDC_EDIT_RUNFILE_PARAMETERS,126,152,110,14,
  169. ES_AUTOHSCROLL
  170. CONTROL "Append fail count to &end of command line (/fail=%1%)",
  171. IDC_CHECK_APPEND_ABENDNO,"Button",BS_AUTOCHECKBOX |
  172. BS_TOP | BS_MULTILINE | WS_TABSTOP,16,171,219,10
  173. PUSHBUTTON "&Restart Computer Options...",
  174. IDC_BUTTON_REBOOT_COMPUTER,112,197,133,14
  175. END
  176. IDD_PROPPAGE_SERVICE_RECOVERY2 DIALOG DISCARDABLE 0, 0, 252, 218
  177. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  178. CAPTION "Recovery"
  179. FONT 8, "MS Shell Dlg"
  180. BEGIN
  181. LTEXT "If this service fails, the computer will restart.\nRecovery actions are not supported for this service.",
  182. -1,7,90,238,50,SS_CENTER
  183. END
  184. IDD_SERVICE_CONTROL_PROGRESS DIALOG DISCARDABLE 15, 50, 252, 89
  185. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  186. CAPTION "Service Control"
  187. FONT 8, "MS Shell Dlg"
  188. BEGIN
  189. LTEXT "Contacting Service Control Manager",
  190. IDC_STATIC_ACTION_MSG,7,7,238,8,SS_NOPREFIX
  191. LTEXT "Service Name",IDC_STATIC_SERVICENAME_MSG,7,22,238,16
  192. CONTROL "",IDC_PROGRESS,"msctls_progress32",0x0,7,45,238,14
  193. PUSHBUTTON "&Close",IDCANCEL,100,68,50,14
  194. END
  195. IDD_SERVICE_STOP_DEPENDENCIES DIALOG DISCARDABLE 70, 50, 252, 150
  196. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  197. CAPTION "Stop Other Services"
  198. FONT 8, "MS Shell Dlg"
  199. BEGIN
  200. ICON IDI_ICON_WARNING,IDC_STATIC,7,7,20,20
  201. LTEXT "The following services will also be stopped...",
  202. IDC_STATIC_STOP_SERVICES,35,7,182,28
  203. LISTBOX IDC_LIST_SERVICES,35,42,182,57,LBS_NOINTEGRALHEIGHT |
  204. LBS_NOSEL | WS_VSCROLL | WS_TABSTOP
  205. LTEXT "Do you want to stop these services?",
  206. IDC_STATIC_STOP_SERVICES_QUERY,35,106,182,8
  207. DEFPUSHBUTTON "&Yes",IDOK,74,129,50,14
  208. PUSHBUTTON "&No",IDCANCEL,128,129,50,14
  209. END
  210. IDD_SHAREPROP_GENERAL DIALOG DISCARDABLE 0, 0, 252, 218
  211. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  212. CAPTION "General"
  213. FONT 8, "MS Shell Dlg"
  214. BEGIN
  215. LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8
  216. EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL |
  217. ES_READONLY
  218. LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8
  219. EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL |
  220. ES_READONLY
  221. LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8
  222. EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL
  223. GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP
  224. CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button",
  225. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8
  226. CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button",
  227. BS_AUTORADIOBUTTON,12,115,110,8
  228. EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP
  229. CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32",
  230. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  231. UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12
  232. END
  233. IDD_SHAREPROP_GENERAL_SMB DIALOG DISCARDABLE 0, 0, 252, 196
  234. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  235. CAPTION "General"
  236. FONT 8, "MS Shell Dlg"
  237. BEGIN
  238. LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8
  239. EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL |
  240. ES_READONLY
  241. LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8
  242. EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL |
  243. ES_READONLY
  244. LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8
  245. EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL
  246. GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP
  247. CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button",
  248. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8
  249. CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button",
  250. BS_AUTORADIOBUTTON,12,115,110,8
  251. EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP
  252. CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32",
  253. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  254. UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12
  255. PUSHBUTTON "Cac&hing...",IDC_CACHING,195,143,50,14
  256. END
  257. IDD_SHAREPROP_GENERAL_SFM DIALOG DISCARDABLE 0, 0, 252, 218
  258. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  259. CAPTION "General"
  260. FONT 8, "MS Shell Dlg"
  261. BEGIN
  262. LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8
  263. EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL |
  264. ES_READONLY
  265. LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8
  266. EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL |
  267. ES_READONLY
  268. LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8
  269. EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL
  270. GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP
  271. CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button",
  272. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8
  273. CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button",
  274. BS_AUTORADIOBUTTON,12,115,110,8
  275. EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP
  276. CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32",
  277. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  278. UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12
  279. GROUPBOX "SFM Volume Security:",IDC_SFM_GROUPBOX,7,141,238,64
  280. LTEXT "Pa&ssword:",IDC_SFM_STATIC1,13,155,42,8
  281. EDITTEXT IDC_SFM_EDIT_PASSWORD,61,154,176,12,ES_PASSWORD |
  282. ES_AUTOHSCROLL
  283. CONTROL "&This volume is read-only",IDC_SFM_CHECK_READONLY,
  284. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,171,219,8
  285. CONTROL "&Guests can use this volume",IDC_SFM_CHECK_GUESTS,
  286. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,186,218,8
  287. END
  288. IDD_SHAREPROP_PUBLISH DIALOG DISCARDABLE 0, 0, 251, 218
  289. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  290. CAPTION "Publish"
  291. FONT 8, "MS Shell Dlg"
  292. BEGIN
  293. CONTROL "&Publish this share in Active Directory",
  294. IDC_CHECK_SHRPUB_PUBLISH,"Button",BS_AUTOCHECKBOX |
  295. WS_TABSTOP,7,7,144,12
  296. LTEXT "Path to shared &folder:",IDC_LABEL_SHRPUB_UNCPATH,17,23,217,10
  297. EDITTEXT IDC_EDIT_SHRPUB_UNCPATH,17,33,217,14,ES_AUTOHSCROLL |
  298. ES_READONLY
  299. LTEXT "&Description:",IDC_LABEL_SHRPUB_DESCRIPTION,17,51,217,
  300. 10
  301. EDITTEXT IDC_EDIT_SHRPUB_DESCRIPTION,17,61,217,14,ES_AUTOHSCROLL
  302. LTEXT "&Owner (e.g., [email protected] or redmond\\JeffSmith):",
  303. IDC_LABEL_SHRPUB_MANAGEDBY,17,79,217,18
  304. EDITTEXT IDC_EDIT_SHRPUB_MANAGEDBY,17,97,217,14,ES_AUTOHSCROLL
  305. LTEXT "&Keywords:",IDC_LABEL_SHRPUB_KEYWORDS,17,115,217,10
  306. EDITTEXT IDC_EDIT_SHRPUB_KEYWORDS,17,125,161,14,ES_AUTOHSCROLL |
  307. ES_READONLY
  308. PUSHBUTTON "&Edit...",IDC_BUTTON_SHRPUB_CHANGE,184,125,50,14
  309. LTEXT "",IDC_STATIC_SHRPUB_ERRORMSG,7,7,237,51
  310. END
  311. IDD_FILE_FILEMANAGEMENT_GENERAL DIALOG DISCARDABLE 0, 0, 331, 157
  312. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  313. CAPTION "Shared Folders"
  314. FONT 8, "MS Shell Dlg"
  315. BEGIN
  316. LTEXT "Select the computer you want this snap-in to manage.",
  317. IDC_CHOOSER_STATIC,7,6,317,8
  318. GROUPBOX "This snap-in will always manage:",
  319. IDC_CHOOSER_GROUP_TARGET_MACHINE,7,20,317,76
  320. CONTROL "&Local computer: (the computer this console is running on)",
  321. IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
  322. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,34,297,10
  323. CONTROL "A&nother computer:",IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,
  324. "Button",BS_AUTORADIOBUTTON,16,51,83,10
  325. EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,102,50,154,12,
  326. ES_AUTOHSCROLL
  327. PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,262,
  328. 49,53,14
  329. CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.",
  330. IDC_CHOOSER_CHECK_OVERRIDE_MACHINE_NAME,"Button",
  331. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
  332. 71,296,20
  333. GROUPBOX "View",IDC_GROUP_VIEW,7,102,317,46,WS_GROUP
  334. CONTROL "&All",IDC_RADIO_ALL,"Button",BS_AUTORADIOBUTTON |
  335. WS_GROUP | WS_TABSTOP,21,117,41,10
  336. CONTROL "S&hares",IDC_RADIO_SHARES,"Button",BS_AUTORADIOBUTTON,
  337. 21,131,54,10
  338. CONTROL "S&essions",IDC_RADIO_SESSIONS,"Button",
  339. BS_AUTORADIOBUTTON,133,117,60,10
  340. CONTROL "&Open Files",IDC_RADIO_RESOURCES,"Button",
  341. BS_AUTORADIOBUTTON,133,131,64,10
  342. END
  343. IDP_SFM_SESSIONS DIALOG DISCARDABLE 6, 20, 252, 218
  344. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  345. CAPTION "Sessions"
  346. FONT 8, "MS Shell Dlg"
  347. BEGIN
  348. GROUPBOX "Usage Summary",IDC_STATIC,7,7,238,61
  349. LTEXT "Sessions:",IDC_STATIC,13,20,31,8
  350. LTEXT "Static",IDC_STATIC_SESSIONS,129,20,41,8
  351. LTEXT "Open File Forks:",IDC_STATIC,13,35,52,8
  352. LTEXT "Static",IDC_STATIC_FORKS,129,35,41,8
  353. LTEXT "File Locks:",IDC_STATIC,13,50,35,8
  354. LTEXT "Static",IDC_STATIC_FILE_LOCKS,129,50,41,8
  355. GROUPBOX "Send message to all Macintosh users of this system",
  356. IDC_STATIC,7,79,238,111
  357. LTEXT "&Message:",IDC_STATIC,17,93,45,10
  358. EDITTEXT IDC_EDIT_MESSAGE,16,106,220,53,ES_MULTILINE |
  359. ES_WANTRETURN
  360. PUSHBUTTON "&Send",IDC_BUTTON_SEND,186,169,50,14
  361. END
  362. IDP_SFM_FILE_ASSOCIATION DIALOG DISCARDABLE 0, 0, 252, 218
  363. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  364. CAPTION "File Association"
  365. FONT 8, "MS Shell Dlg"
  366. BEGIN
  367. LTEXT "&Files with MS-DOS Extension:",IDC_STATIC,7,14,100,8
  368. COMBOBOX IDC_COMBO_EXTENSION,110,12,70,80,CBS_DROPDOWN | CBS_SORT |
  369. WS_VSCROLL | WS_TABSTOP
  370. PUSHBUTTON "A&ssociate",IDC_BUTTON_ASSOCIATE,190,11,51,15,WS_GROUP
  371. GROUPBOX "With Macintosh Document Creator and Type",IDC_STATIC,7,
  372. 35,238,158
  373. CONTROL "List1",IDC_LIST_TYPE_CREATORS,"SysListView32",
  374. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  375. WS_BORDER | WS_TABSTOP,13,49,226,117
  376. PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,67,173,50,14,WS_GROUP
  377. PUSHBUTTON "De&lete",IDC_BUTTON_DELETE,125,173,50,14
  378. PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,183,173,50,14
  379. END
  380. IDP_SFM_CONFIGURATION DIALOG DISCARDABLE 6, 20, 252, 218
  381. STYLE DS_MODALFRAME | WS_POPUP | WS_DISABLED | WS_CAPTION
  382. CAPTION "Configuration"
  383. FONT 8, "MS Shell Dlg"
  384. BEGIN
  385. LTEXT "Server &name for AppleTalk workstations:",IDC_STATIC,7,
  386. 7,132,8
  387. EDITTEXT IDC_EDIT_SERVER_NAME,7,17,164,14,ES_AUTOHSCROLL
  388. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,37,238,1
  389. LTEXT "Logon &Message:",IDC_STATIC,7,43,55,8
  390. EDITTEXT IDC_EDIT_LOGON_MESSAGE,7,53,238,46,ES_MULTILINE |
  391. ES_WANTRETURN
  392. GROUPBOX "Security",IDC_STATIC,7,108,238,48
  393. CONTROL "Allow &workstations to save password",
  394. IDC_CHECK_SAVE_PASSWORD,"Button",BS_AUTOCHECKBOX |
  395. WS_TABSTOP,13,118,137,13
  396. LTEXT "&Enable authentication:",IDC_STATIC,13,136,78,8
  397. COMBOBOX IDC_COMBO_AUTHENTICATION,93,134,136,67,CBS_DROPDOWNLIST |
  398. WS_VSCROLL | WS_TABSTOP
  399. GROUPBOX "Sessions",IDC_STATIC,7,166,238,45
  400. RADIOBUTTON "&Unlimited",IDC_RADIO_SESSION_UNLIMITED,13,178,50,10,
  401. WS_GROUP | WS_TABSTOP
  402. RADIOBUTTON "&Limited to:",IDC_RADIO_SESSSION_LIMIT,13,192,47,10
  403. EDITTEXT IDC_EDIT_SESSION_LIMIT,67,190,48,14,ES_AUTOHSCROLL |
  404. ES_NUMBER | WS_GROUP
  405. END
  406. IDD_SFM_TYPE_CREATOR_EDIT DIALOGEX 6, 20, 208, 86
  407. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  408. EXSTYLE WS_EX_CONTEXTHELP
  409. CAPTION "Edit Document Type"
  410. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  411. BEGIN
  412. LTEXT "Creator:",IDC_STATIC,7,13,30,8
  413. LTEXT "Static",IDC_STATIC_CREATOR,40,13,48,8
  414. LTEXT "File Type:",IDC_STATIC,104,13,39,8
  415. LTEXT "Static",IDC_STATIC_FILE_TYPE,144,13,48,8
  416. LTEXT "&Description:",IDC_STATIC,7,39,47,8
  417. EDITTEXT IDC_EDIT_DESCRIPTION,55,36,139,14,ES_AUTOHSCROLL
  418. DEFPUSHBUTTON "OK",IDOK,56,65,40,14,WS_GROUP
  419. PUSHBUTTON "Cancel",IDCANCEL,112,65,40,14
  420. END
  421. IDD_SFM_TYPE_CREATOR_ADD DIALOGEX 6, 20, 208, 86
  422. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  423. EXSTYLE WS_EX_CONTEXTHELP
  424. CAPTION "Add Document Type"
  425. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  426. BEGIN
  427. LTEXT "&Creator:",IDC_STATIC,7,13,30,8
  428. COMBOBOX IDC_COMBO_CREATOR,41,11,48,68,CBS_DROPDOWN | CBS_SORT |
  429. WS_VSCROLL | WS_TABSTOP
  430. LTEXT "&File Type:",IDC_STATIC,104,13,32,8
  431. COMBOBOX IDC_COMBO_FILE_TYPE,146,11,48,68,CBS_DROPDOWN | CBS_SORT |
  432. WS_VSCROLL | WS_TABSTOP
  433. LTEXT "&Description:",IDC_STATIC,7,39,40,8
  434. EDITTEXT IDC_EDIT_DESCRIPTION,55,36,139,14,ES_AUTOHSCROLL
  435. DEFPUSHBUTTON "OK",IDOK,56,65,40,14,WS_GROUP
  436. PUSHBUTTON "Cancel",IDCANCEL,112,65,40,14
  437. END
  438. IDD_MVSTRINGEDIT DIALOG DISCARDABLE 0, 0, 227, 154
  439. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  440. EXSTYLE WS_EX_CONTEXTHELP
  441. CAPTION "Change"
  442. FONT 8, "MS Shell Dlg"
  443. BEGIN
  444. LTEXT "Type the information, and then click Add.",
  445. IDC_MVSTRINGEDIT_TEXT,7,7,213,23
  446. EDITTEXT IDC_MVSTRINGEDIT_STRING,7,30,159,14,ES_AUTOHSCROLL
  447. PUSHBUTTON "&Add",IDC_MVSTRINGEDIT_ADD,170,30,50,14
  448. CONTROL "",IDC_MVSTRINGEDIT_LIST,"SysListView32",LVS_REPORT |
  449. LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOCOLUMNHEADER |
  450. WS_BORDER | WS_TABSTOP,7,48,159,70
  451. PUSHBUTTON "&Remove",IDC_MVSTRINGEDIT_REMOVE,170,48,50,14
  452. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,125,
  453. 213,1
  454. DEFPUSHBUTTON "OK",IDOK,116,133,50,14
  455. PUSHBUTTON "Cancel",IDCANCEL,170,133,50,14
  456. END
  457. IDD_SMB_CACHE_SETTINGS DIALOG DISCARDABLE 0, 0, 273, 178
  458. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  459. CAPTION "Caching Settings"
  460. FONT 8, "MS Shell Dlg"
  461. BEGIN
  462. ICON IDI_ICON_FILEMGMT,IDC_STATIC_HELPLESS,7,5,20,20
  463. LTEXT "You can specify if and how files within this shared folder are cached locally when accessed by others.",
  464. IDC_STATIC_HELPLESS2,49,7,217,25
  465. GROUPBOX "",IDC_STATIC,7,38,259,109
  466. CONTROL "&Allow caching of files in this shared folder",
  467. IDC_ALLOW_CACHING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  468. 16,38,145,10
  469. LTEXT "&Setting:",IDC_CACHE_SETTINGS_LABEL,15,58,25,8
  470. COMBOBOX IDC_CACHE_OPTIONS,45,57,200,55,CBS_DROPDOWNLIST |
  471. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  472. LTEXT "<description of option>",IDC_HINT,31,85,212,58
  473. DEFPUSHBUTTON "OK",IDOK,160,157,50,14
  474. PUSHBUTTON "Cancel",IDCANCEL,216,157,50,14
  475. END
  476. /////////////////////////////////////////////////////////////////////////////
  477. //
  478. // DESIGNINFO
  479. //
  480. #ifdef APSTUDIO_INVOKED
  481. GUIDELINES DESIGNINFO DISCARDABLE
  482. BEGIN
  483. IDD_SERVICE_REBOOT_COMPUTER, DIALOG
  484. BEGIN
  485. LEFTMARGIN, 7
  486. RIGHTMARGIN, 244
  487. VERTGUIDE, 194
  488. TOPMARGIN, 7
  489. BOTTOMMARGIN, 141
  490. HORZGUIDE, 21
  491. HORZGUIDE, 38
  492. HORZGUIDE, 112
  493. END
  494. IDD_PROPPAGE_SERVICE_GENERAL, DIALOG
  495. BEGIN
  496. LEFTMARGIN, 7
  497. RIGHTMARGIN, 245
  498. VERTGUIDE, 67
  499. VERTGUIDE, 79
  500. VERTGUIDE, 123
  501. VERTGUIDE, 184
  502. TOPMARGIN, 7
  503. BOTTOMMARGIN, 211
  504. HORZGUIDE, 21
  505. HORZGUIDE, 25
  506. HORZGUIDE, 39
  507. HORZGUIDE, 43
  508. HORZGUIDE, 57
  509. HORZGUIDE, 72
  510. HORZGUIDE, 88
  511. HORZGUIDE, 95
  512. HORZGUIDE, 107
  513. HORZGUIDE, 115
  514. HORZGUIDE, 130
  515. HORZGUIDE, 151
  516. HORZGUIDE, 174
  517. END
  518. IDD_PROPPAGE_SERVICE_HWPROFILE, DIALOG
  519. BEGIN
  520. LEFTMARGIN, 7
  521. RIGHTMARGIN, 245
  522. VERTGUIDE, 18
  523. VERTGUIDE, 87
  524. VERTGUIDE, 191
  525. VERTGUIDE, 195
  526. TOPMARGIN, 7
  527. BOTTOMMARGIN, 211
  528. HORZGUIDE, 32
  529. HORZGUIDE, 44
  530. HORZGUIDE, 49
  531. HORZGUIDE, 63
  532. HORZGUIDE, 67
  533. HORZGUIDE, 81
  534. HORZGUIDE, 85
  535. HORZGUIDE, 99
  536. HORZGUIDE, 190
  537. END
  538. IDD_PROPPAGE_SERVICE_RECOVERY, DIALOG
  539. BEGIN
  540. LEFTMARGIN, 7
  541. RIGHTMARGIN, 245
  542. VERTGUIDE, 54
  543. VERTGUIDE, 101
  544. VERTGUIDE, 116
  545. TOPMARGIN, 7
  546. BOTTOMMARGIN, 211
  547. HORZGUIDE, 15
  548. HORZGUIDE, 30
  549. HORZGUIDE, 47
  550. HORZGUIDE, 62
  551. HORZGUIDE, 69
  552. HORZGUIDE, 81
  553. HORZGUIDE, 85
  554. HORZGUIDE, 97
  555. HORZGUIDE, 101
  556. HORZGUIDE, 113
  557. HORZGUIDE, 122
  558. HORZGUIDE, 129
  559. HORZGUIDE, 143
  560. HORZGUIDE, 164
  561. END
  562. IDD_SERVICE_CONTROL_PROGRESS, DIALOG
  563. BEGIN
  564. LEFTMARGIN, 7
  565. RIGHTMARGIN, 245
  566. TOPMARGIN, 7
  567. BOTTOMMARGIN, 74
  568. HORZGUIDE, 15
  569. HORZGUIDE, 30
  570. HORZGUIDE, 51
  571. END
  572. IDD_SERVICE_STOP_DEPENDENCIES, DIALOG
  573. BEGIN
  574. LEFTMARGIN, 7
  575. RIGHTMARGIN, 245
  576. VERTGUIDE, 35
  577. VERTGUIDE, 128
  578. VERTGUIDE, 217
  579. TOPMARGIN, 7
  580. BOTTOMMARGIN, 143
  581. HORZGUIDE, 27
  582. HORZGUIDE, 99
  583. HORZGUIDE, 114
  584. END
  585. IDD_SHAREPROP_GENERAL, DIALOG
  586. BEGIN
  587. LEFTMARGIN, 7
  588. RIGHTMARGIN, 245
  589. TOPMARGIN, 7
  590. BOTTOMMARGIN, 211
  591. END
  592. IDD_SHAREPROP_GENERAL_SMB, DIALOG
  593. BEGIN
  594. LEFTMARGIN, 7
  595. RIGHTMARGIN, 245
  596. TOPMARGIN, 7
  597. BOTTOMMARGIN, 189
  598. END
  599. IDD_SHAREPROP_GENERAL_SFM, DIALOG
  600. BEGIN
  601. LEFTMARGIN, 7
  602. RIGHTMARGIN, 245
  603. TOPMARGIN, 7
  604. BOTTOMMARGIN, 211
  605. END
  606. IDD_SHAREPROP_PUBLISH, DIALOG
  607. BEGIN
  608. LEFTMARGIN, 7
  609. RIGHTMARGIN, 244
  610. VERTGUIDE, 17
  611. VERTGUIDE, 234
  612. TOPMARGIN, 7
  613. END
  614. IDP_SFM_SESSIONS, DIALOG
  615. BEGIN
  616. LEFTMARGIN, 7
  617. RIGHTMARGIN, 245
  618. TOPMARGIN, 7
  619. BOTTOMMARGIN, 211
  620. END
  621. IDP_SFM_FILE_ASSOCIATION, DIALOG
  622. BEGIN
  623. LEFTMARGIN, 7
  624. RIGHTMARGIN, 245
  625. TOPMARGIN, 7
  626. BOTTOMMARGIN, 211
  627. END
  628. IDP_SFM_CONFIGURATION, DIALOG
  629. BEGIN
  630. LEFTMARGIN, 7
  631. RIGHTMARGIN, 245
  632. TOPMARGIN, 7
  633. BOTTOMMARGIN, 211
  634. END
  635. IDD_SFM_TYPE_CREATOR_EDIT, DIALOG
  636. BEGIN
  637. LEFTMARGIN, 7
  638. RIGHTMARGIN, 201
  639. TOPMARGIN, 7
  640. BOTTOMMARGIN, 79
  641. END
  642. IDD_SFM_TYPE_CREATOR_ADD, DIALOG
  643. BEGIN
  644. LEFTMARGIN, 7
  645. RIGHTMARGIN, 201
  646. TOPMARGIN, 7
  647. BOTTOMMARGIN, 79
  648. END
  649. IDD_SMB_CACHE_SETTINGS, DIALOG
  650. BEGIN
  651. LEFTMARGIN, 7
  652. RIGHTMARGIN, 266
  653. TOPMARGIN, 7
  654. BOTTOMMARGIN, 171
  655. END
  656. END
  657. #endif // APSTUDIO_INVOKED
  658. /////////////////////////////////////////////////////////////////////////////
  659. //
  660. // Bitmap
  661. //
  662. IDB_FILEMGMT_ICONS_16 BITMAP DISCARDABLE "res\\shard_16.bmp"
  663. IDB_SVCMGMT_TOOLBAR BITMAP DISCARDABLE "res\\cassette.bmp"
  664. IDB_FILEMGMT_ICONS_32 BITMAP DISCARDABLE "res\\shard_32.bmp"
  665. IDB_FILEMGMT_TOOLBAR BITMAP DISCARDABLE "res\\filetbar.bmp"
  666. IDB_SVCMGMT_ICONS_16 BITMAP DISCARDABLE "res\\servc_16.bmp"
  667. IDB_SVCMGMT_ICONS_32 BITMAP DISCARDABLE "res\\servc_32.bmp"
  668. IDB_FILEMGMT_FOLDER_SMALL BITMAP DISCARDABLE "res\\file_sm.bmp"
  669. IDB_FILEMGMT_FOLDER_SMALLOPEN BITMAP DISCARDABLE "res\\file_smo.bmp"
  670. IDB_FILEMGMT_FOLDER_LARGE BITMAP DISCARDABLE "res\\file_lg.bmp"
  671. /////////////////////////////////////////////////////////////////////////////
  672. //
  673. // Dialog Info
  674. //
  675. IDD_PROPPAGE_SERVICE_GENERAL DLGINIT
  676. BEGIN
  677. IDC_COMBO_STARTUP_TYPE, 0x403, 10, 0
  678. 0x7541, 0x6f74, 0x616d, 0x6974, 0x0063,
  679. IDC_COMBO_STARTUP_TYPE, 0x403, 7, 0
  680. 0x614d, 0x756e, 0x6c61, "\000"
  681. IDC_COMBO_STARTUP_TYPE, 0x403, 9, 0
  682. 0x6944, 0x6173, 0x6c62, 0x6465, "\000"
  683. 0
  684. END
  685. IDD_PROPPAGE_SERVICE_RECOVERY DLGINIT
  686. BEGIN
  687. IDC_COMBO_FIRST_ATTEMPT, 0x403, 15, 0
  688. 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000"
  689. IDC_COMBO_FIRST_ATTEMPT, 0x403, 20, 0
  690. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369,
  691. 0x0065,
  692. IDC_COMBO_FIRST_ATTEMPT, 0x403, 14, 0
  693. 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d,
  694. IDC_COMBO_FIRST_ATTEMPT, 0x403, 21, 0
  695. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475,
  696. 0x7265, "\000"
  697. IDC_COMBO_FIRST_ATTEMPT, 0x403, 29, 0
  698. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475,
  699. 0x7265, 0x2820, 0x6f66, 0x6372, 0x2965, "\000"
  700. IDC_COMBO_SECOND_ATTEMPT, 0x403, 15, 0
  701. 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000"
  702. IDC_COMBO_SECOND_ATTEMPT, 0x403, 20, 0
  703. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369,
  704. 0x0065,
  705. IDC_COMBO_SECOND_ATTEMPT, 0x403, 14, 0
  706. 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d,
  707. IDC_COMBO_SECOND_ATTEMPT, 0x403, 21, 0
  708. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475,
  709. 0x7265, "\000"
  710. IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 15, 0
  711. 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000"
  712. IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 20, 0
  713. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369,
  714. 0x0065,
  715. IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 14, 0
  716. 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d,
  717. IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 21, 0
  718. 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475,
  719. 0x7265, "\000"
  720. 0
  721. END
  722. /////////////////////////////////////////////////////////////////////////////
  723. //
  724. // Icon
  725. //
  726. // Icon with lowest ID value placed first to ensure application icon
  727. // remains consistent on all systems.
  728. IDI_ICON_SVCMGMT ICON DISCARDABLE "res\\service.ico"
  729. IDI_ICON_FILEMGMT ICON DISCARDABLE "res\\filesvc.ico"
  730. IDI_ICON_WARNING ICON DISCARDABLE "res\\warning.ico"
  731. /////////////////////////////////////////////////////////////////////////////
  732. //
  733. // String Table
  734. //
  735. STRINGTABLE DISCARDABLE
  736. BEGIN
  737. IDS_FILEMGMT_DESC "FILEMGMT 1.0 Object"
  738. IDS_SVCVWR_DESC "SvcVwr 1.0 Object"
  739. IDS_LOCAL_MACHINE "Local Computer"
  740. IDS_CAPTION_FILEMGMT "Shared Folders"
  741. IDS_CAPTION_SERVICES "Services"
  742. IDS_ss_PROPERTIES_ON "%1 Properties (%2)"
  743. IDS_sus_ERROR "%1\n\nError %2!u!: %3"
  744. IDS_sus_ERROR_HR "%1\n\nError 0x%2!x!: %3"
  745. END
  746. STRINGTABLE DISCARDABLE
  747. BEGIN
  748. IDS_SHARES_SHARED_FOLDER "Shared Folder"
  749. IDS_SHARES_SHARED_PATH "Shared Path"
  750. IDS_SHARES_NUM_SESSIONS "# Client Connections"
  751. IDS_SHARES_COMMENT "Comment"
  752. IDS_CONN_USERNAME "User"
  753. IDS_CONN_COMPUTERNAME "Computer"
  754. IDS_CONN_NUM_SESSIONS "Sessions"
  755. IDS_CONN_NUM_FILES "# Open Files"
  756. END
  757. STRINGTABLE DISCARDABLE
  758. BEGIN
  759. IDS_CONN_CONNECTED_TIME "Connected Time"
  760. IDS_CONN_IDLE_TIME "Idle Time"
  761. IDS_CONN_IS_GUEST "Guest"
  762. IDS_FILE_FILENAME "Open File"
  763. IDS_FILE_SHARENAME "Via Share"
  764. IDS_FILE_USERNAME "Accessed By"
  765. IDS_FILE_NUM_LOCKS "# Locks"
  766. IDS_FILE_OPEN_MODE "Open Mode"
  767. IDS_SERVICE_SERVICENAME "Name"
  768. IDS_SERVICE_DESCRIPTION "Description"
  769. IDS_SERVICE_STATUS "Status "
  770. IDS_SERVICE_STARTUPTYPE "Startup Type"
  771. IDS_SERVICE_SECURITYCONTEXT "Log On As"
  772. END
  773. STRINGTABLE DISCARDABLE
  774. BEGIN
  775. IDS_TIME_HOURPLUS "%2!.2d!:%3!.2d!:%4!.2d!"
  776. IDS_TIME_ONEDAY "%1!d! day %2!.2d!:%3!.2d!:%4!.2d!"
  777. IDS_TIME_DAYPLUS "%1!d! days %2!.2d!:%3!.2d!:%4!.2d!"
  778. IDS_FILEPERM_NONE "no access"
  779. IDS_FILEPERM_READ "Read"
  780. IDS_FILEPERM_WRITE "Write"
  781. IDS_FILEPERM_CREATE "Create"
  782. END
  783. STRINGTABLE DISCARDABLE
  784. BEGIN
  785. IDS_POPUP_SMB_DISCONNECTALLSESSION_ERROR
  786. "The following error occurred while attempting to close a session from Windows client %1:"
  787. IDS_POPUP_FPNW_DISCONNECTALLSESSION_ERROR
  788. "The following error occurred while attempting to close a session from a NetWare client:"
  789. IDS_POPUP_SFM_DISCONNECTALLSESSION_ERROR
  790. "The following error occurred while attempting to close a session from Macintosh client %1:"
  791. IDS_POPUP_SMB_DISCONNECTALLRESOURCE_ERROR
  792. "The following error occurred while attempting to close the file ""%1"" opened by Windows client:"
  793. IDS_POPUP_FPNW_DISCONNECTALLRESOURCE_ERROR
  794. "The following error occurred while attempting to close the file ""%1"" opened by NetWare client:"
  795. IDS_POPUP_SFM_DISCONNECTALLRESOURCE_ERROR
  796. "The following error occurred while attempting to close the file ""%1"" opened by Macintosh client:"
  797. IDS_POPUP_SMB_SHARES "The following error occurred while reading the list of shares for Windows clients:"
  798. IDS_POPUP_FPNW_SHARES "The following error occurred while reading the list of shares for NetWare clients:"
  799. IDS_POPUP_SFM_SHARES "The following error occurred while reading the list of shares for Macintosh clients:"
  800. IDS_POPUP_SMB_SESSIONS "The following error occurred while reading the list of sessions from Windows clients:"
  801. IDS_POPUP_FPNW_SESSIONS "The following error occurred while reading the list of sessions from NetWare clients:"
  802. IDS_POPUP_SFM_SESSIONS "The following error occurred while reading the list of sessions from Macintosh clients:"
  803. IDS_POPUP_SMB_RESOURCES "The following error occurred while reading the list of files opened by Windows clients:"
  804. IDS_POPUP_FPNW_RESOURCES "The following error occurred while reading the list of files opened by NetWare clients:"
  805. IDS_POPUP_SFM_RESOURCES "The following error occurred while reading the list of files opened by Macintosh clients:"
  806. IDS_POPUP_SERVICES "The system encountered the following error while reading the list of services:"
  807. IDS_DELETE_SHARE_TASK "&Stop Sharing\nStop sharing the selected folder"
  808. IDS_DELETE_SHARE_TOP "&Stop Sharing\nStop sharing the selected folder"
  809. END
  810. STRINGTABLE DISCARDABLE
  811. BEGIN
  812. IDS_TOOLTIP_SERVICE_PAUSE "Pause Service"
  813. IDS_BUTTON_SERVICE_RESUME "Resume"
  814. IDS_TOOLTIP_SERVICE_RESUME "Resume service"
  815. IDS_BUTTON_SERVICE_RESTART "Restart"
  816. IDS_TOOLTIP_SERVICE_RESTART "Restart Service"
  817. IDS_SCOPE_SERVICES "Services"
  818. IDS_LSAERR_READ_FAILED "System Service Management could not determine whether the account %1 already has the Log On As A Service right. If not, this service may not run correctly under the %1 account."
  819. IDS_LSAERR_WRITE_FAILED "The account %1 could not be granted the Log On As A Service right. This service may not run correctly under the %1 account."
  820. IDS_LSAERR_WRITE_SUCCEEDED
  821. "The account %1 has been granted the Log On As A Service right."
  822. IDS_s_POPUP_ADMIN_SHARE "This has been shared for administrative purposes. The share permissions and file security cannot be set."
  823. IDS_s_CONFIRM_DELETE_ADMINSHARE
  824. "This share was created for administrative purposes only. The share will reappear when the Server service is stopped and restarted or the computer is restarted. Are you sure you wish to stop sharing %1?"
  825. IDS_s_DELETE_IPCSHARE "The IPC$ share is required for the server service to operate, and cannot be deleted."
  826. IDS_s_CONFIRM_DELETE_NETLOGONSHARE
  827. "This share is required for the machine to act properly as a domain controller. Removing it will cause a loss of functionality on all clients that this domain controller serves. Are you sure you wish to stop sharing %1?"
  828. IDS_NEW_SHARE_NEW "&File Share\nCreate a new file share"
  829. IDS_NEW_SHARE_TOP "New File &Share...\nCreate a new file share"
  830. IDS_CLOSE_SESSION_TASK "Close &Session\nClose this session"
  831. IDS_CLOSE_SESSION_TOP "Close &Session\nClose this session"
  832. END
  833. STRINGTABLE DISCARDABLE
  834. BEGIN
  835. IDS_CLOSE_RESOURCE_TASK "Close &Open File\nClose this open file"
  836. IDS_CLOSE_RESOURCE_TOP "Close &Open File\nClose this open file"
  837. IDS_DISCONNECT_ALL_SESSIONS_TASK
  838. "Disconnect &All Sessions\nDisconnect all sessions"
  839. IDS_DISCONNECT_ALL_SESSIONS_TOP
  840. "Disconnect &All Sessions\nDisconnect all sessions"
  841. IDS_DISCONNECT_ALL_RESOURCES_TASK
  842. "Disconnect &All Open Files\nDisconnect all open files"
  843. IDS_DISCONNECT_ALL_RESOURCES_TOP
  844. "Disconnect &All Open Files\nDisconnect all open files"
  845. IDS_MANUAL_WORKGROUP_SHARE "Manual caching of documents"
  846. IDS_MANUAL_WORKGROUP_SHARE_HINT
  847. "Recommended for folders containing user documents.\n\nUsers must manually specify any files they want available when working offline. To ensure proper file sharing, the server version of the file is always opened."
  848. IDS_AUTOMATIC_WORKGROUP_SHARE "Automatic caching of documents"
  849. IDS_AUTOMATIC_WORKGROUP_SHARE_HINT
  850. "Recommended for folders containing user documents.\n\nOpened files are automatically downloaded and made available when working offline. Older copies are automatically deleted to make way for newer and more recently accessed files. To ensure proper file sharing, the server version of the file is always opened."
  851. IDS_AUTOMATIC_APPLICATION_SHARE "Automatic caching of programs and documents"
  852. IDS_AUTOMATIC_APPLICATION_SHARE_HINT
  853. "Recommended for folders with read-only data or run-from-the-network applications.\n\nFile sharing is not ensured. Opened files are automatically downloaded and made available when working offline. Older copies are automatically deleted to make way for newer and more recently accessed files."
  854. IDS_s_POPUP_IPC_SHARE "This has been shared for administrative purposes. The share permissions and file security cannot be set."
  855. IDS_CHANGE_COMPUTER_TOP "&Connect to another computer ...\nManage a different computer"
  856. IDS_CHANGE_COMPUTER_TASK
  857. "&Connect to another computer ...\nManage a different computer"
  858. IDS_MSG_READ_SHRPUB "The system encountered the following error while querying the publish information of share %1:"
  859. IDS_POPUP_WRITE_SHRPUB "The system encountered the following error while saving the publish information of share %1:"
  860. IDS_MSG_SHRPUB_ERRMSG_64 "The share name exceeds 64 characters. The share cannot be published in Active Directory."
  861. END
  862. STRINGTABLE DISCARDABLE
  863. BEGIN
  864. IDS_SVC_STARTUP_BOOT "Boot"
  865. IDS_SVC_STARTUP_SYSTEM "System"
  866. IDS_SVC_STARTUP_AUTOMATIC "Automatic"
  867. IDS_SVC_STARTUP_MANUAL "Manual"
  868. IDS_SVC_STARTUP_DISABLED "Disabled"
  869. IDS_SVC_STATUS_STARTED "Started"
  870. IDS_SVC_STATUS_STOPPED "Stopped"
  871. IDS_SVC_STATUS_PAUSED "Paused"
  872. IDS_SVC_STATUS_STARTING "Starting"
  873. IDS_SVC_STATUS_STOPPING "Stopping"
  874. IDS_SVC_STATUS_PAUSING "Pausing"
  875. IDS_SVC_STATUS_RESUMING "Resuming"
  876. END
  877. STRINGTABLE DISCARDABLE
  878. BEGIN
  879. IDS_SVC_UNKNOWN "(Unknown)"
  880. IDS_SVC_REBOOT_MESSAGE_DEFAULT
  881. "Your computer is connected to the computer named %2. The %1 service on %2 has ended unexpectedly. %2 will restart automatically, and then you can reestablish the connection."
  882. IDS_SVC_ss_SERVICE_STARTING
  883. "Windows is attempting to start the following service on %1!.0s!%2..."
  884. IDS_SVC_ss_SERVICE_STOPPING
  885. "Windows is attempting to stop the following service on %1!.0s!%2..."
  886. IDS_SVC_ss_SERVICE_PAUSING
  887. "Windows is attempting to pause the following service on %1!.0s!%2..."
  888. IDS_SVC_ss_SERVICE_RESUMING
  889. "Windows is attempting to resume the following service on %1!.0s!%2..."
  890. IDS_SVC_RECOVERY_NOACTION "Take No Action"
  891. IDS_SVC_RECOVERY_RESTARTSERVICE "Restart the Service"
  892. IDS_SVC_RECOVERY_RUNFILE "Run a Program"
  893. IDS_SVC_RECOVERY_REBOOTCOMPUTER "Restart the Computer"
  894. IDS_SVC_HARDWARE_PROFILE "Hardware Profile"
  895. IDS_SVC_INSTANCE "Instance"
  896. IDS_SVC_STATUS "Service"
  897. END
  898. STRINGTABLE DISCARDABLE
  899. BEGIN
  900. IDS_SVC_ENABLED "Enabled"
  901. IDS_SVC_DISABLED "Disabled"
  902. IDS_SVC_RESTART_DEPENDENT_QUERY "Do you want to restart these services?"
  903. IDS_SVC_RESTART_DEPENDENT_CAPTION "Restart Other Services"
  904. IDS_SVC_s_STOP_DEPENDENT_SERVICES
  905. "When %1 stops, these other services will also stop."
  906. IDS_SVC_s_RESTART_DEPENDENT_SERVICES
  907. "When %1 restarts, these other services will also restart."
  908. IDS_SVC_MENU_SERVICE_START "&Start"
  909. IDS_SVC_MENU_SERVICE_STOP "St&op"
  910. IDS_SVC_MENU_SERVICE_PAUSE "Pa&use"
  911. IDS_SVC_MENU_SERVICE_RESUME "Resu&me"
  912. END
  913. STRINGTABLE DISCARDABLE
  914. BEGIN
  915. IDS_SVC_MENU_SERVICE_RESTART "R&estart"
  916. IDS_SVC_STATUSBAR_ss_SERVICE_START "Start service %1 on %2"
  917. IDS_SVC_STATUSBAR_ss_SERVICE_STOP "Stop service %1 on %2"
  918. IDS_SVC_STATUSBAR_ss_SERVICE_PAUSE "Pause service %1 on %2"
  919. IDS_SVC_STATUSBAR_ss_SERVICE_RESUME "Resume service %1 on %2"
  920. IDS_SVC_STATUSBAR_ss_SERVICE_RESTART "Stop and Start service %1 on %2"
  921. IDS_SVC_STARTUP_LOCALSYSTEM "Local System"
  922. IDS_SVC_STARTUP_LOCALSERVICE "Local Service"
  923. IDS_SVC_STARTUP_NETWORKSERVICE "Network Service"
  924. END
  925. STRINGTABLE DISCARDABLE
  926. BEGIN
  927. IDS_POPUP_REMOTEADMINSESSION
  928. "You are not allowed to close a session that is being used to administer the remote machine."
  929. IDS_POPUP_REMOTEADMINFILE
  930. "You are not allowed to close the file %1 that is being used to administer the remote machine."
  931. IDS_POPUP_DELETE_SHARE "The system encountered the following error while attempting to delete share %1:"
  932. IDS_POPUP_CLOSE_SESSION "The system encountered the following error while attempting to close the session:"
  933. IDS_POPUP_CLOSE_RESOURCE
  934. "The system encountered the following error while attempting to close the open file:"
  935. IDS_ROOT_NAME "Name"
  936. IDS_s_CONFIRM_DELETEMULTISHARES "Are you sure you wish to stop sharing all the selected shares?"
  937. IDS_s_CONFIRM_DELETESHARE "Are you sure you wish to stop sharing %1?"
  938. IDS_CONFIRM_CLOSESESSION "Are you sure you wish to close the session?"
  939. IDS_CONFIRM_CLOSEMULTISESSIONS "Are you sure you wish to close all the selected sessions?"
  940. IDS_CONFIRM_CLOSERESOURCE "Are you sure you wish to close the open file?"
  941. IDS_CONFIRM_CLOSEMULTIRESOURCES "Are you sure you wish to close all the selected open files?"
  942. IDS_SHARES_TRANSPORT "Type"
  943. IDS_TRANSPORT_SMB "Windows"
  944. IDS_TRANSPORT_FPNW "NetWare"
  945. IDS_TRANSPORT_SFM "Macintosh"
  946. IDS_CONN_TRANSPORT "Type"
  947. IDS_FILE_TRANSPORT "Type"
  948. END
  949. STRINGTABLE DISCARDABLE
  950. BEGIN
  951. #ifdef EDIT_DISPLAY_NAME_373025
  952. IDS_MSG_PLEASE_ENTER_DISPLAY_NAME "Please enter a valid display name."
  953. #endif // EDIT_DISPLAY_NAME_373025
  954. IDS_MSG_INVALID_STARTUP_PARAMETERS "The startup parameters are not valid."
  955. IDS_MSG_PASSWORD_MISMATCH "Passwords mismatch."
  956. IDS_MSG_PASSWORD_EMPTY "Please enter a valid password."
  957. IDS_MSG_sss_UNABLE_TO_START_SERVICE
  958. "Could not start the %1 service on %2.%3"
  959. IDS_MSG_sss_UNABLE_TO_STOP_SERVICE
  960. "Could not stop the %1 service on %2.%3"
  961. END
  962. STRINGTABLE DISCARDABLE
  963. BEGIN
  964. IDS_MSG_sss_UNABLE_TO_PAUSE_SERVICE
  965. "Could not pause the %1 service on %2.%3"
  966. IDS_MSG_sss_UNABLE_TO_RESUME_SERVICE
  967. "Could not resume the %1 service on %2.%3"
  968. IDS_MSG_sss_SERVICE_STOPPED_AUTOMATICALLY
  969. "The %1 service on %2 started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service."
  970. IDS_MSG_ss_UNABLE_TO_OPEN_READ_SERVICE
  971. "Unable to open service %1 for reading on %2."
  972. IDS_MSG_ss_UNABLE_TO_OPEN_WRITE_SERVICE
  973. "Unable to open service %1 for writing on %2."
  974. IDS_MSG_SPECIFIC_ERROR "\nThe service has returned a service-specific error code."
  975. IDS_MSG_INTERNAL_ERROR "\nThe service did not return an error. This could be an internal Windows error or an internal service error.\nIf the problem persists, contact your system administrator."
  976. IDS_MSG_s_UNABLE_TO_OPEN_SERVICE_DATABASE
  977. "Unable to open service control manager database on %1."
  978. IDS_MSG_s_UNABLE_TO_READ_SERVICES
  979. "The system encountered the following error while reading the list of services on %1:"
  980. IDS_MSG_ss_UNABLE_TO_QUERY_SERVICE_STATUS
  981. "Unable to query status for service %1. The remote connection on %2 has been broken."
  982. IDS_MSG_s_UNABLE_TO_OPEN_WRITE_ACCT_INFO_DOWNLEVEL
  983. "Service %1 could not be configured to run under account name %2 on computer %3. Service %1 runs in a shared process. If computer %3 is not a Windows 2000 computer, services which run in a shared process must run under the system account."
  984. END
  985. STRINGTABLE DISCARDABLE
  986. BEGIN
  987. IDS_MSG_ssd_SERVSPECIFIC_START_SERVICE
  988. "Windows could not start the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!."
  989. IDS_MSG_ssd_SERVSPECIFIC_STOP_SERVICE
  990. "Windows could not stop the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!."
  991. IDS_MSG_ssd_SERVSPECIFIC_PAUSE_SERVICE
  992. "Windows could not pause the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!."
  993. IDS_MSG_ssd_SERVSPECIFIC_RESUME_SERVICE
  994. "Windows could not resume the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!."
  995. END
  996. STRINGTABLE DISCARDABLE
  997. BEGIN
  998. IDS_SCOPE_SHARES "Shares"
  999. IDS_SCOPE_SESSIONS "Sessions"
  1000. IDS_SCOPE_RESOURCES "Open Files"
  1001. IDS_FPNW_NOT_LOGGED_IN "NOT-LOGGED-IN"
  1002. IDS_POPUP_QUERY_SHARE "The system encountered the following error while querying the properties of share %1:"
  1003. IDS_POPUP_WRITE_SHARE "The system encountered the following error while saving the properties of share %1:"
  1004. IDS_SHAREPERM_READ "Read"
  1005. IDS_SHAREPERM_MODIFY "Change"
  1006. IDS_SHAREPERM_ALL "Full Control"
  1007. IDS_POPUP_SFM_CONNECT "The system encountered the following error while attempting to open a connection to server %1:"
  1008. IDS_POPUP_QUERY_SFM_DIRECTORY
  1009. "The system encountered the following error while reading directory information on path %1:"
  1010. IDS_POPUP_SET_SFM_DIRECTORY
  1011. "The system encountered the following error while writing directory information on path %1:"
  1012. IDS_SFM_PERM_GROUP_HEADER "Primary Group"
  1013. IDS_SFM_PERM_OWNER_HEADER "Owner"
  1014. IDS_POPUP_SFM_USERLIST "The system encountered the following error while displaying the list of accounts:"
  1015. END
  1016. STRINGTABLE DISCARDABLE
  1017. BEGIN
  1018. IDS_POPUP_NEWSHARE "The system encountered the following error while attempting to execute the New Share Wizard:"
  1019. IDS_POPUP_NEWSHARE_MEMORY
  1020. "The system is out of memory or resources and cannot execute the New Share Wizard."
  1021. IDS_POPUP_CLOSE_ALL_SESSIONS
  1022. "Are you sure you wish to close all sessions?"
  1023. IDS_POPUP_CLOSE_ALL_RESOURCES
  1024. "Are you sure you wish to close all resources?"
  1025. IDS_FILEPERM_READWRITE "Write+Read"
  1026. IDS_BUTTON_NEWSHARE "New File Share"
  1027. IDS_TOOLTIP_NEWSHARE "Create New File Share"
  1028. IDS_BUTTON_SERVICE_START "Start"
  1029. IDS_TOOLTIP_SERVICE_START "Start Service"
  1030. IDS_BUTTON_SERVICE_STOP "Stop"
  1031. IDS_TOOLTIP_SERVICE_STOP "Stop Service"
  1032. IDS_BUTTON_SERVICE_PAUSE "Pause"
  1033. END
  1034. STRINGTABLE DISCARDABLE
  1035. BEGIN
  1036. IDS_DISPLAYNAME_s_ROOT "Shared Folders (%1)"
  1037. IDS_DISPLAYNAME_s_SHARES "Shares (%1)"
  1038. IDS_DISPLAYNAME_s_SESSIONS "Sessions (%1)"
  1039. IDS_DISPLAYNAME_s_FILES "Open Files (%1)"
  1040. IDS_DISPLAYNAME_s_SERVICES "Services (%1)"
  1041. END
  1042. STRINGTABLE DISCARDABLE
  1043. BEGIN
  1044. IDS_DISPLAYNAME_ROOT_LOCAL "Shared Folders (Local)"
  1045. IDS_DISPLAYNAME_SHARES_LOCAL "Shares (Local)"
  1046. IDS_DISPLAYNAME_SESSIONS_LOCAL "Sessions (Local)"
  1047. IDS_DISPLAYNAME_FILES_LOCAL "Open Files (Local)"
  1048. IDS_DISPLAYNAME_SERVICES_LOCAL "Services (Local)"
  1049. END
  1050. STRINGTABLE DISCARDABLE
  1051. BEGIN
  1052. IDS_DISPLAYNAME_ROOT "Shared Folders"
  1053. IDS_DISPLAYNAME_SHARES "Shares"
  1054. IDS_DISPLAYNAME_SESSIONS "Sessions"
  1055. IDS_DISPLAYNAME_FILES "Open Files"
  1056. IDS_DISPLAYNAME_SERVICES "Services"
  1057. END
  1058. STRINGTABLE DISCARDABLE
  1059. BEGIN
  1060. IDS_SNAPINABOUT_DESCR_SERVICES
  1061. "Starts, stops, and configures Windows services."
  1062. IDS_SNAPINABOUT_DESCR_FILESVC
  1063. "Displays shared folders, current sessions, and open files."
  1064. END
  1065. STRINGTABLE DISCARDABLE
  1066. BEGIN
  1067. IDS_AFPMGR_BASE "Base for all AFP Manager errors."
  1068. END
  1069. STRINGTABLE DISCARDABLE
  1070. BEGIN
  1071. IDS_AFPERR_InvalidServerName
  1072. "The server name specified is not valid.\n\nSpecify a valid server name without colons."
  1073. END
  1074. STRINGTABLE DISCARDABLE
  1075. BEGIN
  1076. IDS_ERROR_BASE "Base for all system errors."
  1077. IDS_ERROR_PATH_NOT_FOUND
  1078. "The service could not be started because the path was not found."
  1079. IDS_ERROR_ACCESS_DENIED "Access was denied to the MacFile service."
  1080. IDS_ERROR_INVALID_HANDLE "An internal error occurred (INVALID_HANDLE)."
  1081. END
  1082. STRINGTABLE DISCARDABLE
  1083. BEGIN
  1084. IDS_ERROR_NOT_ENOUGH_MEMORY
  1085. "Insufficient memory available to complete the operation."
  1086. END
  1087. STRINGTABLE DISCARDABLE
  1088. BEGIN
  1089. IDS_ERROR_INVALID_PARAMETER
  1090. "An internal error occurred (INVALID_PARAMETER)."
  1091. END
  1092. STRINGTABLE DISCARDABLE
  1093. BEGIN
  1094. IDS_ERROR_INVALID_NAME "An internal error occurred (INVALID_NAME)."
  1095. IDS_ERROR_INVALID_LEVEL "An internal error occurred (INVALID_LEVEL)."
  1096. END
  1097. STRINGTABLE DISCARDABLE
  1098. BEGIN
  1099. IDS_ERROR_SERVICE_REQUEST_TIMEOUT
  1100. "The service could not be started because the service did not respond to the start or control request in a timely fashion."
  1101. IDS_ERROR_SERVICE_NO_THREAD
  1102. "The service could not be started because a thread could not be created for the service."
  1103. IDS_ERROR_SERVICE_DATABASE_LOCKED
  1104. "The service could not be started because the service database is locked."
  1105. IDS_ERROR_SERVICE_ALREADY_RUNNING
  1106. "The service could not be started because the service is already running."
  1107. IDS_ERROR_SERVICE_DISABLED
  1108. "The service could not be started because it is disabled."
  1109. IDS_ERROR_SERVICE_DOES_NOT_EXIST
  1110. "The File Server for Macintosh service is not installed on the server %1."
  1111. END
  1112. STRINGTABLE DISCARDABLE
  1113. BEGIN
  1114. IDS_ERROR_DATABASE_DOES_NOT_EXIST
  1115. "The service could not be started because the database does not exist."
  1116. IDS_ERROR_SERVICE_DEPENDENCY_FAIL
  1117. "The service could not be started because the service dependency failed."
  1118. IDS_ERROR_SERVICE_LOGON_FAILED
  1119. "The service could not be started because the logon to the computer failed."
  1120. IDS_ERROR_SERVICE_MARKED_FOR_DELETE
  1121. "The service could not be started because the service is marked for deletion."
  1122. IDS_ERROR_SERVICE_DEPENDENCY_DELETED
  1123. "The service could not be started because the service dependency was deleted."
  1124. END
  1125. STRINGTABLE DISCARDABLE
  1126. BEGIN
  1127. IDS_BLT_ELLIPSIS_TEXT "..."
  1128. IDS_PROP_SHEET_TITLE "File Server for Macintosh"
  1129. IDS_NEED_SERVER_NAME "Please type a server name, or choose Cancel."
  1130. IDS_SERVERNAME_CHANGE "This change will take effect when File Server for Macintosh service is restarted."
  1131. IDS_MESSAGE_TOO_LONG "The message contains too many characters.\n\nPlease type a shorter message."
  1132. IDS_DELETE_TC_CONFIRM "Are you sure you want to delete the selected document Creator/Type item and all associated extensions?"
  1133. IDS_NEED_TEXT_TO_SEND "Type the message text you wish to send, or choose Cancel."
  1134. IDS_SESSION_DELETED "The selected Macintosh user is no longer connected.\n\nThe user may have logged off or been forced off by another administrator."
  1135. END
  1136. STRINGTABLE DISCARDABLE
  1137. BEGIN
  1138. IDS_MESSAGE_SENT "The message was sent successfully."
  1139. IDS_NOT_RECEIVED "The message has been sent, but the connected workstation has not received it.\n\nThe workstation is running an unsupported version of System software."
  1140. IDS_NEED_TYPE_CREATOR "You must specify both a Creator and a Type to create a valid Creator/Type item."
  1141. IDS_CONFIG_SFM_TASK "Configure &File Server for Macintosh...\nConfigure File Server for Macintosh"
  1142. IDS_CONFIG_SFM_TOP "Configure &File Server for Macintosh...\nConfigure File Server for Macintosh"
  1143. IDS_AUTH_MS_ONLY "Microsoft only"
  1144. IDS_AUTH_APPLE_CLEARTEXT "Apple Clear Text"
  1145. IDS_AUTH_APPLE_ENCRYPTED "Apple Encrypted"
  1146. IDS_AUTH_CLEARTEXT_OR_MS "Apple Clear Text or Microsoft"
  1147. IDS_AUTH_ENCRYPTED_OR_MS "Apple Encrypted or Microsoft"
  1148. IDS_START_SERVICE "The service %1 has not been started. Start it now?"
  1149. IDS_AUTH_WARNING "Apple Encrypted authentication requires that user passwords are saved in the directory service in clear text format.\n\nPlease see your help documentation for more information."
  1150. IDS_CREATOR "Creator"
  1151. IDS_TYPE "Type"
  1152. IDS_DESCRIPTION "Description"
  1153. END
  1154. STRINGTABLE DISCARDABLE
  1155. BEGIN
  1156. IDS_REGISTER_FILEMGMT "Shared Folders"
  1157. IDS_REGISTER_FILEMGMT_EXT "Shared Folders Extension"
  1158. IDS_REGISTER_SVCMGMT "Services"
  1159. IDS_REGISTER_SVCMGMT_EXT "Services Extension"
  1160. IDS_REGISTER_DEFAULT_VIEW_EXT "MMCViewExt object"
  1161. END
  1162. STRINGTABLE DISCARDABLE
  1163. BEGIN
  1164. AFX_IDS_APP_TITLE "Shared Folders"
  1165. IDS_CANT_SAVE_CHANGES "Changes cannot be saved."
  1166. IDS_SHARE_SECURITY "Share Permissions"
  1167. IDS_GUEST "Guest"
  1168. IDS_YES "Yes"
  1169. IDS_NO "No"
  1170. END
  1171. STRINGTABLE DISCARDABLE
  1172. BEGIN
  1173. IDS_CHANGED_LOGON_NAME "The new logon name will not take effect until you stop and restart the service."
  1174. IDS_OPENFILE_FILTER "Executable Files (*.exe;*.com;*.cmd;*.bat)"
  1175. END
  1176. STRINGTABLE DISCARDABLE
  1177. BEGIN
  1178. IDS_ERROR_SHARING_VIOLATION
  1179. "Another workstation with the same name exists. The name was not changed."
  1180. IDS_MVSTRINGEDIT_TITLE_KEYWORDS "Edit Keywords"
  1181. IDS_MVSTRINGEDIT_TEXT_KEYWORDS "Type a keyword, and then click Add."
  1182. IDS_MVSTRINGEDIT_ERROR "The system encountered the following error while invoking the Change dialog:"
  1183. IDS_MVSTRINGEDIT_STRING_INVALID """%1"" is not a valid character. Please correct the string you just typed."
  1184. IDS_HTML_DETAILS_START "<A href = javascript:external.ExecuteSelectionMenuItem('Start')>Start</A> the service<BR>\n"
  1185. IDS_HTML_DETAILS_STOP "<A href = javascript:external.ExecuteSelectionMenuItem('Stop')>Stop</A> the service<BR>\n"
  1186. IDS_HTML_DETAILS_PAUSE "<A href = javascript:external.ExecuteSelectionMenuItem('Pause')>Pause</A> the service<BR>\n"
  1187. IDS_HTML_DETAILS_RESUME "<A href = javascript:external.ExecuteSelectionMenuItem('Resume')>Resume</A> the service<BR>\n"
  1188. IDS_HTML_DETAILS_RESTART "<A href = javascript:external.ExecuteSelectionMenuItem('Restart')>Restart</A> the service<BR>\n"
  1189. END
  1190. #endif // English (U.S.) resources