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.

34 lines
915 B

  1. #include <mindrvrc.h>
  2. #include <version.h>
  3. #define VER_FILETYPE VFT_DRV
  4. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  5. #define VER_FILEDESCRIPTION_STR "VLaser Printer Driver"
  6. #define VER_INTERNALNAME_STR "vlaser"
  7. #define VER_LEGALCOPYRIGHT_YEARS "1998"
  8. #define VER_ORIGINALFILENAME_STR "vlaser.dll"
  9. #include "common.ver"
  10. // 2 RC_TABLES PRELOAD MOVEABLE NT.GPC
  11. 1 RC_TABLES PRELOAD MOVEABLE VLASERB2.GPC
  12. STRINGTABLE
  13. BEGIN
  14. 1 "VeriTek VLaser SF7000"
  15. 2 "VeriTek VLaser SF850"
  16. 3 "VeriTek VLaser SF780"
  17. 4 "VeriTek VLaser SF750"
  18. 5 "VeriTek VLaser SF650"
  19. 6 "VeriTek VLaser SF550"
  20. 7 "VeriTek VLaser SF450"
  21. 257 "%d DPI"
  22. END