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.
28 lines
673 B
28 lines
673 B
/*++
|
|
|
|
Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
--*/
|
|
|
|
#include <unirc.h>
|
|
//#include <common.rc>
|
|
#include "cnrstres.rcv"
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
// Media Type Name
|
|
259 "Plain Paper"
|
|
260 "Coated Paper"
|
|
261 "Transparency"
|
|
262 "Back Print Film"
|
|
263 "Fabric Sheet"
|
|
264 "Glossy Paper"
|
|
265 "High Gloss Paper"
|
|
266 "High Resolution Paper"
|
|
|
|
// Print Quality Name
|
|
267 "Normal"
|
|
268 "High Quality"
|
|
269 "Draft"
|
|
END
|