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.

145 lines
3.9 KiB

  1. //{{NO_DEPENDENCIES}}
  2. //Microsoft App Studio generated resource script.
  3. //
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #ifndef APSTUDIO_INVOKED
  10. #include "grpconv.h"
  11. #else
  12. #include <winuser.h>
  13. #include <commctrl.h>
  14. #endif
  15. #include "rcids.h"
  16. /////////////////////////////////////////////////////////////////////////////////////
  17. #undef APSTUDIO_READONLY_SYMBOLS
  18. //////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Icon
  21. //
  22. IDI_GRPCONV ICON PRELOAD DISCARDABLE "GRPCONV.ICO"
  23. IDI_PROGMAN ICON PRELOAD DISCARDABLE "PROGMAN.ICO"
  24. //////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Bitmaps
  27. //
  28. #ifdef OLD_WELCOME
  29. IDB_REDCARPET BITMAP DISCARDABLE "WELCOME.BMP"
  30. #endif
  31. #ifdef APSTUDIO_INVOKED
  32. //////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36. 1 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "resource.h\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include <winuser.h>\r\n"
  43. "#include <commctrl.h>\r\n"
  44. "#include ""rcids.h""\r\n"
  45. "#include ""version.h""\r\n"
  46. "\0"
  47. END
  48. 3 TEXTINCLUDE DISCARDABLE
  49. BEGIN
  50. "\r\n"
  51. "\0"
  52. END
  53. /////////////////////////////////////////////////////////////////////////////////////
  54. #endif // APSTUDIO_INVOKED
  55. //////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Dialog
  58. //
  59. DLG_PROGRESS DIALOGEX DISCARDABLE 0, 0, 171, 50
  60. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x800
  61. CAPTION "Start Menu Shortcuts"
  62. FONT 8, "MS Shell Dlg"
  63. BEGIN
  64. LTEXT "Converting Shortcuts:",IDC_STATIC,35,15,70,8
  65. LTEXT "",IDC_GROUPNAME,105,15,60,8,SS_NOPREFIX
  66. ICON IDI_PROGMAN,-1,10,10,18,20
  67. CONTROL "",IDC_PROGRESS,PROGRESS_CLASS,WS_TABSTOP,10,35,150,8
  68. END
  69. #ifdef OLD_WELCOME
  70. IDD_REDCARPET DIALOGEX DISCARDABLE 0, 0, 226, 161
  71. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Welcome"
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75. DEFPUSHBUTTON "OK",IDOK,170,142,50,14
  76. END
  77. #endif
  78. //////////////////////////////////////////////////////////////////////////////
  79. //
  80. // String Table
  81. //
  82. STRINGTABLE PRELOAD DISCARDABLE
  83. BEGIN
  84. IDS_FILTER "Groups (*.grp)#*.grp#All Files (*.*)#*.*#"
  85. IDS_COMMDLGTITLE "Select a Group to Convert"
  86. IDS_APPTITLE "Program Manager Group Converter"
  87. IDS_OKTOCONVERT "Are you sure you want to convert the '%s' group?"
  88. IDS_CONVERTERROR "There was a problem trying to convert this group. As much as possible was converted."
  89. IDS_NOTGROUPFILE "%s is not a valid Program Manager Group file."
  90. IDS_MISSINGFILE "The file %s cannot be read."
  91. IDS_BADOLDGROUP "This group is damaged. Some items could not be converted."
  92. END
  93. STRINGTABLE PRELOAD DISCARDABLE
  94. BEGIN
  95. IDS_PROGRAMS "Programs"
  96. IDS_GROUPTYPENAME "Microsoft Program Group"
  97. // NB This guy needs a space after it.
  98. IDS_ANOTHER "Another "
  99. IDS_CREATINGNEWSCS "Updating Shortcuts:"
  100. IDS_DDEMLTEST "Testing shell:"
  101. IDS_DEFLANGCHARSET "040904E4"
  102. // These must match the equivalent section names in setup.ini
  103. // and so *probably* don't need to be localised.
  104. IDS_STARTUP "StartUp"
  105. IDS_DESKTOP "Desktop"
  106. IDS_SENDTO "SendTo"
  107. IDS_RECENT "Documents"
  108. IDS_GROUP "Group"
  109. END
  110. #ifndef APSTUDIO_INVOKED
  111. ////////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Generated from the TEXTINCLUDE 3 resource.
  114. //
  115. #include "grpconv.rcv"
  116. /////////////////////////////////////////////////////////////////////////////////////
  117. #endif // not APSTUDIO_INVOKED