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.
37 lines
1.3 KiB
37 lines
1.3 KiB
#include <mindrvrc.h>
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
|
|
#define VER_FILEDESCRIPTION_STR "Epson 24-pin printer driver"
|
|
#define VER_INTERNALNAME_STR "ESCP44.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "ESCP44.DLL"
|
|
|
|
#include "common.ver"
|
|
1 RC_TABLES PRELOAD MOVEABLE ESCP44.GPC
|
|
//2 RC_TABLES PRELOAD MOVEABLE NT.GPC
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
1 "EPSON DLQ-3000K"
|
|
257 "%d x %d"
|
|
258 "信纸 Fanfold 8 1/2 x 11 英寸"
|
|
260 "A3 横放 420 x 297 毫米"
|
|
261 "A2 420 x 594 毫米"
|
|
262 "信封 #10 9 1/2 x 4 1/8 英寸"
|
|
263 "信封 DL 220 x 110 毫米"
|
|
264 "信封 C5 229 x 162 毫米"
|
|
265 "Fanfold 11 x 8 1/2 英寸"
|
|
266 "Fanfold 210 x 305 毫米"
|
|
267 "Fanfold 358 x 305 毫米"
|
|
268 "US Std Fanfold 14 7/8 x 11 英寸"
|
|
269 "6 3/4 信封 6 1/2 x 3 5/8 英寸"
|
|
270 "卡片 148 x 105 毫米"
|
|
271 "进纸器"
|
|
259 "A4 Fanfold 210 毫米 x 11 2/3 英寸"
|
|
END
|