|
|
1.1 ! root 1: #include <windows.h> ! 2: #include "dlgdefs.h" ! 3: #include "pscript.h" ! 4: #include "pscrptui.h" ! 5: ! 6: // ! 7: // Printer Properties dialog templates ! 8: // ! 9: #include "dlgdefs.dlg" ! 10: #include "..\pscript\fonts.rc" ! 11: ! 12: ICOPORTRAIT ICON portrait.ico ! 13: ICOLANDSCAPE ICON landscap.ico ! 14: ICO_P_NONE ICON p_none.ico ! 15: ICO_L_NONE ICON l_none.ico ! 16: ICO_P_HORIZ ICON p_horz.ico ! 17: ICO_L_HORIZ ICON l_horz.ico ! 18: ICO_P_VERT ICON p_vert.ico ! 19: ICO_L_VERT ICON l_vert.ico ! 20: ICO_COLLATE ICON collate.ico ! 21: ICO_NO_COLLATE ICON nocoll8.ico ! 22: ICO_PRINTER ICON printer.ico ! 23: ! 24: STRINGTABLE ! 25: ! 26: BEGIN ! 27: STRING_BASE + IDS_MEMWARN, "Setting memory value greater than amount in printer could kill print jobs. Do you want to change memory?" ! 28: STRING_BASE + IDS_CAUTION, "Caution!" ! 29: STRING_BASE + IDS_PRINT_PROP, "PostScript Printer Properties for " ! 30: STRING_BASE + IDS_DEFAULT_FONT_DIR, "A:\\" ! 31: STRING_BASE + IDS_NO_INSTALLED, "No Installed Soft Fonts" ! 32: STRING_BASE + IDS_ALL_PFB_FILES, "*.PFB" ! 33: STRING_BASE + IDS_PFB_NOT_FOUND, "Printer Font file not found. Please insert media with .PFB file." ! 34: STRING_BASE + IDS_AFM_NOT_FOUND, "Font Metrics file not found. Please insert media with .AFM file." ! 35: STRING_BASE + IDS_PATH_NOT_FOUND, "The specified path was not found." ! 36: STRING_BASE + IDS_FULLNAME, "/FullName" ! 37: STRING_BASE + IDS_FONTNAME, "/FontName" ! 38: STRING_BASE + IDS_ALL_AFM_FILES, "*.AFM" ! 39: STRING_BASE + IDS_ALL_PFM_FILES, "*.PFM" ! 40: STRING_BASE + IDS_MORE_AFMS_NEEDED, "Not all the specified .AFM files were found. It is common to have .AFM files on multiple disks. Please insert disk with more .AFM files." ! 41: STRING_BASE + IDS_COLOR_ON_BW, "DEVMODE indicated trying to print color on b/w printer." ! 42: STRING_BASE + IDS_INVALID_DRIVER_EXTRA_SIZE, "Invalid driver extra size." ! 43: STRING_BASE + IDS_INVALID_DUPLEX, "Invalid duplex value." ! 44: STRING_BASE + IDS_INVALID_COLOR, "Invalid color value." ! 45: STRING_BASE + IDS_INVALID_RESOLUTION, "Invalid resolution." ! 46: STRING_BASE + IDS_INVALID_NUMBER_OF_COPIES, "Invalid number of copies." ! 47: STRING_BASE + IDS_INVALID_SCALE, "Invalid scale factor." ! 48: STRING_BASE + IDS_INVALID_ORIENTATION, "Invalid orientation." ! 49: STRING_BASE + IDS_INVALID_VERSION, "Invalid DEVMODE version." ! 50: STRING_BASE + IDS_INVALID_DEVMODE_SIZE, "Invalid DEVMODE size." ! 51: STRING_BASE + IDS_INVALID_FORM, "Invalid form name." ! 52: STRING_BASE + IDS_DOWNLOAD_SOFTFONT, "Download as Soft Font" ! 53: STRING_BASE + IDS_NUMBER_TT_FONTS, "CountTTFonts" ! 54: STRING_BASE + IDS_FREEMEM, "FreeMem" ! 55: STRING_BASE + IDS_FORMS, "Forms?" ! 56: STRING_BASE + IDS_HALFTONE, "PrinterHT" ! 57: STRING_BASE + IDS_PSCRIPT_VERSION, "PostScript Printer Driver V3.1" ! 58: STRING_BASE + IDS_MODEL_STRING, "Printer Model: " ! 59: STRING_BASE + IDS_ERROR, "Error!" ! 60: STRING_BASE + IDS_NO_HELP, "Could not load help file." ! 61: STRING_BASE + IDS_PERMISSION, "Permission" ! 62: STRING_BASE + IDS_FONT_SUBST_TABLE, "TTFontSubTable" ! 63: STRING_BASE + IDS_FONT_SUBST_SIZE, "TTFontSubTableSize" ! 64: STRING_BASE + IDS_TRAY_FORM_TABLE, "TrayFormTable" ! 65: STRING_BASE + IDS_TRAY_FORM_SIZE, "TrayFormSize" ! 66: STRING_BASE + IDS_NETWORK_GONE, "Network connection to soft font files no longer exists." ! 67: SLOTS_BASE + SLOT_ONLYONE, "Main Tray" ! 68: SLOTS_BASE + SLOT_MANUAL, "Manual Feed" ! 69: ! 70: END ! 71: ! 72: #include <ntverp.h> ! 73: ! 74: #define VER_FILETYPE VFT_DLL ! 75: #define VER_FILESUBTYPE VFT2_DRV_PRINTER ! 76: #define VER_FILEDESCRIPTION_STR "PostScript Printer Driver User Interface" ! 77: #define VER_INTERNALNAME_STR "PSCRPTUI.DLL" ! 78: #define VER_ORIGINALFILENAME_STR "PSCRPTUI.DLL" ! 79: ! 80: #include "common.ver"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.