mirror of https://github.com/lianthony/NT4.0
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.
35 lines
1.0 KiB
35 lines
1.0 KiB
#include <mindrvrc.h>
|
|
|
|
1 RC_TABLES PRELOAD MOVEABLE PAINTJET.GPC
|
|
|
|
|
|
1 RC_FONT LOADONCALL DISCARDABLE PFM\COUR10.PFM
|
|
2 RC_FONT LOADONCALL DISCARDABLE PFM\LGTH12.PFM
|
|
3 RC_FONT LOADONCALL DISCARDABLE PFM\LGTH18.PFM
|
|
|
|
1 RC_TRANSTAB LOADONCALL MOVEABLE CTT\ECMA94.CTT
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
1 "HP PaintJet"
|
|
2 "HP PaintJet XL"
|
|
257 "%d dpi "
|
|
258 "210 x 304.8 mm"
|
|
259 "A4 (HP Special Transparancy)"
|
|
260 "Fanfold 8.5 x 12 in"
|
|
261 "Paper Tray"
|
|
262 "Normal Mode"
|
|
263 "Presentation Mode"
|
|
END
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
|
|
#define VER_FILEDESCRIPTION_STR "PAINTJET driver"
|
|
#define VER_INTERNALNAME_STR "PAINTJET.dll"
|
|
#define VER_ORIGINALFILENAME_STR "PAINTJET.dll"
|
|
|
|
#include "common.ver"
|