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.

269 lines
9.8 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\\shrwiz.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. // Dialog
  53. //
  54. IDD_SHRWIZ_FOLDER DIALOGEX 0, 0, 294, 155
  55. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  56. EXSTYLE WS_EX_APPWINDOW
  57. CAPTION "Create Shared Folder"
  58. FONT 8, "MS Shell Dlg"
  59. BEGIN
  60. CONTROL 132,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
  61. LTEXT "&Computer:",IDC_STATIC,100,10,39,8
  62. EDITTEXT IDC_COMPUTER,158,7,129,14,ES_AUTOHSCROLL | ES_READONLY
  63. LTEXT "&Folder to share:",IDC_STATIC,100,28,53,8
  64. EDITTEXT IDC_FOLDER,158,25,86,14,ES_AUTOHSCROLL
  65. PUSHBUTTON "Br&owse...",IDC_BROWSEFOLDER,247,25,40,14
  66. LTEXT "&Share name:",IDC_STATIC,100,46,46,8
  67. EDITTEXT IDC_SHARENAME,158,43,129,14,ES_AUTOHSCROLL | WS_DISABLED
  68. LTEXT "Share &description:",IDC_STATIC,100,64,64,8
  69. EDITTEXT IDC_SHAREDESCRIPTION,167,61,120,14,ES_AUTOHSCROLL |
  70. WS_DISABLED
  71. LTEXT "M&acintosh share name:",IDC_MACSHARENAME_STATIC,100,82,
  72. 81,8
  73. EDITTEXT IDC_MACSHARENAME,181,79,106,14,ES_AUTOHSCROLL |
  74. WS_DISABLED
  75. GROUPBOX "Accessible from the following clients:",
  76. IDC_CLIENTS_GROUP,100,98,187,51,WS_GROUP
  77. CONTROL "Microsoft &Windows",IDC_CHECK_MS,"Button",
  78. BS_AUTOCHECKBOX | WS_TABSTOP,110,108,80,12
  79. CONTROL "No&vell NetWare",IDC_CHECK_NETWARE,"Button",
  80. BS_AUTOCHECKBOX | WS_TABSTOP,110,120,80,12
  81. CONTROL "Apple &Macintosh",IDC_CHECK_MAC,"Button",
  82. BS_AUTOCHECKBOX | WS_TABSTOP,110,132,80,12
  83. END
  84. IDD_SHRWIZ_PERM DIALOG DISCARDABLE 0, 0, 294, 155
  85. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  86. CAPTION "Create Shared Folder"
  87. FONT 8, "MS Shell Dlg"
  88. BEGIN
  89. CONTROL 132,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
  90. LTEXT "Use one of the following basic share permissions, or create custom permissions.",
  91. IDC_STATIC,100,7,187,23
  92. CONTROL "&All users have full control",IDC_RADIO_PERM1,"Button",
  93. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  94. WS_TABSTOP,100,30,187,12
  95. CONTROL "Administrators have full control; other users have &read-only access",
  96. IDC_RADIO_PERM2,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  97. BS_MULTILINE | WS_TABSTOP,100,43,187,20
  98. CONTROL "Administrators have full control; other users have &no access",
  99. IDC_RADIO_PERM3,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  100. BS_MULTILINE | WS_TABSTOP,100,64,187,20
  101. CONTROL "&Customize share and folder permissions",
  102. IDC_RADIO_PERM4,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  103. BS_MULTILINE | WS_TABSTOP,100,85,187,12
  104. PUSHBUTTON "C&ustom...",IDC_PERM_CUSTOM,119,98,50,14
  105. LTEXT "Because share permissions only control network access to the share, you should set permissions on individual files and folders.",
  106. IDC_STATIC,100,117,187,31
  107. END
  108. IDD_NO_SHARE_PERMISSIONS DIALOG DISCARDABLE 0, 0, 186, 95
  109. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  110. FONT 8, "MS Shell Dlg"
  111. BEGIN
  112. LTEXT "There are no share permissions for shares accessible from Apple Macintosh clients.",
  113. IDC_STATIC,7,23,172,46
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // DESIGNINFO
  118. //
  119. #ifdef APSTUDIO_INVOKED
  120. GUIDELINES DESIGNINFO DISCARDABLE
  121. BEGIN
  122. IDD_SHRWIZ_FOLDER, DIALOG
  123. BEGIN
  124. VERTGUIDE, 100
  125. VERTGUIDE, 287
  126. HORZGUIDE, 7
  127. HORZGUIDE, 148
  128. END
  129. IDD_SHRWIZ_PERM, DIALOG
  130. BEGIN
  131. VERTGUIDE, 100
  132. VERTGUIDE, 287
  133. HORZGUIDE, 7
  134. HORZGUIDE, 148
  135. END
  136. IDD_NO_SHARE_PERMISSIONS, DIALOG
  137. BEGIN
  138. LEFTMARGIN, 7
  139. RIGHTMARGIN, 179
  140. TOPMARGIN, 7
  141. BOTTOMMARGIN, 88
  142. END
  143. END
  144. #endif // APSTUDIO_INVOKED
  145. /////////////////////////////////////////////////////////////////////////////
  146. //
  147. // Icon
  148. //
  149. // Icon with lowest ID value placed first to ensure application icon
  150. // remains consistent on all systems.
  151. IDR_MAINFRAME ICON DISCARDABLE "res\\shrwiz.ico"
  152. /////////////////////////////////////////////////////////////////////////////
  153. //
  154. // Bitmap
  155. //
  156. IDB_BANNER BITMAP DISCARDABLE "res\\banner.bmp"
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // String Table
  160. //
  161. STRINGTABLE DISCARDABLE
  162. BEGIN
  163. IDS_WIZARD_TITLE "Create Shared Folder"
  164. IDS_CANNOT_GET_LOCAL_COMPUTER
  165. "The following error occurred while retrieving the local computer name:\n"
  166. IDS_CANNOT_CONTACT_COMPUTER
  167. "The following error occurred while contacting the specified computer ""%1"":\n"
  168. IDS_APP_USAGE "Correct usage: ""%1"".\n\nThe application will be terminated."
  169. IDS_TEXT_REQUIRED "The field ""%1"" is not allowed to be empty."
  170. IDS_INVALID_FOLDER "The path entered for the folder is not valid. Enter a valid path."
  171. IDS_INVALID_DRIVE "The folder ""%1"" is not on a valid drive of the specified machine."
  172. IDS_DUPLICATE_SHARENAME "A share named ""%1"" already exists. Please pick another name."
  173. IDS_FAILED_TO_VALIDATE_FOLDER
  174. "The following error occurred while validating the folder ""%1"":\n"
  175. IDS_CLIENT_REQUIRED "Please specify the client who can access the share."
  176. IDS_BROWSE_FOLDER "Pick a folder you would like to share."
  177. IDS_CANNOT_BROWSE_FOLDER
  178. "Failed to browse folders on computer %1 due to the following error:\n"
  179. IDS_FAILED_TO_GET_SD "The following error occurred while building the security descriptor for the selected permission:\n"
  180. IDS_LINE_RETURN "\n"
  181. IDS_SMB_CLIENTS "Microsoft Windows clients"
  182. IDS_FPNW_CLIENTS "Novell NetWare clients"
  183. IDS_SFM_CLIENTS "Apple Macintosh clients"
  184. IDS_SUCCEEDED_IN_CREATING_SHARE
  185. "The folder has been shared out successfully for the following clients:\n"
  186. IDS_FAILED_TO_CREATE_SHARE
  187. "The following error occurred while creating the share for %1: "
  188. IDS_INVALID_SHARENAME "The share name ""%1"" is invalid."
  189. END
  190. STRINGTABLE DISCARDABLE
  191. BEGIN
  192. IDS_FAILED_TO_GETINFO_FOLDER
  193. "The following error occurred while retrieving information on the path ""%1"":\n"
  194. IDS_PATH_NOT_FOLDER "The path %1 is not pointing to a folder. Please specify a valid folder path."
  195. IDS_CREATE_NEW_DIR "The system cannot find the specified path ""%1"". Do you want to create it?"
  196. IDS_FAILED_TO_CREATE_NEW_DIR
  197. "The following error occurred while creating the folder ""%1"":\n"
  198. IDS_OPERATION_SUCCEEDED_MORE_SHARES
  199. "Do you want to create another shared folder?"
  200. IDS_SHAREPERM_ALL "Full control"
  201. IDS_SHAREPERM_CHANGE "Change"
  202. IDS_SHAREPERM_READ "Read"
  203. IDS_SHARE_PERMISSIONS "Share Permissions"
  204. IDS_FAILED_TO_CREATE_ACLUI
  205. "The following error occurred while bringing up the share permissions property page:\n"
  206. IDS_CUSTOM_PERM "Customize Permissions"
  207. IDS_CMDLINE_PARAMS "%1 /s <ComputerName>"
  208. IDS_FOLDER_LABEL "Folder to share"
  209. END
  210. STRINGTABLE DISCARDABLE
  211. BEGIN
  212. IDS_SHARENAME_LABEL "Share name"
  213. IDS_MACSHARENAME_LABEL "Macintosh share name"
  214. END
  215. #endif // English (U.S.) resources
  216. /////////////////////////////////////////////////////////////////////////////
  217. #ifndef APSTUDIO_INVOKED
  218. /////////////////////////////////////////////////////////////////////////////
  219. //
  220. // Generated from the TEXTINCLUDE 3 resource.
  221. //
  222. #define _AFX_NO_SPLITTER_RESOURCES
  223. #define _AFX_NO_OLE_RESOURCES
  224. #define _AFX_NO_TRACKER_RESOURCES
  225. #define _AFX_NO_PROPERTY_RESOURCES
  226. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  227. #ifdef _WIN32
  228. LANGUAGE 9, 1
  229. #pragma code_page(1252)
  230. #endif
  231. #include "res\shrwiz.rc2" // non-Microsoft Visual C++ edited resources
  232. #include "afxres.rc" // Standard components
  233. #endif
  234. /////////////////////////////////////////////////////////////////////////////
  235. #endif // not APSTUDIO_INVOKED