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.

54 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. rendtest.h
  5. Abstract:
  6. This file is the private header file for the rendtest test program.
  7. It contains some hard-coded testdaata.
  8. Environment:
  9. WIN32 User Mode
  10. Author:
  11. Julia J. Robinson (a-juliar) 3-15-96
  12. --*/
  13. LPTSTR HardCodedUserDataStrings[] = {
  14. _TEXT("Wesley Witt"),
  15. _TEXT("(206) 123-4567"),
  16. _TEXT("Microsoft"),
  17. _TEXT("1 Microsoft Way"),
  18. _TEXT("Redmond"),
  19. _TEXT("WA"),
  20. _TEXT("98???"),
  21. _TEXT("US"),
  22. _TEXT("Project Manager"),
  23. _TEXT("FAX project"),
  24. _TEXT("Second floor"),
  25. _TEXT("(206) 765-4321"),
  26. _TEXT("(206) 987-6543"),
  27. _TEXT("Julia J. Robinson"),
  28. _TEXT("(123) 456-7890"),
  29. _TEXT("EDP Temps"),
  30. _TEXT("Bellevue"),
  31. _TEXT("Free-Lance Trouble Maker"),
  32. _TEXT("Cover Page Division"),
  33. _TEXT("First desk in 2235"),
  34. _TEXT("(201) 123-9876"),
  35. _TEXT("(201) 123-1234"),
  36. _TEXT("This note will not appear. We'll override it."),
  37. _TEXT("Same old subject"),
  38. _TEXT("WHEN IT'S DONE!"),
  39. _TEXT("1"),
  40. _TEXT("bob, jim, kathy"),
  41. _TEXT("kevin, eric, jane")
  42. };