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.
46 lines
1.3 KiB
46 lines
1.3 KiB
/*++
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
--*/
|
|
|
|
#include <unirc.h>
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER
|
|
#define VER_FILEVERSION 0, 3, 0x0501, 0x0000
|
|
|
|
#define VER_FILEDESCRIPTION_STR "HPPJRES driver"
|
|
#define VER_INTERNALNAME_STR "hppjres.dll"
|
|
#define VER_ORIGINALFILENAME_STR "hppjres.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
|
|
|
|
1 RC_FONT LOADONCALL DISCARDABLE IFI\COUR10.IFI
|
|
2 RC_FONT LOADONCALL DISCARDABLE IFI\LGTH12.IFI
|
|
3 RC_FONT LOADONCALL DISCARDABLE IFI\LGTH18.IFI
|
|
|
|
1 RC_TRANSTAB LOADONCALL MOVEABLE RLE\ECMA94.RLE
|
|
|
|
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"
|
|
264 "Sheet 8.5 x 12 in"
|
|
265 "Fanfold 8.5 x 13 in"
|
|
266 "Letter Transverse 11 x 8.5 in "
|
|
267 "A4 Transverse 297 x 210 mm"
|
|
END
|
|
|