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.

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