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.
38 lines
1.2 KiB
38 lines
1.2 KiB
#include <unirc.h>
|
|
#include <common.rc>
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
|
|
#define VER_FILEDESCRIPTION_STR "ALPS Printer Driver for Windows NT(TM) Operating System"
|
|
#define VER_INTERNALNAME_STR "ALPSRES"
|
|
#define VER_ORIGINALFILENAME_STR "ALPSRES.DLL"
|
|
|
|
|
|
#include <common.ver>
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
1 "ALPS MD-2000J"
|
|
2 "ALPS MD-2010J%ALPS MD-4000J"
|
|
257 "%d x %d (Monochrome)"
|
|
258 "%d x %d"
|
|
259 "PPC Paper"
|
|
260 "PPC Paper (Mono-fine)"
|
|
261 "OHP Sheet"
|
|
262 "OHP Sheet (Fine)"
|
|
263 "Iron Print Sheet"
|
|
264 "Thick Paper"
|
|
265 "Postcard"
|
|
266 "High-grade Paper"
|
|
267 "Back Print Film"
|
|
268 "Color Photo"
|
|
269 "Presentation"
|
|
270 "Draft"
|
|
271 "Ribbon Saving Mode"
|
|
272 "Ribbon Non Saving Mode"
|
|
END
|
|
|