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.

78 lines
2.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #include <winver.h>
  9. #include <commctrl.h>
  10. #include <winnt.h>
  11. #include <winuser.h>
  12. #include "tourstart.rcv"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Dialog
  23. //
  24. IDD_INTRO DIALOG DISCARDABLE 0, 0, 317, 193
  25. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  26. CAPTION "Windows XP Tour"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. LTEXT "Welcome to the Windows XP Tour!",
  30. IDC_TEXT_WELCOME,115,8,195,60
  31. LTEXT "The tour is available in two formats. Which format do you prefer?",
  32. IDC_TEXT_HEADER,115,40,190,50
  33. CONTROL "&Play the animated tour that features text, animation, music, and voice narration.",
  34. IDC_RADIO_FLASH,"Button",BS_AUTORADIOBUTTON |
  35. BS_MULTILINE | BS_TOP | WS_TABSTOP,115,63,190,20
  36. CONTROL "Play the &non-animated tour that features text and images only.",
  37. IDC_RADIO_HTML,"Button",BS_AUTORADIOBUTTON |
  38. BS_MULTILINE | BS_TOP | WS_TABSTOP,115,83,190,20
  39. END
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Bitmap
  43. //
  44. IDB_WATERMARK BITMAP DISCARDABLE "watermrk.bmp"
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Icon
  48. //
  49. // Icon with lowest ID value placed first to ensure application icon
  50. // remains consistent on all systems.
  51. IDI_WIZ_ICON ICON DISCARDABLE "tourstart.ico"
  52. STRINGTABLE DISCARDABLE
  53. BEGIN
  54. IDS_DISPLAYNAME "Tour Windows XP"
  55. IDS_INFOTIP "Opens the Windows Experience Tour that guides you through the exciting, new features of Windows XP."
  56. IDS_TITLELOGFONT "Verdana Bold"
  57. IDS_DIR_FLASH "Help\\Tours\\mmTour"
  58. IDS_DIR_HTML "Help\\Tours\\htmlTour"
  59. IDS_EXE_FLASH "tour.exe"
  60. IDS_EXE_HTML "default.htm"
  61. IDS_FLASH_LOCALIZED "TRUE"
  62. END
  63. #endif // English (U.S.) resources
  64. /////////////////////////////////////////////////////////////////////////////