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.

166 lines
4.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "resource.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Icon
  25. //
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. IDI_PREVIEW ICON DISCARDABLE "Preview.ICO"
  29. IDI_SMALL ICON DISCARDABLE "SMALL.ICO"
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // Bitmap
  33. //
  34. IDB_PINKGRAY BITMAP DISCARDABLE "PinkGray.bmp"
  35. IDB_BLUEGRAY BITMAP DISCARDABLE "BlueGray.bmp"
  36. IDB_GRAY BITMAP DISCARDABLE "Gray.bmp"
  37. IDB_WHITE BITMAP DISCARDABLE "White.bmp"
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Menu
  41. //
  42. IDC_PREVIEW MENU DISCARDABLE
  43. BEGIN
  44. POPUP "&File"
  45. BEGIN
  46. MENUITEM "Open...", ID_FILE_OPEN
  47. MENUITEM "E&xit", IDM_EXIT
  48. END
  49. POPUP "&Background"
  50. BEGIN
  51. MENUITEM "&Pink/Gray", ID_BACKGROUND_GRAYPINK
  52. MENUITEM "&Blue/Gray", ID_BACKGROUND_BLUEGRAY
  53. MENUITEM "&Gray", ID_BACKGROUND_GRAY
  54. MENUITEM "&White", ID_BACKGROUND_WHITE
  55. END
  56. POPUP "&Zoom"
  57. BEGIN
  58. MENUITEM "&50%", ID_ZOOM_50
  59. MENUITEM "&100%", ID_ZOOM_100
  60. MENUITEM "&200%", ID_ZOOM_200
  61. MENUITEM "&400%", ID_ZOOM_400
  62. END
  63. POPUP "&Help"
  64. BEGIN
  65. MENUITEM "&About ...", IDM_ABOUT
  66. END
  67. END
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Accelerator
  71. //
  72. IDC_PREVIEW ACCELERATORS MOVEABLE PURE
  73. BEGIN
  74. "?", IDM_ABOUT, ASCII, ALT
  75. "/", IDM_ABOUT, ASCII, ALT
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Dialog
  80. //
  81. IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
  82. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  83. CAPTION "About"
  84. FONT 10, "Tahoma"
  85. BEGIN
  86. ICON IDI_PREVIEW,IDC_MYICON,14,9,20,20
  87. LTEXT "Preview Version 1.0",IDC_STATIC,49,10,119,8,SS_NOPREFIX
  88. LTEXT "Copyright (C) 2000, Microsoft Corporation",IDC_STATIC,
  89. 49,20,119,8
  90. DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
  91. LTEXT "Previews theme images showing which file formats are supported and how the alpha channel will be recognized by the Theme Manager.",
  92. IDC_STATIC,12,40,203,29
  93. END
  94. #ifdef APSTUDIO_INVOKED
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // TEXTINCLUDE
  98. //
  99. 2 TEXTINCLUDE DISCARDABLE
  100. BEGIN
  101. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  102. "#include ""windows.h""\r\n"
  103. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  104. "#include ""resource.h""\r\n"
  105. "\0"
  106. END
  107. 3 TEXTINCLUDE DISCARDABLE
  108. BEGIN
  109. "\r\n"
  110. "\0"
  111. END
  112. 1 TEXTINCLUDE DISCARDABLE
  113. BEGIN
  114. "resource.h\0"
  115. END
  116. #endif // APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // String Table
  120. //
  121. STRINGTABLE DISCARDABLE
  122. BEGIN
  123. IDS_APP_TITLE "Preview"
  124. IDC_PREVIEW "PREVIEW"
  125. END
  126. #endif // English (U.S.) resources
  127. /////////////////////////////////////////////////////////////////////////////
  128. #ifndef APSTUDIO_INVOKED
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Generated from the TEXTINCLUDE 3 resource.
  132. //
  133. /////////////////////////////////////////////////////////////////////////////
  134. #endif // not APSTUDIO_INVOKED