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.

209 lines
6.5 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include <windows.h>
  4. #include "resource.h"
  5. #include "fldrclnr.rcv"
  6. #define APSTUDIO_READONLY_SYMBOLS
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Generated from the TEXTINCLUDE 2 resource.
  10. //
  11. #include "winres.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Dialog
  24. //
  25. IDD_INTRO DIALOG DISCARDABLE 100, 100, 317, 143
  26. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Desktop Cleanup Wizard"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. LTEXT "Welcome to the Desktop Cleanup Wizard",
  31. IDC_TEXT_TITLE_WELCOME,115,8,195,24
  32. LTEXT "This wizard helps you clean up your desktop by moving unused shortcuts to a desktop folder called Unused Desktop Shortcuts.",
  33. IDC_STATIC,115,40,190,50
  34. LTEXT "The wizard does not move, change or delete any of your programs. If you later decide that you want a shortcut back on your desktop, you can restore it from the Unused Desktop Shortcuts folder.",
  35. IDC_STATIC,115,76,190,50
  36. LTEXT "To continue, click Next.",
  37. IDC_STATIC,115,170,190,50
  38. END
  39. IDD_CHOOSEFILES DIALOG DISCARDABLE 100, 100, 317, 143
  40. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  41. CAPTION "Desktop Cleanup Wizard"
  42. FONT 8, "MS Shell Dlg"
  43. BEGIN
  44. LTEXT "To leave a shortcut on your desktop, clear its check box.",IDC_STATIC,21,7,317,10
  45. LTEXT "Shortcuts:",IDC_STATIC,21,27,317,10
  46. CONTROL "List3",IDC_LV_PROMPT,"SysListView32",LVS_REPORT |
  47. LVS_SINGLESEL | LVS_NOSORTHEADER | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,21,37,250,90
  48. END
  49. IDD_FINISH DIALOG DISCARDABLE 100, 100, 317, 143
  50. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  51. CAPTION "Desktop Cleanup Wizard"
  52. FONT 8, "MS Shell Dlg"
  53. BEGIN
  54. LTEXT "Completing the Desktop Cleanup Wizard",
  55. IDC_TEXT_TITLE_WELCOME,115,8,195,24
  56. LTEXT "Windows will move the following shortcuts to the Unused Desktop Shortcuts folder on your desktop.",
  57. IDC_TEXT_INFORM,115,40,190,20
  58. LTEXT "Shortcuts:",IDC_TEXT_SHORTCUTS,115,65,212,8
  59. CONTROL "List3",IDC_LV_INFORM,"SysListView32",LVS_LIST |
  60. LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER |
  61. WS_BORDER | WS_TABSTOP,115,75,190,70
  62. LTEXT "To change the shortcuts you want to move, click Back.",
  63. IDC_TEXT_CHANGE,115,150,190,20
  64. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,170,212,8
  65. END
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // DESIGNINFO
  69. //
  70. #ifdef APSTUDIO_INVOKED
  71. GUIDELINES DESIGNINFO DISCARDABLE
  72. BEGIN
  73. IDD_INTRO, DIALOG
  74. BEGIN
  75. LEFTMARGIN, 7
  76. RIGHTMARGIN, 269
  77. TOPMARGIN, 7
  78. BOTTOMMARGIN, 64
  79. END
  80. IDD_CHOOSEFILES, DIALOG
  81. BEGIN
  82. LEFTMARGIN, 7
  83. RIGHTMARGIN, 219
  84. TOPMARGIN, 7
  85. BOTTOMMARGIN, 224
  86. END
  87. IDD_INFORM, DIALOG
  88. BEGIN
  89. LEFTMARGIN, 7
  90. RIGHTMARGIN, 268
  91. TOPMARGIN, 6
  92. BOTTOMMARGIN, 63
  93. END
  94. IDD_FINISH, DIALOG
  95. BEGIN
  96. LEFTMARGIN, 7
  97. RIGHTMARGIN, 219
  98. TOPMARGIN, 7
  99. BOTTOMMARGIN, 192
  100. END
  101. END
  102. #endif // APSTUDIO_INVOKED
  103. #ifdef APSTUDIO_INVOKED
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // TEXTINCLUDE
  107. //
  108. 1 TEXTINCLUDE DISCARDABLE
  109. BEGIN
  110. "resource.h\0"
  111. END
  112. 2 TEXTINCLUDE DISCARDABLE
  113. BEGIN
  114. "#include ""afxres.h""\r\n"
  115. "\0"
  116. END
  117. 3 TEXTINCLUDE DISCARDABLE
  118. BEGIN
  119. "\r\n"
  120. "\0"
  121. END
  122. #endif // APSTUDIO_INVOKED
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Icon
  126. //
  127. // Icon with lowest ID value placed first to ensure application icon
  128. // remains consistent on all systems.
  129. IDI_WIZ_ICON ICON DISCARDABLE "fldrclnr.ico"
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Bitmaps for the wizard
  133. //
  134. IDB_WATERMARK BITMAP DISCARDABLE "desktop_cleanup.bmp"
  135. IDB_LOGO BITMAP DISCARDABLE "desktop_cleanup_hd.bmp"
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // String Table
  139. //
  140. STRINGTABLE DISCARDABLE
  141. BEGIN
  142. IDS_INFORM "Windows will move the following %d shortcuts to the Unused Desktop Shortcuts folder on your desktop."
  143. IDS_INFORM_SINGLE "Windows will move the following shortcut to the Unused Desktop Shortcuts folder on your desktop."
  144. IDS_INFORM_NONE "Windows will not move any shortcuts to the Unused Desktop Shortcuts folder on your desktop."
  145. IDS_INFORM_NONEFOUND "Windows did not find any desktop shortcuts to clean up."
  146. IDS_ARCHIVEFOLDER "Unused Desktop Shortcuts"
  147. IDS_ARCHIVEFOLDER_FIRSTBOOT "Program Shortcuts"
  148. IDS_CHOOSEFILES "Shortcuts"
  149. IDS_CHOOSEFILES_INFO "The shortcuts selected below will be moved to the Unused Desktop Shortcuts folder."
  150. IDS_HEADER_DATE "Date Last Used"
  151. IDS_HEADER_ITEM "Shortcut to Clean Up"
  152. IDS_NEVER "Never"
  153. IDS_NOTIFICATION_TEXT "The desktop cleanup wizard can help you clean up your desktop. Click this balloon to start the wizard."
  154. IDS_NOTIFICATION_TITLE "There are unused icons on your desktop"
  155. IDS_TITLELOGFONT "Verdana Bold"
  156. IDS_WMP "Windows Media Player.lnk"
  157. IDS_MSN "MSN Explorer.lnk"
  158. IDS_MSN_ALT "Get Online with MSN.lnk"
  159. IDS_DEFAULTUSER "Default User"
  160. END
  161. #endif // English (U.S.) resources
  162. /////////////////////////////////////////////////////////////////////////////
  163. #ifndef APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Generated from the TEXTINCLUDE 3 resource.
  167. //
  168. /////////////////////////////////////////////////////////////////////////////
  169. #endif // not APSTUDIO_INVOKED