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
1.6 KiB

  1. // STRINGS.H
  2. //
  3. // IDs for string contants used within the minidriver. Start these nice
  4. // and high, so avoid conflicts with strings from within the minidriver
  5. #define IDS_OLD_5E_DRIVERNAME 4800
  6. #define IDS_OLD_5A_DRIVERNAME 4801
  7. #define IDS_OLDMEMORY 4802
  8. #define IDS_OLDPAPERSIZE 4803
  9. #define IDS_OLDPAPERSOURCE 4804
  10. #define IDS_OLD_5A_RESOLUTION 4805
  11. #define IDS_OLD_5E_RESOLUTION 4806
  12. #define IDS_OLDORIENTATION 4807
  13. #define IDS_OLDPAGEPROTECT 4808
  14. #define IDS_OLDGRAYSCALE 4809
  15. #define IDS_OLDBRIGHTNESS 4810
  16. #define IDS_OLD_5E_HALFTONE 4811
  17. #define IDS_OLDTRUETYPE 4812
  18. #define IDS_OLDOUTPUT 4813
  19. #define IDS_OLDSEPARATION 4814
  20. #define IDS_NEWMEMORY 4815
  21. #define IDS_NEWPAPERSIZE 4816
  22. #define IDS_NEWPAPERSOURCE 4817
  23. #define IDS_NEWRESOLUTION 4818
  24. #define IDS_NEWYRESOLUTION 4819
  25. #define IDS_NEWORIENTATION 4820
  26. #define IDS_NEWPAGEPROTECT 4821
  27. #define IDS_NEWBRUSH 4822
  28. #define IDS_NEWINTENSITY 4823
  29. #define IDS_NEWTRUETYPE 4824
  30. #define IDS_NEWOUTPUT 4825
  31. #define IDS_NEWSEPARATION 4826
  32. #define IDS_CARTRIDGES 4827
  33. #define IDS_OLDVECTORMODE 4828
  34. #define IDS_NEWVECTORMODE 4829
  35. #define IDS_CARTINDEX 4830
  36. #define IDS_CARTRIDGE 4831
  37. #define IDS_CARTRIDGECOUNT 4832
  38. #define IDS_FONTSUMMARY 4833
  39. #define IDS_SOFTFONTS 4834
  40. #define IDS_SOFTFONTFORMAT 4835
  41. #define IDS_SOFTFONTTEST 4836
  42. #define IDS_SOFTFONTWARNING 4837