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.

63 lines
3.7 KiB

  1. #include "resource.h"
  2. #define APSTUDIO_READONLY_SYMBOLS
  3. #include <windows.h>
  4. #include "version.h"
  5. #undef APSTUDIO_READONLY_SYMBOLS
  6. DLG_TARGET DIALOGEX 0, 0, 227, 210
  7. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_NOIDLEMSG | DS_3DLOOK | WS_POPUP | WS_CAPTION
  8. CAPTION "Target"
  9. FONT 8, "MS Shell Dlg"
  10. BEGIN
  11. ICON "",IDD_ITEMICON,7,7,20,20
  12. LTEXT "",IDD_INSTRUCTIONS,48,11,171,44
  13. GROUPBOX "Target folder location",IDC_TARGET_GBOX,8,65,211,53
  14. LTEXT "&Target:",IDD_TARGET_TXT,14,79,34,9
  15. EDITTEXT IDD_TARGET,49,78,162,12,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES
  16. PUSHBUTTON "&Restore Default",IDD_RESET,14,97,70,14
  17. PUSHBUTTON "&Move...",IDD_BROWSE,88,97,60,14
  18. PUSHBUTTON "&Find Target...",IDD_FIND,152,97,60,14
  19. END
  20. // Icon with lowest ID value placed first to ensure application icon
  21. // remains consistent on all systems.
  22. IDI_MYDOCS ICON DISCARDABLE "..\..\shell32\mydocs.ico"
  23. IDI_MYPICS ICON DISCARDABLE "..\..\shell32\mypics.ico"
  24. REGINST REGINST DISCARDABLE "selfreg_mydocs.inf"
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. IDS_BROWSE_TITLE "Select the folder that you want to store your documents in."
  28. IDS_BROWSE_CAPTION "Select a Destination"
  29. IDS_CREATE_FOLDER_TITLE "Create Folder"
  30. IDS_CREATE_FOLDER "The folder ""%1!s!"" does not exist. \n\nWould you like to create it?\n\n"
  31. IDS_INVALID_TITLE "Invalid Target"
  32. IDS_NONEXISTENT_FOLDER "The target you specified could not be located. \n\nPlease specify a new target.\n\n"
  33. IDS_NOT_DIRECTORY "The target you specified is not a folder. \n\nPlease type the location of a folder. \n\n"
  34. IDS_UNPIN_OLD_TITLE "Move Target"
  35. IDS_UNPIN_OLDTARGET "The old target ""%1!s!"" is currently available offline.\n\nDo you still want that folder to be available offline?\n\n"
  36. IDS_MOVE_DOCUMENTS_TITLE "Move Documents"
  37. IDS_MOVE_DOCUMENTS "Would you like to move all of the documents in your old location\nto the new location you have chosen? \n\nOld location: %1!s! \nNew location: %2!s! \n\n"
  38. IDS_MOVE_ERROR_TITLE "Error Moving Documents"
  39. IDS_MOVE_ERROR "Windows is unable to move all of the documents to %1!s!. You can still access the documents that were not moved at the location %2!s!."
  40. IDS_CANT_MOVE_TO_SUBDIR "Windows could not move the files to the new folder, because the new folder is inside the original folder. You must move or copy the files to the new folder instead of copying or moving the original folder."
  41. IDS_NODESKTOP "The Desktop is not allowed as a target."
  42. IDS_NODESKTOP_FOLDERS "Folders on the Desktop are not allowed as targets."
  43. IDS_NOTALLOWED_FOLDERS "The target you specified cannot be used as a documents folder."
  44. IDS_NOSHELLEXT_FOLDERS "The current selection is not an allowed target."
  45. IDS_NODRAG_DESKTOP_NOT_HIDDEN
  46. "The %1!s! target folder cannot be %2!s! to the Desktop."
  47. IDS_COPY "copied"
  48. IDS_MOVE "moved"
  49. IDS_PROP_ERROR_TITLE "%s Properties"
  50. IDS_NOWINDIR_FOLDER "The system directory is not allowed as a target."
  51. IDS_NOPROFILEDIR_FOLDER "Your profile directory is not allowed as a target. \n\nTry choosing a folder inside the profile directory instead."
  52. IDS_GENERAL_BADDIR "The location you requested is not allowed as a target. \n\nPlease choose a new location."
  53. IDS_PROP_INSTRUCTIONS "The %s folder is a shortcut to the target folder location shown below."
  54. IDS_DELETE_MESSAGE "The contents of this folder will not be deleted. You can restore this icon to the desktop using the Display control panel."
  55. END