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.

36 lines
1.1 KiB

  1. #include <windows.h>
  2. #include "scrnsave.h"
  3. #include "strings.h"
  4. #include "marquee.dlg"
  5. /* This is the icon for the program and must be defined as ID_APP... */
  6. ID_APP ICON marquee.ico
  7. STRINGTABLE PRELOAD
  8. BEGIN
  9. idsDescription "Marquee"
  10. idsName "Marquee"
  11. idsAppName "Screen Saver.Marquee"
  12. idsDefaultText "Windows NT %d.%d"
  13. idsFormatText "Format Text"
  14. idsDefFontName "Tahoma"
  15. END
  16. #include "..\common\strings.rc"
  17. #include <ntverp.h>
  18. /*-----------------------------------------------*/
  19. /* the following lines are specific to this file */
  20. /*-----------------------------------------------*/
  21. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  22. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  23. */
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Marquee Screen Saver"
  27. #define VER_INTERNALNAME_STR "ssmarque\0"
  28. #include "common.ver"