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.

254 lines
8.6 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\\pwsext.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\r\n"
  49. "#include ""ntverp.h""\r\n"
  50. "#define VER_FILEDESCRIPTION_STR ""PWS Tray Extension""\r\n"
  51. "#define VER_INTERNALNAME_STR ""pwstray.dll""\r\n"
  52. "#define VER_ORIGINALFILENAME_STR ""pwstray.dll""\r\n"
  53. "#define VER_FILETYPE VFT_DLL\r\n"
  54. "#include ""iisver.h""\r\n"
  55. "#include ""common.ver""\r\n"
  56. "\r\n"
  57. "\0"
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Dialog
  63. //
  64. IDD_WEB_SHARE DIALOG DISCARDABLE 0, 0, 228, 190
  65. STYLE WS_POPUP | WS_CAPTION
  66. CAPTION "Web Sharing"
  67. FONT 8, "MS Shell Dlg"
  68. BEGIN
  69. GROUPBOX " ",IDC_STATIC,6,62,215,121
  70. ICON IDI_ICON_PWS,IDC_STATIC_ICON_PWS,7,7,20,20
  71. LTEXT "Static",IDC_STATIC_STATUS,31,14,190,8
  72. CONTROL "Do &not share this folder",IDC_RDO_NOT,"Button",
  73. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,50,89,10
  74. CONTROL "&Share this folder",IDC_RDO_SHARE,"Button",
  75. BS_AUTORADIOBUTTON,12,62,67,10
  76. LTEXT "Alias&es",IDC_STATIC_ALIAS_TITLE,12,74,23,8
  77. PUSHBUTTON "A&dd...",IDC_ADD,150,84,64,14
  78. PUSHBUTTON "Edit &Properties...",IDC_EDIT,150,106,64,14
  79. PUSHBUTTON "&Remove",IDC_REMOVE,150,127,64,14
  80. LTEXT "S&hare on:",IDC_STATIC_SHARE_ON,6,33,32,8
  81. COMBOBOX IDC_COMBO_SERVER,42,31,179,50,CBS_DROPDOWNLIST |
  82. CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  83. ICON IDI_ICON_IIS,IDC_STATIC_ICON_IIS,6,7,20,20
  84. LISTBOX IDC_LIST,12,83,131,95,LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  85. WS_TABSTOP
  86. END
  87. IDD_ALIAS DIALOG DISCARDABLE 0, 0, 252, 177
  88. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  89. CAPTION "Edit Alias"
  90. FONT 8, "MS Shell Dlg"
  91. BEGIN
  92. LTEXT "&Alias:",IDC_STATIC,7,26,40,8
  93. EDITTEXT IDC_ALIAS,52,23,177,14,ES_AUTOHSCROLL
  94. GROUPBOX "Access permissions",IDC_STATIC,7,45,238,45
  95. CONTROL "&Read",IDC_READ,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  96. 20,59,33,10
  97. CONTROL "&Write",IDC_WRITE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  98. 20,74,33,10
  99. CONTROL "Script source a&ccess",IDC_FULLCONTROL,"Button",
  100. BS_AUTOCHECKBOX | WS_TABSTOP,128,59,82,10
  101. CONTROL "Directory &browsing",IDC_DIRBROWSE,"Button",
  102. BS_AUTOCHECKBOX | WS_TABSTOP,128,74,74,10
  103. GROUPBOX "Application permissions",IDC_STATIC,7,94,238,56
  104. CONTROL "&None",IDC_RDO_NONE,"Button",BS_AUTORADIOBUTTON,20,108,
  105. 33,10
  106. CONTROL "&Scripts",IDC_RDO_SCRIPTS,"Button",BS_AUTORADIOBUTTON,
  107. 20,121,37,10
  108. CONTROL "&Execute (includes scripts)",IDC_RDO_EXECUTE,"Button",
  109. BS_AUTORADIOBUTTON,20,135,96,10
  110. DEFPUSHBUTTON "OK",IDOK,138,156,50,14
  111. PUSHBUTTON "Cancel",IDCANCEL,195,156,50,14
  112. LTEXT "&Directory:",IDC_STATIC,7,9,40,8
  113. EDITTEXT IDC_PATH,52,7,177,14,ES_AUTOHSCROLL | WS_DISABLED
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // DESIGNINFO
  118. //
  119. #ifdef APSTUDIO_INVOKED
  120. GUIDELINES DESIGNINFO DISCARDABLE
  121. BEGIN
  122. IDD_WEB_SHARE, DIALOG
  123. BEGIN
  124. LEFTMARGIN, 6
  125. RIGHTMARGIN, 221
  126. VERTGUIDE, 12
  127. VERTGUIDE, 31
  128. VERTGUIDE, 143
  129. VERTGUIDE, 214
  130. TOPMARGIN, 7
  131. BOTTOMMARGIN, 183
  132. HORZGUIDE, 22
  133. HORZGUIDE, 84
  134. HORZGUIDE, 178
  135. END
  136. IDD_ALIAS, DIALOG
  137. BEGIN
  138. LEFTMARGIN, 7
  139. RIGHTMARGIN, 245
  140. VERTGUIDE, 20
  141. VERTGUIDE, 128
  142. TOPMARGIN, 7
  143. BOTTOMMARGIN, 170
  144. HORZGUIDE, 69
  145. HORZGUIDE, 84
  146. HORZGUIDE, 118
  147. END
  148. END
  149. #endif // APSTUDIO_INVOKED
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // Icon
  153. //
  154. // Icon with lowest ID value placed first to ensure application icon
  155. // remains consistent on all systems.
  156. IDI_ICON_PWS ICON DISCARDABLE "res\\product.ico"
  157. IDI_ICON_IIS ICON DISCARDABLE "res\\icon1.ico"
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // String Table
  161. //
  162. STRINGTABLE DISCARDABLE
  163. BEGIN
  164. IDS_ERROR_NOT_ENOUGH_MEMORY "Not Enough Memory"
  165. IDS_STATUS_STARTED "Internet Information Services are started."
  166. IDS_STATUS_STOPPED "Internet Information Services are stopped."
  167. IDS_STATUS_PAUSED "Internet Information Services are paused."
  168. IDS_UNABLE_TO_REGISTER "Unable to register the IIS shell extension."
  169. IDS_UNABLE_TO_UNREGISTER "Unable to unregister the IIS shell extension."
  170. IDS_PAGE_TITLE "Web Sharing"
  171. IDS_STATUS_STARTING "Internet Information Services are starting..."
  172. IDS_CONFIRM_REMOVE "Delete alias ""%1""?"
  173. IDS_DEFAULT_ALIAS "New"
  174. IDS_EMPTY_ALIAS "You must enter a name for the alias."
  175. IDS_NO_PARENT "You must specify a valid parent alias - or none at all."
  176. IDS_ALIAS_IS_TAKEN "The alias ""%1"" already exists. Please choose a different alias."
  177. IDS_CONFIRM_SHARENOT "Disable web sharing of this folder?\nThis action will delete all the aliases for this item."
  178. IDS_PWS_TITLE "Internet Information Services"
  179. END
  180. STRINGTABLE DISCARDABLE
  181. BEGIN
  182. IDS_STATUS_SHUTDOWN "Internet Information Services are shut down."
  183. IDS_STATUS_IIS_STARTED "Internet Information Services are started."
  184. IDS_STATUS_IIS_STOPPED "Internet Information Services are stopped."
  185. IDS_STATUS_IIS_PAUSED "Internet Information Services are paused."
  186. IDS_STATUS_IIS_SHUTDOWN "Internet Information Services are shut down."
  187. IDS_STATUS_IIS_STARTING "Internet Information Services are starting..."
  188. IDS_DEFAULT_SERVER_DESCRIPTION "Virtual web server "
  189. IDS_ILLEGAL_VIRT_DIR_CHARS "\\?""#%<>*"
  190. IDS_ILLEGAL_PHYS_PATH_CHARS "/?""#%<>*"
  191. IDS_WRITEEXECUTE_WARNING
  192. "Enabling write permissions and either script or execute permissions will allow users to upload potentially harmful scripts and/or programs onto the server and execute them.\n Are you sure you want to do this?\n"
  193. IDS_WARNING "Warning"
  194. END
  195. #endif // English (U.S.) resources
  196. /////////////////////////////////////////////////////////////////////////////
  197. #ifndef APSTUDIO_INVOKED
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Generated from the TEXTINCLUDE 3 resource.
  201. //
  202. #define _AFX_NO_SPLITTER_RESOURCES
  203. #define _AFX_NO_OLE_RESOURCES
  204. #define _AFX_NO_TRACKER_RESOURCES
  205. #define _AFX_NO_PROPERTY_RESOURCES
  206. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  207. #ifdef _WIN32
  208. LANGUAGE 9, 1
  209. #pragma code_page(1252)
  210. #endif
  211. #include "res\pwsext.rc2" // non-Microsoft Visual C++ edited resources
  212. #include "afxres.rc" // Standard components
  213. #endif
  214. #include "ntverp.h"
  215. #define VER_FILEDESCRIPTION_STR "PWS Tray Extension"
  216. #define VER_INTERNALNAME_STR "pwstray.dll"
  217. #define VER_ORIGINALFILENAME_STR "pwstray.dll"
  218. #define VER_FILETYPE VFT_DLL
  219. #include "iisver.h"
  220. #include "common.ver"
  221. /////////////////////////////////////////////////////////////////////////////
  222. #endif // not APSTUDIO_INVOKED