|
|
1.1 ! root 1: #include <mindrvrc.h> ! 2: ! 3: 1 RC_TABLES PRELOAD MOVEABLE PAINTJET.GPC ! 4: 2 RC_TABLES PRELOAD MOVEABLE nt.GPC ! 5: ! 6: ! 7: 1 RC_FONT LOADONCALL DISCARDABLE IFI\COUR10.IFI ! 8: 2 RC_FONT LOADONCALL DISCARDABLE IFI\LGTH12.IFI ! 9: 3 RC_FONT LOADONCALL DISCARDABLE IFI\LGTH18.IFI ! 10: ! 11: 1 RC_TRANSTAB LOADONCALL MOVEABLE RLE\ECMA94.RLE ! 12: ! 13: STRINGTABLE ! 14: ! 15: BEGIN ! 16: 1 "HP PaintJet" ! 17: 2 "HP PaintJet XL" ! 18: 257 "%d dpi " ! 19: 258 "210 x 304.8 mm" ! 20: 259 "A4 (HP Special Transparancy)" ! 21: 260 "Fanfold 8.5 x 12 in" ! 22: 261 "Paper Tray" ! 23: 262 "Normal Mode" ! 24: 263 "Presentation Mode" ! 25: END ! 26: ! 27: #include <windows.h> ! 28: #include <ntverp.h> ! 29: ! 30: #define VER_FILETYPE VFT_DRV ! 31: #define VER_FILESUBTYPE VFT2_DRV_PRINTER ! 32: #define VER_FILEDESCRIPTION_STR "PAINTJET driver" ! 33: #define VER_INTERNALNAME_STR "PAINTJET.dll" ! 34: #define VER_ORIGINALFILENAME_STR "PAINTJET.dll" ! 35: ! 36: #include "common.ver"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.