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.

394 lines
17 KiB

  1. #define APSTUDIO_READONLY_SYMBOLS
  2. /////////////////////////////////////////////////////////////////////////
  3. //
  4. // Generated from the TEXTINCLUDE 2 resource.
  5. //
  6. #ifndef APSTUDIO_INVOKED
  7. #include "cabinet.h"
  8. #else
  9. #include <winuser.h>
  10. #include <commctrl.h>
  11. #endif
  12. #include "rcids.h"
  13. #include "mfulist.h"
  14. //
  15. // Include a dummy manifest so that explorer.exe.manifest will not somehow
  16. // automagically add a manifest to the process.
  17. //
  18. CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "explorer.fakemanifest"
  19. // Define this here because its NT5-only and we compile for NT4 (its safe to
  20. // use this flag anyway, it will be ignored)
  21. /////////////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23. DLG_PROGRAMFILECONFLICT DIALOGEX DISCARDABLE 0, 0, 272, 81
  24. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU | (DS_SETFONT|DS_FIXEDSYS)
  25. CAPTION "File Name Warning"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. DEFPUSHBUTTON "&Ignore",IDIGNORE,215,60,50,14
  29. PUSHBUTTON "&Rename",IDC_RENAME,159,60,50,14
  30. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,51,258,1
  31. CONTROL "&Don't perform this check at startup",IDC_MESSAGEBOXCHECKEX,
  32. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,139,10
  33. ICON IDI_WARNING,IDC_STATIC,7,7,21,20
  34. LTEXT "There is a file or folder on your computer called ""%s"" which could cause certain applications to not function correctly. Renaming it to ""%s"" would solve this problem. Would you like to rename it now?",
  35. IDC_MSG,34,7,224,37
  36. END
  37. //////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Icon
  40. //
  41. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  42. // Do NOT remove "old" icons from this list. If you do, the icon index order
  43. // will be messed up and all people who persist the index will now have the wrong
  44. // icon. Instead, rename you icon to old_xxx.ico and just leave it here forever.
  45. // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  46. ICO_MYCOMPUTER ICON "mycomp.ico"
  47. ICO_TREEUP_EXPLORER ICON "treeup.ico"
  48. ICO_OLD_PRINTER ICON "old_printer.ico"
  49. ICO_DESKTOP ICON "desktop.ico"
  50. ICO_OLD_PRINTER_ERROR ICON "old_printerr.ico"
  51. ICO_OLD_INFO ICON "old_info.ico" // don't use these, use the
  52. ICO_OLD_WARNING ICON "old_warning.ico" // version in USER instead
  53. ICO_OLD_ERROR ICON "old_error.ico" // IDI_WARNING, OIC_WARNING/INFO/ERROR
  54. ICO_SHOWDEMOTED ICON "overflow.ico"
  55. ICO_HIDEDEMOTED ICON "underflow.ico"
  56. ICO_OLD_MYCOMPUTER ICON "mycomold.ico" // old icon
  57. ICO_TRAYPROP_PLACEHOLDER ICON "folderop.ico"
  58. ICO_INTERNETBROWSER ICON "inetweb.ico"
  59. ICO_INTERNETMAIL ICON "inetmail.ico"
  60. ICO_WORDMAIL ICON "smwmail.ico"
  61. ICO_CLASSICSM ICON "clasicSM.ico"
  62. //////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Bitmap
  65. //
  66. IDB_START BITMAP DISCARDABLE PURE "start.bmp"
  67. IDB_STARTCLASSIC BITMAP DISCARDABLE PURE "startclassic.bmp"
  68. IDB_START16 BITMAP DISCARDABLE PURE "start16.bmp"
  69. IDB_START16MASK BITMAP DISCARDABLE PURE "start16mask.bmp"
  70. IDB_TAAUTOHIDE BITMAP DISCARDABLE PURE "taautohide.bmp"
  71. IDB_TALOCKGROUP BITMAP DISCARDABLE PURE "talockgroup.bmp"
  72. IDB_TANOLOCKGROUP BITMAP DISCARDABLE PURE "tanolockgroup.bmp"
  73. IDB_TALOCKNOGROUP BITMAP DISCARDABLE PURE "talocknogroup.bmp"
  74. IDB_TANOLOCKNOGROUP BITMAP DISCARDABLE PURE "tanolocknogroup.bmp"
  75. IDB_TAQLLOCKGROUP BITMAP DISCARDABLE PURE "taqllockgroup.bmp"
  76. IDB_TAQLNOLOCKGROUP BITMAP DISCARDABLE PURE "taqlnolockgroup.bmp"
  77. IDB_TAQLLOCKNOGROUP BITMAP DISCARDABLE PURE "taqllocknogroup.bmp"
  78. IDB_TAQLNOLOCKNOGROUP BITMAP DISCARDABLE PURE "taqlnolocknogroup.bmp"
  79. IDB_NACLOCKCLEAN BITMAP DISCARDABLE PURE "naclockclean.bmp"
  80. IDB_NANOCLOCKCLEAN BITMAP DISCARDABLE PURE "nanoclockclean.bmp"
  81. IDB_NACLOCKNOCLEAN BITMAP DISCARDABLE PURE "naclocknoclean.bmp"
  82. IDB_NANOCLOCKNOCLEAN BITMAP DISCARDABLE PURE "nanoclocknoclean.bmp"
  83. //
  84. // These are the Start Menu bitmaps that are used on Win32 machines.
  85. //
  86. IDB_SERVERSTARTBKG BITMAP DISCARDABLE PURE "srvbkg.bmp"
  87. IDB_TERMINALSERVICESBKG BITMAP DISCARDABLE PURE "tsbanner.bmp"
  88. IDB_PERSONALSTARTBKG BITMAP DISCARDABLE PURE "stmuper.bmp"
  89. IDB_PROFESSIONALSTARTBKG BITMAP DISCARDABLE PURE "stmupro.bmp"
  90. IDB_PROFESSIONAL64STARTBKG BITMAP DISCARDABLE PURE "stmupr64.bmp"
  91. IDB_DCSERVERSTARTBKG BITMAP DISCARDABLE PURE "srvdc2.bmp"
  92. IDB_ADVSERVERSTARTBKG BITMAP DISCARDABLE PURE "srvadv2.bmp"
  93. IDB_EMBEDDED BITMAP DISCARDABLE PURE "startem.bmp"
  94. IDB_BLADESTARTBKG BITMAP DISCARDABLE PURE "srvweb.bmp"
  95. IDB_SMALLBUSINESSSTARTBKG BITMAP DISCARDABLE PURE "sbsbkg.bmp"
  96. IDB_TABLETPCSTARTBKG BITMAP DISCARDABLE PURE "stmutab.bmp"
  97. IDB_APPLIANCESTARTBKG BITMAP DISCARDABLE PURE "srvapp.bmp"
  98. IDB_STARTPREVIEWNEW BITMAP DISCARDABLE PURE "NewSM.bmp"
  99. IDB_STARTPREVIEWCLASSIC BITMAP DISCARDABLE PURE "ClassicSM.bmp"
  100. IDB_TRAYCHEVRONHORIZ BITMAP DISCARDABLE PURE "traych.bmp"
  101. IDB_TRAYCHEVRONHORIZOPEN BITMAP DISCARDABLE PURE "traycho.bmp"
  102. IDB_TRAYCHEVRONVERT BITMAP DISCARDABLE PURE "traycv.bmp"
  103. IDB_TRAYCHEVRONVERTOPEN BITMAP DISCARDABLE PURE "traycvo.bmp"
  104. #ifndef APSTUDIO_INVOKED
  105. //////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Accelerator
  108. //
  109. ACCEL_TRAY ACCELERATORS DISCARDABLE
  110. BEGIN
  111. "s", IDC_KBSTART, ALT
  112. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  113. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,SHIFT
  114. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,CONTROL
  115. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,CONTROL,SHIFT
  116. VK_F5, FCIDM_REFRESH, VIRTKEY,NOINVERT
  117. VK_F6, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  118. VK_RETURN, IDM_TRAYPROPERTIES, VIRTKEY,NOINVERT,ALT
  119. "Z", IDM_UNDO, VIRTKEY,NOINVERT,CONTROL
  120. VK_F3, FCIDM_FINDFILES, VIRTKEY,NOINVERT
  121. "m", IDM_MINIMIZEALLHOTKEY, VIRTKEY,NOINVERT,ALT
  122. END
  123. //////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Menu
  126. //
  127. MENU_TRAYCONTEXT MENU PRELOAD DISCARDABLE
  128. BEGIN
  129. POPUP ""
  130. BEGIN
  131. // WARNING -- CTray::BuildContextMenu assumes position of these menu items
  132. MENUITEM "&Adjust Date/Time", IDM_SETTIME
  133. MENUITEM "&Customize Notifications...", IDM_NOTIFYCUST
  134. MENUITEM SEPARATOR
  135. // END WARNING
  136. MENUITEM "Ca&scade Windows", IDM_CASCADE
  137. MENUITEM "Tile Windows &Horizontally", IDM_HORIZTILE
  138. MENUITEM "Tile Windows V&ertically", IDM_VERTTILE
  139. MENUITEM "&Show the Desktop", IDM_TOGGLEDESKTOP
  140. MENUITEM "&Undo", IDM_UNDO
  141. MENUITEM SEPARATOR
  142. MENUITEM "Tas&k Manager", IDM_SHOWTASKMAN
  143. MENUITEM SEPARATOR
  144. MENUITEM "&Lock the Taskbar", IDM_LOCKTASKBAR
  145. MENUITEM "P&roperties", IDM_TRAYPROPERTIES
  146. END
  147. END
  148. MENU_GROUPCONTEXT MENUEX PRELOAD DISCARDABLE
  149. BEGIN
  150. POPUP "", -1
  151. BEGIN
  152. MENUITEM "Ca&scade", IDM_CASCADE
  153. MENUITEM "Tile &Horizontally", IDM_HORIZTILE
  154. MENUITEM "Tile V&ertically", IDM_VERTTILE
  155. MENUITEM "&Minimize Group", IDM_MINIMIZE
  156. MENUITEM "", -1, MFT_SEPARATOR
  157. MENUITEM "&Close Group", IDM_CLOSE
  158. END
  159. END
  160. // NB - ToolbarMenu() relies on the order of these menu items.
  161. // REVIEW HACK Note the spaces after (Empty), these are intentional.
  162. // WARNING: if you change the order of this, or add new items,
  163. // you'll need to change the table in StartMenu_CatMenu
  164. // too.
  165. MENU_START MENUEX DISCARDABLE
  166. BEGIN
  167. POPUP ""
  168. BEGIN
  169. MENUITEM "", -1, MFT_SEPARATOR
  170. POPUP "&Programs", IDM_PROGRAMS
  171. BEGIN
  172. MENUITEM "(Empty) ", IDM_PROGRAMSINIT,,MFS_GRAYED
  173. END
  174. POPUP "F&avorites", IDM_FAVORITES
  175. BEGIN
  176. MENUITEM "(Empty) ", -1,,MFS_GRAYED
  177. END
  178. POPUP "&Documents", IDM_RECENT
  179. BEGIN
  180. MENUITEM "(Empty) ", IDM_RECENTINIT,,MFS_GRAYED
  181. END
  182. POPUP "&Settings", IDM_SETTINGS
  183. BEGIN
  184. MENUITEM "&Control Panel", IDM_CONTROLS
  185. MENUITEM "", -1, MFT_SEPARATOR
  186. #ifdef WINNT
  187. MENUITEM "&Windows Security...", IDM_MU_SECURITY
  188. MENUITEM "&Network Connections", IDM_NETCONNECT
  189. #else
  190. MENUITEM "Dial-up &Networking", IDM_NETCONNECT
  191. #endif
  192. // MENUITEM "&Start Menu", IDM_PROGRAMSFOLDER
  193. MENUITEM "&Printers and Faxes", IDM_PRINTERS
  194. // MENUITEM "&Fonts", IDM_FONTS
  195. // MENUITEM "", -1, MFT_SEPARATOR
  196. MENUITEM "&Taskbar and Start Menu", IDM_TRAYPROPERTIES
  197. END
  198. POPUP "Sear&ch", IDM_MENU_FIND
  199. BEGIN
  200. MENUITEM "", -1, MFT_SEPARATOR
  201. END
  202. MENUITEM "&Help and Support", IDM_HELPSEARCH
  203. MENUITEM "&Run...", IDM_FILERUN
  204. MENUITEM "", IDM_SEP2, MFT_SEPARATOR
  205. MENUITEM "S&ynchronize", IDM_CSC
  206. MENUITEM "&Log Off %s...", IDM_LOGOFF
  207. MENUITEM "D&isconnect...", IDM_MU_DISCONNECT
  208. MENUITEM "Undock Comput&er", IDM_EJECTPC
  209. MENUITEM "Sh&ut Down...", IDM_EXITWIN
  210. END
  211. END
  212. MENU_STARTPANECONTEXT MENUEX PRELOAD DISCARDABLE
  213. BEGIN
  214. POPUP "", -1
  215. BEGIN
  216. MENUITEM "P&roperties", IDSYSPOPUP_STARTMENUPROP
  217. END
  218. END
  219. //////////////////////////////////////////////////////////////////////////////
  220. //
  221. // String Table
  222. //
  223. #ifdef WINNT
  224. // Neither of these two strings should exceed MAX_PATH in length
  225. STRINGTABLE DISCARDABLE
  226. BEGIN
  227. IDS_OKTOKILLAPP1 "The application is either too busy or unable to respond to your request to close."
  228. IDS_OKTOKILLAPP2 "Forcing it to close may cause that application to lose data. Do you want to force it to close?"
  229. END
  230. #endif
  231. STRINGTABLE DISCARDABLE
  232. BEGIN
  233. IDS_STARTBUTTONTIP "Click here to begin"
  234. IDS_UNDOTEMPLATE "&Undo %s"
  235. IDS_CASCADE "Cascade"
  236. IDS_TILE "Tile"
  237. IDS_MINIMIZEALL "Minimize All"
  238. IDS_SHOWDEMOTEDTIP "Show hidden icons"
  239. IDS_HIDEDEMOTEDTIP "Hide"
  240. IDS_BANGICONINFOTITLE "Hiding your inactive notification icons..."
  241. IDS_BANGICONINFOTIP1 "To see the hidden icons, click this button."
  242. IDS_TRAYNOTIFYTITLE "Notification Area"
  243. IDS_TASKBANDTITLE "Running Applications"
  244. IDS_HIDEDESKTOP "&Show Open Windows"
  245. END
  246. STRINGTABLE DISCARDABLE
  247. BEGIN
  248. IDS_CABINET "Windows Explorer"
  249. IDS_STARTMENU "Start Menu"
  250. IDS_WINDOWS "Windows"
  251. #ifdef WINNT
  252. IDS_WINININORUN "Could not load or run '%1' specified in the registry. Make sure the file exists on your computer or remove the reference to it in the registry."
  253. #else
  254. IDS_WINININORUN "Could not load or run '%1' specified in the WIN.INI file. Make sure the file exists on your computer or remove the reference to it in the WIN.INI file."
  255. #endif
  256. IDS_TASKBAR "Taskbar"
  257. IDS_DESKTOP "Desktop"
  258. IDS_CANTFINDSPECIALDIR "Unable to run command.\nThe folder '%1' has been removed."
  259. IDS_NOTINITED "My Computer or Windows Explorer has not been properly initialized yet. Try again later."
  260. IDS_OUTOFMEM "There is not enough memory to complete this operation."
  261. #ifdef FULL_DEBUG
  262. IDS_START "unicode debug"
  263. IDS_STARTCLASSIC "Unicode Debug"
  264. #else
  265. IDS_START "start"
  266. IDS_STARTCLASSIC "Start"
  267. #endif
  268. IDS_STARTMENUANDTASKBAR "Taskbar and Start Menu Properties"
  269. IDS_STARTMENUBALLOON_TIP "You can access all your programs, documents, and settings from the Start Menu. Click on the Start button to begin."
  270. IDS_STARTMENUBALLOON_TITLE "Click on the Start button"
  271. IDS_EXCEPTIONMSG "There was an internal error and one of the windows you were using has been closed."
  272. IDS_RESTRICTIONSTITLE "Restrictions"
  273. IDS_RESTRICTIONS "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."
  274. END
  275. STRINGTABLE DISCARDABLE
  276. BEGIN
  277. IDS_DISPLAY_ERROR "Windows was unable to change the display settings for the new configuration. Return the computer to the previous state, shut down Windows, and restart the computer in the desired configuration."
  278. IDS_DISPLAY_WARN "There may be a problem with your display settings if you continue. To safely change to a new configuration, you should shut down Windows and restart the computer in the desired configuration. Do you want to continue anyway?"
  279. IDS_TASKDROP_ERROR "You cannot drop an item onto a button on the taskbar.\n\nHowever, if you drag the item over a button without releasing the mouse button, the window will open after a moment, allowing you to drop the item inside the window."
  280. IDS_ALREADYAUTOHIDEBAR "A toolbar is already hidden on this side of your screen.\nYou can have only one auto-hide toolbar per side."
  281. IDS_COMMON " (Common)"
  282. IDS_BETAEXPIRED "This pre-release version of ""Internet Explorer 4.0"" Desktop/Explorer has expired. Please update to the latest release of ""Internet Explorer 4.0"" from WWW.MICROSOFT.COM"
  283. IDS_RUNDLGTITLE "Run"
  284. // This has to be in sync with IDM_LOGOFF
  285. IDS_LOGOFFNOUSER "&Log Off..."
  286. // This has to be in sync with IDM_EXITWIN
  287. IDS_TURNOFFCOMPUTER "T&urn Off Computer..."
  288. #ifdef WINNT
  289. IDS_OPENCOMMON "O&pen All Users"
  290. IDS_EXPLORECOMMON "E&xplore All Users"
  291. #endif
  292. IDS_STARTMENUPROP "P&roperties"
  293. #ifdef WINNT
  294. //IDS_HELP_CMD "hh.exe>%systemroot%\\help\\windows.chm"
  295. // on Whistler, we use Help and Support
  296. IDS_HELP_CMD "helpctr.exe>-FromStartHelp"
  297. #else
  298. // on millennium, we use the Help AC
  299. IDS_HELP_CMD "helpctr.exe"
  300. #endif
  301. IDS_FIXSCREENRES_TITLE "Display Settings"
  302. IDS_FIXSCREENRES_TEXT "Your computer's screen resolution and color depth are currently set to a very low level. You can get a better picture by increasing these settings. To do this, click this balloon."
  303. IDS_OFFERTOUR_TITLE "Take a tour of Windows XP"
  304. IDS_OFFERTOUR_TEXT "To learn about the exciting new features in XP now, click here. To take the tour later, click All Programs on the Start menu, and then click Accessories."
  305. IDS_CLEANBOOTMSG "Windows is running in safe mode.\n\nThis special diagnostic mode of Windows enables you to fix a problem which may be caused by your network or hardware settings. Make sure these settings are correct in Control Panel, and then try starting Windows again. While in safe mode, some of your devices may not be available."
  306. IDS_CLEANBOOTMSGRESTORE "Windows is running in safe mode.\n\nThis special diagnostic mode of Windows enables you to fix a problem which may be caused by your network or hardware settings. Make sure these settings are correct in Control Panel, and then try starting Windows again. While in safe mode, some of your devices may not be available.\n\nTo proceed to work in safe mode, click Yes. If you prefer to use System Restore to restore your computer to a previous state, click No."
  307. IDS_BOGUSLABELS "|Go||"
  308. END
  309. // MFU strings
  310. //
  311. // We need to put all of the strings in here, even though only one or two
  312. // of them will actually be used. There is a single MUI package that
  313. // is used for both Win32 and Win64, so you can't put #ifdef WIN64 in a
  314. // resource file.
  315. //
  316. STRINGTABLE
  317. BEGIN
  318. MFU_ENUMRC(PRO32ALL)
  319. MFU_ENUMRC(PRO64ALL)
  320. MFU_ENUMRC(SRV32ADM)
  321. MFU_ENUMRC(SRV64ADM)
  322. END
  323. ////////////////////////////////////////////////////////////////////////////////
  324. //
  325. // Generated from the TEXTINCLUDE 3 resource.
  326. //
  327. #include "explorer.rcv"
  328. #include "dlg.rc"
  329. #include "desktop2\resource.h"
  330. #include "desktop2\StartPane.rc"
  331. /////////////////////////////////////////////////////////////////////////////////////
  332. #endif // not APSTUDIO_INVOKED