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.

262 lines
13 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. #ifdef APSTUDIO_INVOKED
  10. #include "afxres.h"
  11. #else // APSTUDIO_INVOKED
  12. #include <windows.h>
  13. #include <commctrl.h>
  14. #define IDC_STATIC -1
  15. #endif // APSTUDIO_INVOKED
  16. /////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. #ifdef APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // TEXTINCLUDE
  29. //
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "resource.h\0"
  33. END
  34. 2 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "#ifdef APSTUDIO_INVOKED\r\n"
  37. "#include ""afxres.h""\r\n"
  38. "#else // APSTUDIO_INVOKED\r\n"
  39. "#include <windows.h>\r\n"
  40. "#include <commctrl.h>\r\n"
  41. "#define IDC_STATIC -1\r\n"
  42. "#endif // APSTUDIO_INVOKED\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "#include ""app.rc2""\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Dialog
  53. //
  54. IDD_SHARE_PROPERTIES DIALOGEX 0, 0, PROP_MED_CXDLG, PROP_MED_CYDLG
  55. STYLE DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Sharing"
  57. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  58. BEGIN
  59. ICON IDI_ICON_SHARE,IDC_SHARE_ICON,6,6,20,20
  60. LTEXT "You can share this folder with other users on your network. To enable sharing for this folder, click Share this folder.",
  61. IDC_SHARE_TOPTEXT,37,7,183,26
  62. GROUPBOX "",IDC_STATIC,6,50,214,148
  63. CONTROL "Do &not share this folder",IDC_SHARE_NOTSHARED,"Button",
  64. BS_AUTORADIOBUTTON,13,38,89,10
  65. CONTROL "&Share this folder",IDC_SHARE_SHAREDAS,"Button",
  66. BS_AUTORADIOBUTTON,13,50,67,10
  67. LTEXT "S&hare name:",IDC_SHARE_SHARENAME_TEXT,13,66,43,8
  68. EDITTEXT IDC_SHARE_SHARENAME,64,63,149,14,ES_AUTOHSCROLL
  69. COMBOBOX IDC_SHARE_SHARENAME_COMBO,64,63,149,76,CBS_DROPDOWNLIST |
  70. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  71. LTEXT "&Description:",IDC_SHARE_COMMENT_TEXT,13,84,43,8
  72. EDITTEXT IDC_SHARE_COMMENT,64,81,149,14,ES_AUTOHSCROLL
  73. LTEXT "User limit:",IDC_SHARE_LIMIT,13,104,31,8
  74. CONTROL "&Maximum allowed",IDC_SHARE_MAXIMUM,"Button",
  75. BS_AUTORADIOBUTTON,64,104,71,10
  76. CONTROL "Allo&w this number of users:",IDC_SHARE_ALLOW,"Button",BS_AUTORADIOBUTTON,64,
  77. 119,100,10
  78. EDITTEXT IDC_SHARE_ALLOW_VALUE,170,117,43,14,ES_AUTOHSCROLL
  79. CONTROL "",IDC_SHARE_ALLOW_SPIN,"msctls_updown32",
  80. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  81. UDS_ARROWKEYS | UDS_NOTHOUSANDS,130,117,9,14
  82. LTEXT "To set permissions for users who access this folder over the network, click Permissions.",
  83. IDC_STATIC,13,140,122,24
  84. PUSHBUTTON "&Permissions...",IDC_SHARE_PERMISSIONS,143,140,70,14
  85. LTEXT "To modify how people use the content while offline, click Offline Settings.",
  86. IDC_SHARE_CACHING_TEXT,13,173,122,18
  87. PUSHBUTTON "&Offline Settings...",IDC_SHARE_CACHING,143,173,70,14
  88. PUSHBUTTON "&Remove Share",IDC_SHARE_REMOVE,63,199,70,14,WS_GROUP
  89. PUSHBUTTON "N&ew Share...",IDC_SHARE_NEWSHARE,143,199,70,14
  90. PUSHBUTTON "OK",IDOK,101,125,51,14
  91. PUSHBUTTON "Cancel",IDCANCEL,160,125,51,14
  92. END
  93. IDD_NEW_SHARE DIALOGEX 6, 18, 249, 83
  94. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  95. EXSTYLE WS_EX_CONTEXTHELP
  96. CAPTION "New Share"
  97. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  98. BEGIN
  99. LTEXT "&Share name:",IDC_SHARE_SHARENAME_TEXT,6,8,46,8
  100. EDITTEXT IDC_SHARE_SHARENAME,56,6,125,12,ES_AUTOHSCROLL
  101. LTEXT "&Description:",IDC_SHARE_COMMENT_TEXT,6,22,46,8
  102. EDITTEXT IDC_SHARE_COMMENT,56,20,125,12,ES_AUTOHSCROLL
  103. GROUPBOX "User limit",IDC_SHARE_LIMIT,6,37,175,42,WS_GROUP
  104. CONTROL "Ma&ximum allowed",IDC_SHARE_MAXIMUM,"Button",
  105. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,49,87,10
  106. CONTROL "Allo&w this number of users:",IDC_SHARE_ALLOW,"Button",BS_AUTORADIOBUTTON,12,
  107. 62,110,10
  108. EDITTEXT IDC_SHARE_ALLOW_VALUE,125,60,43,12,ES_MULTILINE |
  109. WS_GROUP
  110. CONTROL "",IDC_SHARE_ALLOW_SPIN,"msctls_updown32",
  111. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  112. UDS_ARROWKEYS | UDS_NOTHOUSANDS,81,60,6,12
  113. DEFPUSHBUTTON "OK",IDOK,189,6,54,14,WS_GROUP
  114. PUSHBUTTON "Cancel",IDCANCEL,189,23,54,14
  115. PUSHBUTTON "&Permissions...",IDC_SHARE_PERMISSIONS,189,40,54,14
  116. END
  117. IDD_SIMPLE_SHARE_PROPERTIES DIALOG DISCARDABLE 0, 0, PROP_MED_CXDLG, PROP_MED_CYDLG
  118. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  119. WS_SYSMENU
  120. CAPTION "Sharing"
  121. FONT 8, "MS Shell Dlg"
  122. BEGIN
  123. GROUPBOX "Local sharing and security",IDC_GB_SECURITY,7,4,212,70
  124. ICON IDI_SECURITY,IDC_STATIC,14,15,20,20
  125. CONTROL "To share this folder with other users of this computer only, drag it to the <A>Shared Documents</A> folder.",
  126. IDC_LNK_SHARE_OPEN_SHARED_DOCS,"SysLink",WS_TABSTOP,40,15,
  127. 174,20
  128. LTEXT "To make this folder and its subfolders private so that only you have access, select the following check box.",
  129. IDC_SIMPLE_SHARE_SECURITY_STATIC,40,39,174,16
  130. CONTROL "&Make this folder private",IDC_SHARE_NOTSHARED,"Button",
  131. BS_AUTOCHECKBOX | WS_TABSTOP,40,60,174,10
  132. GROUPBOX "Network sharing and security",IDC_GB_NETWORK_SHARING,7,
  133. 77,212,83
  134. ICON IDI_NETWORK,IDC_SHARE_ICON,14,87,20,20
  135. LTEXT "To share this folder with both network users and other users of this computer, select the first check box below and type a share name.",
  136. IDC_SIMPLE_SHARE_NETWORKING_STATIC,40,87,174,25
  137. CONTROL "&Share this folder on the network",IDC_SHARE_SHAREDAS,
  138. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,40,116,174,10
  139. LTEXT "S&hare name:",IDC_SHARE_SHARENAME_TEXT,40,131,41,8
  140. EDITTEXT IDC_SHARE_SHARENAME,87,129,126,14,ES_AUTOHSCROLL
  141. CONTROL "Allo&w network users to change my files",
  142. IDC_SHARE_PERMISSIONS,"Button",BS_AUTOCHECKBOX |
  143. WS_TABSTOP,40,146,174,10
  144. ICON IDI_INFO,IDC_I_SHARE_INFORMATION,7,164,20,20,
  145. SS_REALSIZEIMAGE
  146. CONTROL "The options on this tab are disabled because this folder is in <A>another folder</A> that is private.",
  147. IDC_LNK_SHARE_PARENT_PROTECTED,"SysLink",WS_TABSTOP,25,
  148. 164,199,37
  149. CONTROL "To protect your computer from unauthorized access, sharing the root of a drive is not recommended.\n\n<A>If you understand the risk but still want to share the root of the drive, click here</A>.",
  150. IDC_LNK_SHARE_DRIVE_BLOCADE,"SysLink",NOT WS_VISIBLE |
  151. WS_TABSTOP,7,4,212,70
  152. CONTROL "As a security measure, Windows has disabled remote access to this computer. However, you can enable remote access and safely share files by running the <A>Network Setup Wizard</A>.",
  153. IDC_LNK_SHARE_NETWORK_WIZARD,"SysLink",WS_TABSTOP,40,87,
  154. 174,37
  155. CONTROL "<A>If you understand the security risks but want to share files without running the wizard, click here</A>.",
  156. IDC_LNK_SHARE_SECURITY_OVERRIDE,"SysLink",WS_TABSTOP,40,128,
  157. 174,27
  158. LTEXT "All the options on this tab are disabled because this folder is used by the operating system.",
  159. IDC_S_SHARE_SYSTEM_FOLDER,25,164,199,37,NOT WS_GROUP
  160. CONTROL "Learn more about <A>sharing and security</A>.",
  161. IDC_LNK_SHARE_HELP_SHARING_AND_SECURITY,"SysLink",WS_TABSTOP,7,
  162. 201,213,10
  163. END
  164. IDD_SIMPLE_SHARE_ENABLE_WARNING DIALOG DISCARDABLE 0, 0, 257, 96
  165. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  166. CAPTION "Enable File Sharing"
  167. FONT 8, "MS Shell Dlg"
  168. BEGIN
  169. ICON "",IDC_ICON_INFO,7,7,20,20
  170. LTEXT "If you enable sharing on this computer without using the Network Setup Wizard, the computer could be vulnerable to attacks from the Internet. We strongly recommend that you run the Network Setup Wizard to protect your computer."
  171. IDC_STATIC,40,7,204,36
  172. CONTROL "Use the wizard to enable file sharing (Recommended)",
  173. IDC_RB_RUN_THE_WIZARD,"Button",BS_AUTORADIOBUTTON,40,44,
  174. 204,10
  175. CONTROL "Just enable file sharing",
  176. IDC_RB_ENABLE_FILE_SHARING,"Button",BS_AUTORADIOBUTTON,40,56,
  177. 204,10
  178. DEFPUSHBUTTON "OK",IDOK,130,76,54,14,WS_GROUP
  179. PUSHBUTTON "Cancel",IDCANCEL,185,76,54,14
  180. END
  181. /////////////////////////////////////////////////////////////////////////////
  182. //
  183. // Icon
  184. //
  185. // Icon with lowest ID value placed first to ensure application icon
  186. // remains consistent on all systems.
  187. IDI_ICON_SHARE ICON DISCARDABLE "filesvc.ico"
  188. IDI_NETWORK ICON DISCARDABLE "group.ico"
  189. IDI_SECURITY ICON DISCARDABLE "computer.ico"
  190. IDI_INFO ICON DISCARDABLE "Info16.ico"
  191. /////////////////////////////////////////////////////////////////////////////
  192. //
  193. // String Table
  194. //
  195. STRINGTABLE DISCARDABLE
  196. BEGIN
  197. IDS_APP_MSG_NOT_FOUND "Could not find message 0x%08lx in the application message file."
  198. IDS_NET_MSG_NOT_FOUND "Could not find message 0x%08lx in the network message file."
  199. IDS_NO_NET_MSG "Could not find network error messages."
  200. IDS_MSGTITLE "Sharing"
  201. IDS_SHARING "S&haring and Security..."
  202. IDS_MENUHELP "Displays the properties for sharing the selected folder"
  203. IDS_ACLEDIT_PERM_GEN_NO_ACCESS "No Access"
  204. IDS_ACLEDIT_PERM_GEN_READ "Read"
  205. IDS_ACLEDIT_PERM_GEN_MODIFY "Change"
  206. IDS_ACLEDIT_PERM_GEN_ALL "Full Control"
  207. IDS_ACLEDIT_TITLE "Access Through &Share"
  208. IDS_HELPFILENAME "ntshrui.hlp"
  209. END
  210. STRINGTABLE DISCARDABLE
  211. BEGIN
  212. IDS_SHAREPERM_READ "Read"
  213. IDS_SHAREPERM_MODIFY "Change"
  214. IDS_SHAREPERM_ALL "Full Control"
  215. IDS_CSCUI_HELPFILENAME "cscui.hlp"
  216. IDS_PERMPAGE_TITLE "Share Permissions"
  217. IDS_PRIVATE_CONFIRM_DELSHARE
  218. "Making this folder private will prevent all of its subfolders from being shared on the network.\n\nAre you sure you want to make this folder private?"
  219. IDS_PRIVATE_CREATE_PASSWORD
  220. "You do not currently have a password on your user account. Even though you made\nthis folder private, anyone can log in as you and access this folder.\n\nDo you want to create a password for yourself?"
  221. IDS_SIMPLE_SHARE_HELPFILE "filefold.hlp"
  222. IDS_SHARE_HELP_SHARING_AND_SECURITY_PER
  223. "hcp://services/subsite?node=TopLevelBucket_2/Networking_and_the_Web&topic=MS-ITS%3A%25HELP_LOCATION%25%5Cfilefold.chm%3A%3A/sharing_files_overviewP.htm&select=Networking_and_the_Web/Sharing_files__printers__and_other_resources"
  224. IDS_SHARE_HELP_SHARING_AND_SECURITY_WKS
  225. "hcp://services/subsite?node=TopLevelBucket_2/Networking_and_the_Web&topic=MS-ITS%3A%25HELP_LOCATION%25%5Cfilefold.chm%3A%3A/sharing_files_overviewW.htm&select=Networking_and_the_Web/Sharing_files__printers__and_other_resources"
  226. IDS_PERM_PROGRESS_TITLE "Setting folder permissions..."
  227. END
  228. #endif // English (U.S.) resources
  229. /////////////////////////////////////////////////////////////////////////////
  230. #ifndef APSTUDIO_INVOKED
  231. /////////////////////////////////////////////////////////////////////////////
  232. //
  233. // Generated from the TEXTINCLUDE 3 resource.
  234. //
  235. #include "app.rc2"
  236. /////////////////////////////////////////////////////////////////////////////
  237. #endif // not APSTUDIO_INVOKED