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.

440 lines
24 KiB

  1. // included in ..\shell32.rc
  2. #include "resource.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // bitmaps used by DESKHTML.
  6. //
  7. IDB_MONITOR BITMAP "monitor.bmp"
  8. IDB_WIZARD BITMAP "wizard.bmp"
  9. IDI_BACK_NONE ICON "none.ico"
  10. IDI_FOLDEROPTIONS ICON "foldopt.ico"
  11. IDI_FRAME ICON "..\\shdocvw\\rc_frame.ico"
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Dialogs used by DESKHTML
  15. //
  16. IDD_BACKGROUND DIALOG DISCARDABLE 0, 0, 252, 218
  17. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | WS_POPUP | WS_CAPTION
  18. CAPTION "Desktop"
  19. FONT 8, "MS Shell Dlg"
  20. BEGIN
  21. LTEXT "Bac&kground:", IDC_BACK_SELECT,7,115,50,8
  22. CONTROL "List Of backgrounds",IDC_BACK_WPLIST,WC_LISTVIEW,LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  23. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP | WS_GROUP, 7,127,181,70
  24. PUSHBUTTON "&Browse...",IDC_BACK_BROWSE,195,127,50,14,WS_GROUP
  25. LTEXT "&Position:",IDC_BACK_DISPLAY,195,148,50,8
  26. COMBOBOX IDC_BACK_WPSTYLE,195,158,50,40,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  27. LTEXT "&Color:",IDC_BACK_COLORPICKERLABEL,195,177,50,8
  28. CONTROL "",IDC_BACK_COLORPICKER,"Button",BS_OWNERDRAW | WS_TABSTOP,195,187,50,13
  29. CONTROL "",IDC_BACK_PREVIEW,"BackgroundPreview2",WS_GROUP,63,7,125,107
  30. PUSHBUTTON "Customize &Desktop...",IDC_BACK_WEB,7,200,90,14,WS_GROUP
  31. END
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Dialogs used by Options property sheet
  35. //
  36. IDD_FOLDEROPTIONS DIALOG DISCARDABLE 0, 0, 240, 230
  37. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  38. CAPTION "General"
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. GROUPBOX "Tasks",IDC_FCUS_WEBVIEW_GROUP_STATIC,7,7,226,37,WS_GROUP
  42. CONTROL "Show common tasks in &folders",
  43. IDC_FCUS_WHENEVER_POSSIBLE,"Button",BS_AUTORADIOBUTTON,
  44. 41,18,185,9
  45. CONTROL "Use Windows class&ic folders",IDC_FCUS_WHEN_CHOOSE,
  46. "Button",BS_AUTORADIOBUTTON,41,29,185,9
  47. GROUPBOX "Browse folders",IDC_STATIC,7,51,226,38,WS_GROUP
  48. CONTROL "Open each folder in the sa&me window",
  49. IDC_FCUS_SAME_WINDOW,"Button",BS_AUTORADIOBUTTON,41,63,
  50. 185,9
  51. CONTROL "Open each folder in its own &window",
  52. IDC_FCUS_SEPARATE_WINDOWS,"Button",BS_AUTORADIOBUTTON,41,
  53. 74,185,9
  54. GROUPBOX "Click items as follows",IDC_STATIC,7,96,226,60,
  55. WS_GROUP
  56. CONTROL "&Single-click to open an item (point to select)",
  57. IDC_FCUS_SINGLECLICK,"Button",BS_AUTORADIOBUTTON,41,108,
  58. 174,9
  59. CONTROL "&Double-click to open an item (single-click to select)",
  60. IDC_FCUS_DOUBLECLICK,"Button",BS_AUTORADIOBUTTON,41,141,
  61. 185,9
  62. CONTROL "Underline icon titles consistent with my &browser",
  63. IDC_FCUS_ICON_IE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
  64. 54,119,172,9
  65. CONTROL "Underline icon titles only when I &point at them",
  66. IDC_FCUS_ICON_HOVER,"Button",BS_AUTORADIOBUTTON,54,130,
  67. 172,9
  68. PUSHBUTTON "&Restore Defaults",IDC_FCUS_RESTORE_DEFAULTS,161,164,72,
  69. 14
  70. ICON "",IDC_FCUS_ICON_WEBVIEW,14,18,21,20, SS_REALSIZECONTROL
  71. ICON "",IDC_FCUS_ICON_WINDOW,14,63,21,20, SS_REALSIZECONTROL
  72. ICON "",IDC_FCUS_ICON_CLICKS,14,108,21,20, SS_REALSIZECONTROL
  73. END
  74. IDD_ADVANCEDOPTIONS DIALOGEX 0, 0, 240, 230
  75. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  76. WS_SYSMENU
  77. CAPTION "View"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. GROUPBOX "Folder views",IDC_STATIC,10,5,220,55
  81. PUSHBUTTON "Apply to A&ll Folders",IDC_ADVO_USECURRENTFOLDER,56,35,77,15
  82. PUSHBUTTON "&Reset All Folders",IDC_ADVO_RESETTOORIGINAL,143,35,77,15
  83. ICON IDI_STSPROGS,IDC_ADVO_IMAGEFOLDER,20,20,21,20, SS_REALSIZECONTROL
  84. LTEXT "Advanced settings:",IDC_ADVO_ADVANCEDTEXT,10,70,108,8
  85. CONTROL "Tree1",IDC_ADVO_ADVANCEDTREE,WC_TREEVIEW,TVS_LINESATROOT |
  86. TVS_DISABLEDRAGDROP | TVS_CHECKBOXES | WS_BORDER | WS_TABSTOP,10,80,220,
  87. 120
  88. PUSHBUTTON "Restore &Defaults",IDC_ADVO_ADV_RESTORE_DEF,160,210,70,14
  89. LTEXT "You can apply the view (such as Details or Tiles) that you are using for this folder to all folders.",
  90. IDC_ADVO_STATICTEXT,56,14,169,20,0,0,IDC_STATIC
  91. END
  92. IDD_CUSTOMIZE DIALOG DISCARDABLE 0, 0, 234, 218
  93. STYLE DS_MODALFRAME | DS_CONTEXTHELP | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  94. CAPTION "General"
  95. FONT 8, "MS Shell Dlg"
  96. BEGIN
  97. GROUPBOX "Desktop icons",IDC_COMP_DESKTOPICONS_GROUP,7,5,219,41
  98. CONTROL "My &Documents", IDC_DESKTOP_ICON_MYDOCS,"Button",BS_3STATE | WS_TABSTOP | WS_GROUP, 13,17,105,10
  99. CONTROL "&My Computer", IDC_DESKTOP_ICON_MYCOMP,"Button",BS_3STATE, 13,31,105,10
  100. CONTROL "My &Network Places", IDC_DESKTOP_ICON_MYNET,"Button",BS_3STATE, 120,17,105,10
  101. CONTROL "&Internet Explorer", IDC_DESKTOP_ICON_IE,"Button",BS_3STATE, 120,31,105,10
  102. CONTROL "Desktop Icons",IDC_DESKTOP_ICONS,"SysListView32",LVS_SINGLESEL | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,63,219,56
  103. PUSHBUTTON "C&hange Icon...",IDC_CHANGEICON2,103,122,60,15
  104. PUSHBUTTON "Re&store Default",IDC_ICONDEFAULT,167,122,60,15
  105. GROUPBOX "Desktop cleanup",IDC_COMP_CLEANUP_GROUP,7,146,219,61
  106. LTEXT "Desktop cleanup moves unused desktop items to a folder."
  107. IDC_DESKCLNR_MOVEUNUSED,13,159,200,13
  108. CONTROL "R&un Desktop Cleanup Wizard every 60 days",IDC_DESKCLNR_CHECK,"Button",
  109. BS_AUTOCHECKBOX | WS_TABSTOP,13,173,194,10
  110. PUSHBUTTON "&Clean Desktop Now",IDC_DESKCLNR_RUNWIZARD,140,187,80,15
  111. END
  112. IDD_CUSTOMIZE_WEB DIALOG DISCARDABLE 0, 0, 234, 218
  113. STYLE DS_MODALFRAME | DS_CONTEXTHELP | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  114. CAPTION "Web"
  115. FONT 8, "MS Shell Dlg"
  116. BEGIN
  117. LTEXT "To display a Web page on your desktop, select it from the following list. To add a Web page to the list, click New. To update Web page content, click Synchronize.",
  118. IDC_COMP_DESKTOPWEBPAGES_TITLE1,7,10,220,30
  119. LTEXT "&Web pages:",IDC_COMP_DESKTOPWEBPAGES_LABEL,7,38,220,9
  120. CONTROL "Active Desktop Components",IDC_COMP_LIST,WC_LISTVIEW,LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  121. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP | WS_GROUP, 7,50,163,68
  122. PUSHBUTTON "&New...",IDC_COMP_NEW,175,50,50,14,WS_GROUP
  123. PUSHBUTTON "&Delete",IDC_COMP_DELETE,175,68,50,14
  124. PUSHBUTTON "&Properties",IDC_COMP_PROPERTIES,175,86,50,14
  125. PUSHBUTTON "&Synchronize",IDC_COMP_SYNCHRONIZE,175,104,50,14
  126. LTEXT "To prevent moving or resizing of Web items on your desktop, select the following check box.",
  127. IDC_COMP_DESKTOPWEBPAGES_TITLE2,7,123,220,17
  128. CONTROL "&Lock desktop items",IDC_COMP_DESKTOPWEBPAGES_CHECK,"Button",
  129. BS_AUTOCHECKBOX | WS_TABSTOP,7,147,194,13
  130. END
  131. IDD_ADDCOMPONENT DIALOG DISCARDABLE 0, 0, 294, 183
  132. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  133. CAPTION "New Desktop Item"
  134. FONT 8, "MS Shell Dlg"
  135. BEGIN
  136. LTEXT "You can add live Web content or pictures to your desktop.", IDC_STATIC,100,7,187,16
  137. LTEXT "To add an item from the Microsoft Desktop Gallery, click Visit Gallery.", IDC_STATIC,100,29,187,25
  138. PUSHBUTTON "Visit &Gallery",IDC_GOTO_GALLERY,237,54,50,14
  139. CONTROL IDB_WIZARD,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,-1,88,155
  140. LTEXT "To add a Web page or picture from the Internet, enter its Web address (URL) below.", IDC_STATIC,100,78,187,18
  141. LTEXT "",IDC_STATIC,0,154,294,1,SS_SUNKEN | NOT WS_GROUP
  142. LTEXT "&Location:",IDC_STATIC,100,99,30,10
  143. EDITTEXT IDC_CPROP_SOURCE,144,97,143,14,ES_AUTOHSCROLL
  144. LTEXT "To add a picture or HTML document, click Browse.", IDC_STATIC,100,122,187,8
  145. PUSHBUTTON "&Browse...",IDC_CPROP_BROWSE,237,133,50,14
  146. DEFPUSHBUTTON "OK",IDOK,183,162,50,14
  147. PUSHBUTTON "Cancel",IDCANCEL,237,162,50,14
  148. END
  149. IDD_COLORPICK DIALOGEX DISCARDABLE 0, 0, 62, 81
  150. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_DLGFRAME
  151. FONT 8, "MS Shell Dlg"
  152. BEGIN
  153. CONTROL "",IDC_CPDLG_16COLORS,"Static",0xd,0,0,62,62
  154. LTEXT "",IDC_CPDLG_COLORETCH,1,62,61,1,NOT WS_GROUP | 0x10
  155. PUSHBUTTON "&Other...",IDC_CPDLG_COLOROTHER,0,65,47,14
  156. CONTROL "",IDC_CPDLG_COLORCUST,"Static",0xd,49,65,14,14
  157. END
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // Strings used in DESKHTML
  161. //
  162. STRINGTABLE DISCARDABLE
  163. BEGIN
  164. IDS_HTMLDOCUMENT "HTML document"
  165. IDS_PICTURE "Picture"
  166. IDS_WEBSITE "Web Site"
  167. IDS_ADDTODESKTOP "New - "
  168. IDS_EDITDESKTOPCOMP "Edit - "
  169. IDS_TYPETHENAMESTRING "Type the location (URL) of the %s below:"
  170. IDS_IMAGES_FILTER "*.bmp;*.gif;*.jpg;*.jpeg;*.dib;*.png"
  171. IDS_HTMLDOC_FILTER "*.htm;*.html"
  172. IDS_MHTML_FILTER "*.mhtml;*.mht"
  173. IDS_URL_FILTER "*.URL"
  174. IDS_CDF_FILTER "*.cdf"
  175. IDS_CONFIRM_ADD "Do you want to add this Active Desktop item to your desktop?"
  176. IDS_NOHTML_SELECTED "No local HTML document is selected to be displayed as the desktop background.\r\nUse the Browse button to select one."
  177. IDS_URL_EXTENSION ".URL"
  178. IDS_CONFIRM_OVERWRITE_SUBSCR "This Web site is already subscribed.\r\n Do you want to overwrite its subscription?"
  179. IDS_INTERNET_EXPLORER "Internet Explorer"
  180. IDS_COMMENT_BEGIN "<!----\r\n"
  181. IDS_COMMENT1 "***** This file is automatically generated by Microsoft Windows *****\r\n"
  182. IDS_COMMENT_END "-------->\r\n"
  183. IDS_HEADER_BEGIN "<HTML>\r\n"
  184. IDS_BODY_BEGIN "<BODY background=""%s"" style=""border:none;"" bgcolor=#%02lx%02lx%02lx topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 %s>\r\n"
  185. IDS_BODY_BEGIN2 "<BODY background=""%s"" style=""border:none;"" bgcolor=#%02lx%02lx%02lx topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0>\r\n"
  186. IDS_BODY_CENTER_WP "<BODY background=""%s"" style=""background-attachment:fixed; background-position:50%% 50%%; background-repeat:no-repeat; border:none"" bgcolor=#%02lx%02lx%02lx topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0>\r\n"
  187. IDS_BODY_CENTER_WP2 "<BODY bgcolor=#%02lx%02lx%02lx>\r\n"
  188. IDS_BODY_PATTERN_AND_WP "<DIV style=""width:100%%; height:100%%; background-repeat:no-repeat; background:URL(%s) 50%% 50%% no-repeat""></DIV>\r\n"
  189. IDS_BODY_PATTERN_AND_WP2 "<DIV style=""position:absolute; LEFT: %d; TOP: %d; WIDTH: %d; HEIGHT: %d; background-repeat:no-repeat; background:URL(%s) 50%% 50%% no-repeat""></DIV>\r\n"
  190. IDS_STRETCH_WALLPAPER "<IMG src=""%s"" cache style=""position: absolute; left:0; top:0; width: 100%%; height: 100%%;"">\r\n"
  191. IDS_DIV_START "\t<DIV id=%s name=""DeskMovr"" style=""position:absolute; \r\n"
  192. IDS_DIV_START2 "\t<DIV id=%d name=""DeskMovr"" src=""%s"" style=""position:absolute; \r\n"
  193. IDS_DIV_START2W "\t<DIV id=%d name=""DeskMovr"" style=""position:absolute; \r\n"
  194. IDS_DIV_START3 "\r\n\t<DIV style=""position:absolute; LEFT: %d; TOP: %d; WIDTH: %d; HEIGHT: %d;"">\r\n"
  195. IDS_DIV_SIZE "\t\tBackground=orange; HEIGHT: %d; LEFT: %d; TOP: %d; WIDTH: %d; Z-INDEX: %d"">\r\n"
  196. IDS_IMAGE_BEGIN "\t<IMG id=%s name=""DeskMovr"" src=""%s"" cache\r\n"
  197. IDS_IMAGE_BEGIN2 "\t<IMG id=%d name=""DeskMovr"" src=""%s"" cache\r\n"
  198. IDS_IMAGE_LOCATION "\t\tstyle=""BACKGROUND: transparent; position:absolute; LEFT: %d; TOP: %d; Z-INDEX: %d"">\r\n"
  199. IDS_IMAGE_SIZE "\t\tstyle=""BACKGROUND: transparent; position:absolute; LEFT: %d; TOP: %d; WIDTH: %d; HEIGHT: %d; Z-INDEX: %d"">\r\n"
  200. IDS_DIV_END "\t</DIV>\r\n"
  201. IDS_IFRAME_BEGIN "\t<IFRAME id=%s MARGINWIDTH=0 MARGINHEIGHT=0 name=""DeskMovrW"" src=""%s"" %s\r\n"
  202. IDS_IFRAME_BEGIN2 "\t<IFRAME id=%d MARGINWIDTH=0 MARGINHEIGHT=0 name=""DeskMovrW"" src=""%s"" %s\r\n"
  203. IDS_IFRAME_SIZE "\t\tframeborder=0 style=""BACKGROUND: transparent; position:absolute; LEFT:%d; TOP:%d; WIDTH:%d; HEIGHT:%d; Z-INDEX:%d""> </IFRAME>\r\n"
  204. IDS_BODY_END2 "&nbsp</BODY>\r\n"
  205. IDS_BODY_END "&nbsp</BODY> </HTML>\r\n"
  206. IDS_CONTROL_1 "\t<OBJECT id=%d name=""DeskMovrW"" style=""position:absolute; \r\n"
  207. IDS_CONTROL_2 "\t\tBackground=orange; HEIGHT: %d; LEFT: %d; TOP: %d; WIDTH: %d; Z-INDEX: %d""\r\n"
  208. IDS_CONTROL_3 "\t\tclassid=""clsid:%s"">\r\n\t</OBJECT>\r\n"
  209. IDS_WPNONE "(None)"
  210. IDS_WPSTYLE_CENTER "Center"
  211. IDS_WPSTYLE_TILE "Tile"
  212. IDS_WPSTYLE_STRETCH "Stretch"
  213. IDS_SUBSCRIBEDURL "\t\tsubscribed_url=""%s""\r\n"
  214. IDS_RESIZEABLE "\t\tresizeable=""%s""\r\n"
  215. IDS_BASE_TAG "<BASE HREF=""%s"">"
  216. IDS_COMP_BADURL "The control panel is unable to process this Content Definition File (CDF)."
  217. IDS_COMP_ICW_ADD "The Active Desktop item cannot be added because your Internet connection settings have not been configured. Click the OK button to start the New Connection Wizard."
  218. IDS_COMP_ICW_DISABLE "One or more Active Desktop items cannot be displayed because your Internet connection settings have not been configured. Click the OK button to start the New Connection Wizard."
  219. IDS_COMP_ICW_TOGGLE "The Active Desktop component you have chosen cannot be displayed because your Internet connection settings have not been configured. Click the OK button to start the New Connection Wizard."
  220. IDS_COMP_ICW_TITLE "Active Desktop Error"
  221. IDS_COMP_TITLE "Active Desktop Item"
  222. IDS_COMP_EXISTS "This Active Desktop item already exists. You will need to delete the existing item before you can add it again."
  223. IDS_COMP_EXISTS_2 "\nTo do this, go to Control Panel and open Display. Click the Desktop tab. Click Customize Desktop. Click the Web tab. Clear the check box of the item you want to delete."
  224. IDS_COMP_SUBSCRIBED "You already have a subscription for this Active Desktop item. If you continue, the original subscription settings will be lost.\n\nDo you wish to add this Active Desktop item?"
  225. IDS_COMP_BADSUBSCRIBE "This Active Desktop item was not created."
  226. IDS_SAMPLE_COMPONENT "Internet Explorer Generic Active Desktop item"
  227. IDS_CHANNEL_BAR "Internet Explorer Channel Bar"
  228. IDS_COMP_CONFIRMDEL "Are you sure you want to delete this item from your Active Desktop interface?"
  229. IDS_VALIDFN_FMT "%1 you selected is a hidden and/or system file. Choosing this file for use as %2 is not recommended.\n\nAre you sure you want to continue?"
  230. IDS_VALIDFN_TITLE "Warning"
  231. IDS_BACK_TYPE1 "The Background"
  232. IDS_BACK_TYPE2 "a background"
  233. IDS_COMP_TYPE1 "The Active Desktop item"
  234. IDS_COMP_TYPE2 "an Active Desktop item"
  235. IDS_VISIT_URL "http://www.microsoft.com/isapi/redir.dll?prd={SUB_PRD}&clcid={SUB_CLSID}&pver={SUB_PVER}&ar=cust"
  236. IDS_COMP_CONFIRMRESET "Are you sure you want to reset your desktop to the default settings? Your background will be changed and all Active Desktop items will be removed except for the Internet Explorer Channel Bar."
  237. IDS_BACK_FILETYPES "Background Files"
  238. IDS_COMP_FILETYPES "Active Desktop Files"
  239. IDS_ADDCOMP_ERROR_CDFNODTI "It will not be possible to create a desktop item because this CDF file does not contain information on how to create one."
  240. IDS_ADDCOMP_ERROR_CDFINALID "It will not be possible to create a desktop item because this CDF file appears to be incorrectly authored."
  241. IDS_VISITGALLERY_TEXT "If you want, you can visit the Active Desktop gallery on the Microsoft Web site to preview and install new Active Desktop items.\n\nWould you like to save and close Display Properties, and connect to the gallery now?"
  242. IDS_VISITGALLERY_TITLE "New Active Desktop Item"
  243. IDS_CONFIRM_ADI_REINSTALL "This desktop item is already installed on your desktop. Do you wish to reinstall?"
  244. IDS_ADDRBAND_ACCELLERATOR "D"
  245. IDS_FOLDEROPT_TEXT "Would you like to save and close the Display Properties and view the Folder Options instead?"
  246. IDS_FOLDEROPT_TITLE "Folder Options"
  247. IDS_FOLDERVIEWS "Folder views"
  248. IDS_LIKECURRENT_TEXT "Set all the folders on your computer to match the current folder's view settings (except for toolbars and folder tasks)? \nChanges will occur the next time you open them."
  249. IDS_RESETALL_TEXT "Reset all the folders on your computer to the default view settings (except for toolbars and folder tasks)? \nChanges will occur the next time you open them."
  250. IDS_CONFIRM_TURNINGON_AD "The background you selected can be shown on the desktop only if the Active Desktop feature is enabled.\n Do you want to enable it?"
  251. IDS_MENU_SUBSCRIBE_DESKCOMP "&Subscribe..."
  252. IDS_MENU_RESET "&Reset to Original Size"
  253. IDS_YOULOSE "Critical information about the desktop could not be retrieved from the registry. Your registry may be corrupted."
  254. IDS_MY_CURRENT_HOMEPAGE "My Current Home Page"
  255. IDS_CONNECTING "Connecting to site:"
  256. IDS_ALL_PICTURES "All Picture Files (*.bmp;*.gif;*.jpg;*.jpeg;*.dib;*.png)"
  257. IDS_ALL_HTML "HTML Documents (*.htm;*.html;*.mhtml;*.url;*.cdf)"
  258. IDS_HTMLDOC "HTML Documents (*.htm;*.html)"
  259. IDS_PROPSHEET_TITLE "Desktop Items"
  260. IDS_THEMES_SUBDIR "Themes"
  261. END
  262. MENU_STARTMENU_MYDOCS MENUEX DISCARDABLE
  263. BEGIN
  264. POPUP ""
  265. BEGIN
  266. MENUITEM "My Documents", IDM_MYDOCUMENTS
  267. MENUITEM "My Pictures", IDM_MYPICTURES
  268. MENUITEM "",-1,MFT_SEPARATOR
  269. END
  270. END
  271. MENU_STARTMENU_OPENFOLDER MENUEX DISCARDABLE
  272. BEGIN
  273. POPUP ""
  274. BEGIN
  275. MENUITEM "",-1,MFT_SEPARATOR
  276. MENUITEM "&Open Folder", IDM_OPEN_FOLDER
  277. END
  278. END
  279. /////////////////////////////////////////////////////////////////////////////
  280. //
  281. // Menus used in DESKHTML
  282. //
  283. ///////////////////////////////////
  284. // Desktop Component Menu (Context Menu)
  285. MENU_DESKCOMP_CONTEXTMENU MENUEX DISCARDABLE
  286. BEGIN
  287. POPUP "", MENU_DESKCOMP_CONTEXTMENU
  288. BEGIN
  289. MENUITEM "Make &Available Offline", IDM_DCCM_OFFLINE
  290. MENUITEM "S&ynchronize", IDM_DCCM_SYNCHRONIZE
  291. MENUITEM "&Properties", IDM_DCCM_PROPERTIES
  292. MENUITEM "", -1, MFT_SEPARATOR
  293. MENUITEM "Customize My &Desktop", IDM_DCCM_CUSTOMIZE
  294. MENUITEM "", -1, MFT_SEPARATOR
  295. MENUITEM "Open in &New Window", IDM_DCCM_OPEN
  296. MENUITEM "", -1, MFT_SEPARATOR
  297. MENUITEM "&Restore", IDM_DCCM_RESTORE
  298. MENUITEM "Sp&lit Desktop With Icons", IDM_DCCM_SPLIT
  299. MENUITEM "C&over Desktop", IDM_DCCM_FULLSCREEN
  300. MENUITEM "", -1, MFT_SEPARATOR
  301. MENUITEM "&Close", IDM_DCCM_CLOSE
  302. END
  303. END
  304. /////////////////////////////////////////////////////
  305. //
  306. // Stuff used by desktop.cpp
  307. //
  308. ACCEL_DESKTOP ACCELERATORS DISCARDABLE
  309. BEGIN
  310. "s", IDC_KBSTART, ALT
  311. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  312. VK_TAB, FCIDM_NEXTCTL, VIRTKEY,NOINVERT,SHIFT
  313. VK_F5, FCIDM_REFRESH, VIRTKEY,NOINVERT
  314. VK_F6, FCIDM_NEXTCTL, VIRTKEY,NOINVERT
  315. VK_F3, FCIDM_FINDFILES, VIRTKEY,NOINVERT
  316. VK_F4, IDM_CLOSE, VIRTKEY,NOINVERT,ALT
  317. END
  318. ////////////////////////////////////////////////////////
  319. //
  320. // Misc stuff
  321. //
  322. // COPY/MOVE TO strings.
  323. STRINGTABLE DISCARDABLE
  324. BEGIN
  325. IDS_CMTF_COPYTO "Copy To &Folder..."
  326. IDS_CMTF_MOVETO "Mo&ve To Folder..."
  327. IDS_CMTF_COPY_DLG_TITLE "Select the place where you want to copy the selected item(s). Then click the Copy button."
  328. IDS_CMTF_MOVE_DLG_TITLE "Select the place where you want to move the selected item(s). Then click the Move button."
  329. IDS_CMTF_COPYORMOVE_DLG_TITLE "Copy or Move to folder"
  330. //IDS_HELP_COPYTO "Copy selected items."
  331. //IDS_HELP_MOVETO "Move selected items."
  332. // IDS_HELP_SENDTO "Sends a shortcut to the location you specify."
  333. IDS_CMTF_ERRORMSG "The Target can not handle this type of document"
  334. IDS_CMTF_COPY_DLG_TITLE2 "Select the place where you want to copy '%1'. Then click the Copy button."
  335. IDS_CMTF_MOVE_DLG_TITLE2 "Select the place where you want to move '%1'. Then click the Move button."
  336. IDS_CMTF_COPY_MULTIPLE_DLG_TITLE2 "Select the place where you want to copy these %1!d! items. Then click the Copy button."
  337. IDS_CMTF_MOVE_MULTIPLE_DLG_TITLE2 "Select the place where you want to move these %1!d! items. Then click the Move button."
  338. IDS_CMTF_CAPTION_COPY "Copy Items"
  339. IDS_CMTF_CAPTION_MOVE "Move Items"
  340. // sendto strings
  341. IDS_SENDLINKTO "Se&nd To"
  342. IDS_SENDPAGETO "Se&nd Page To"
  343. IDS_SENDTO_ERRORMSG "The Target can not handle this type of document"
  344. END
  345. // newmenu strings
  346. STRINGTABLE DISCARDABLE
  347. BEGIN
  348. IDS_NEWMENU "Ne&w"
  349. IDS_NEWFILEPREFIX "New "
  350. IDS_FOLDERTEMPLATE "fldr"
  351. IDS_FOLDERLONGPLATE "New Folder"
  352. IDS_NEWLINKTEMPLATE "New Shortcut"
  353. IDS_NEWFOLDER "&Folder"
  354. IDS_NEWLINK "&Shortcut"
  355. IDS_NEWFILE_ERROR_TITLE "Problem creating object"
  356. IDS_NEWHELP_FOLDER "Creates a new, empty folder."
  357. IDS_NEWHELP_LINK "Creates a new, empty shortcut."
  358. END
  359. // DDE strings
  360. STRINGTABLE DISCARDABLE
  361. BEGIN
  362. IDS_CANTFINDDIR "The folder '%1' does not exist."
  363. IDS_CABINET "Windows Explorer"
  364. IDS_FULL " (full)"
  365. IDS_EMPTY2 " (empty)"
  366. IDS_MYCOMPUTER "My Computer"
  367. IDS_NETNEIGHBOUR "My Network Places"
  368. IDS_TRASHFULL "Recycle Bin (full)"
  369. IDS_TRASHEMPTY "Recycle Bin (empty)"
  370. IDS_TRASHDEFAULT "Recycle Bin"
  371. IDS_MYDOCUMENTS2 "My Files"
  372. END
  373. // Start Menu strings
  374. STRINGTABLE DISCARDABLE
  375. BEGIN
  376. IDS_FIND_MNEMONIC "F" // The OLD &Find accelerator for mapping
  377. // Fill these in if needed.
  378. // IDS_PROGRAMS_TIP ""
  379. // IDS_FAVORITES_TIP ""
  380. // IDS_RECENT_TIP ""
  381. // IDS_SETTINGS_TIP ""
  382. // IDS_FIND_TIP ""
  383. // IDS_HELP_TIP ""
  384. // IDS_RUN_TIP ""
  385. // IDS_LOGOFF_TIP ""
  386. // IDS_EJECT_TIP ""
  387. // IDS_SHUTDOWN_TIP ""
  388. IDS_CONTROL_TIP "Provides options for you to customize the appearance and functionality of your computer, add or remove programs, and set up network connections and user accounts."
  389. IDS_PRINTERS_TIP "Add, remove, and configure local and network printers and fax printers."
  390. IDS_TRAYPROP_TIP "Customize the Start Menu and the taskbar, such as the types of items to be displayed and how they should appear."
  391. IDS_MYDOCS_TIP "Contains letters, reports, and other documents and files."
  392. IDS_NETCONNECT_TIP "Displays existing network connections on this computer and helps you create new ones"
  393. IDS_CHEVRONTIPTITLE "Where are my Programs?"
  394. IDS_CHEVRONTIP "Click here to view programs that you have not used recently. To turn this off, use the Taskbar and Start Menu settings."
  395. IDS_MYPICS_TIP "Contains digital photos, images, and graphic files."
  396. END
  397. // The shell automation control strings
  398. STRINGTABLE DISCARDABLE
  399. BEGIN
  400. IDS_INFOTIP "Infotip" // Used in IFolderItem::ExtendedProperty()
  401. END