Annotation of ntddk/src/print/pscript/pscript.rc, revision 1.1

1.1     ! root        1: //--------------------------------------------------------------------------
        !             2: //
        !             3: // Module Name:  PSCRIPT.RC
        !             4: //
        !             5: // Brief Description:  This module contains resource information
        !             6: //                    necessary for the PSCRIPT driver.
        !             7: //
        !             8: // Author:  Kent Settle (kentse)
        !             9: // Created: 04-Nov-1991
        !            10: //
        !            11: // Copyright (c) 1991-1993 Microsoft Corporation
        !            12: //
        !            13: //--------------------------------------------------------------------------
        !            14: 
        !            15: #include "pscript.h"
        !            16: #include "resource.h"
        !            17: 
        !            18: #include "fonts.rc"
        !            19: #include "psproc.rc"
        !            20: 
        !            21: STRINGTABLE
        !            22: BEGIN
        !            23:         STRING_BASE + IDS_ALL_PFM_FILES,        "*.PFM"
        !            24:         SLOTS_BASE + SLOT_MANUAL,               "Manual Feed"
        !            25:         STRING_BASE + IDS_FREEMEM,              "FreeMem"
        !            26:         STRING_BASE + IDS_HALFTONE,             "PrinterHT"
        !            27:         STRING_BASE + IDS_NUMBER_TT_FONTS,      "CountTTFonts"
        !            28:         STRING_BASE + IDS_FONT_SUBST_TABLE,     "TTFontSubTable"
        !            29:         STRING_BASE + IDS_FONT_SUBST_SIZE,      "TTFontSubTableSize"
        !            30:         STRING_BASE + IDS_TRAY_FORM_TABLE,      "TrayFormTable"
        !            31:         STRING_BASE + IDS_TRAY_FORM_SIZE,       "TrayFormSize"
        !            32: END
        !            33: 
        !            34: #include <ntverp.h>
        !            35: 
        !            36: /*-----------------------------------------------*/
        !            37: /* the following lines are specific to this file */
        !            38: /*-----------------------------------------------*/
        !            39: 
        !            40: /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
        !            41:  * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
        !            42:  * The strings don't need a '\0', since common.ver has them.
        !            43:  */
        !            44: #define VER_FILETYPE                VFT_DLL
        !            45: #define VER_FILESUBTYPE             VFT2_DRV_PRINTER
        !            46: #define VER_FILEDESCRIPTION_STR     "PostScript Printer Driver"
        !            47: #define VER_INTERNALNAME_STR        "PSCRIPT.DLL"
        !            48: #define VER_ORIGINALFILENAME_STR    "PSCRIPT.DLL"
        !            49: 
        !            50: #include "common.ver"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.