1 instantiation of COMPSTUISR
ReachFramework (1)
PrintConfig\PrintCapabilitesWriter.cs (1)
41this._strings = new COMPSTUISR();
65 references to COMPSTUISR
ReachFramework (65)
PrintConfig\PrintCapabilitesWriter.cs (43)
120COMPSTUISR.IDS_CPSUI_COLLATE); 122WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Collated", COMPSTUISR.IDS_CPSUI_YES, "None"); 123WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Uncollated", COMPSTUISR.IDS_CPSUI_NO, "None"); 136COMPSTUISR.IDS_CPSUI_COLOR_APPERANCE); 138WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Monochrome", COMPSTUISR.IDS_CPSUI_MONOCHROME, "None"); 141WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Color", COMPSTUISR.IDS_CPSUI_COLOR, "None"); 152WriteStartParameterDef(PrintSchemaNamespaces.StandardKeywordSet, "JobCopiesAllDocuments", COMPSTUISR.IDS_CPSUI_NUM_OF_COPIES); 172COMPSTUISR.IDS_CPSUI_NUP); 207COMPSTUISR.IDS_CPSUI_DUPLEX); 209WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "OneSided", COMPSTUISR.IDS_CPSUI_SIMPLEX, "None"); 210WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "TwoSidedLongEdge", COMPSTUISR.IDS_CPSUI_VERTICAL, "None"); 211WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "TwoSidedShortEdge", COMPSTUISR.IDS_CPSUI_HORIZONTAL, "None"); 225COMPSTUISR.IDS_CPSUI_ICMINTENT); 227WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "AbsoluteColorimetric", COMPSTUISR.IDS_NULL, "None"); 228WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "RelativeColorimetric", COMPSTUISR.IDS_CPSUI_ICM_COLORMETRIC, "None"); 229WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Photographs", COMPSTUISR.IDS_CPSUI_ICM_CONTRAST, "None"); 230WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "BusinessGraphics", COMPSTUISR.IDS_CPSUI_ICM_SATURATION, "None"); 243COMPSTUISR.IDS_CPSUI_ICMMETHOD); 245WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "None", COMPSTUISR.IDS_NULL, "None"); 246WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "System", COMPSTUISR.IDS_NULL, "None"); 247WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Driver", COMPSTUISR.IDS_NULL, "None"); 248WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Device", COMPSTUISR.IDS_NULL, "None"); 263COMPSTUISR.IDS_CPSUI_SOURCE); 332COMPSTUISR.IDS_CPSUI_FORMNAME); 390COMPSTUISR.IDS_CPSUI_MEDIA); 467COMPSTUISR.IDS_CPSUI_ORIENTATION); 469WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Portrait", COMPSTUISR.IDS_CPSUI_PORTRAIT, "None"); 474WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Landscape", COMPSTUISR.IDS_CPSUI_LANDSCAPE, "None"); 480WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "ReverseLandscape", COMPSTUISR.IDS_CPSUI_ROT_LAND, "None"); 498COMPSTUISR.IDS_CPSUI_RESOLUTION); 550COMPSTUISR.IDS_CPSUI_SCALING); 552WriteStartOption(PrintSchemaNamespaces.StandardKeywordSet, "CustomSquare", COMPSTUISR.IDS_CPSUI_ON, "None"); 562WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "None", COMPSTUISR.IDS_CPSUI_OFF, "None"); 566WriteStartParameterDef(PrintSchemaNamespaces.StandardKeywordSet, "PageScalingScale", COMPSTUISR.IDS_NULL); 589COMPSTUISR.IDS_CPSUI_TTOPTION); 591WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "RenderAsBitmap", COMPSTUISR.IDS_CPSUI_TT_PRINTASGRAPHIC, "None"); 592WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "DownloadAsRasterFont", COMPSTUISR.IDS_CPSUI_TT_DOWNLOADSOFT, "None"); 593WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "DownloadAsOutlineFont", COMPSTUISR.IDS_CPSUI_TT_DOWNLOADVECT, "None"); 606COMPSTUISR.IDS_CPSUI_TT_SUBDEV); 608WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "On", COMPSTUISR.IDS_CPSUI_ON, "None"); 609WriteOption(PrintSchemaNamespaces.StandardKeywordSet, "Off", COMPSTUISR.IDS_CPSUI_OFF, "None"); 627WriteStartParameterDef(this._privateNamespace, "PageDevmodeSnapshot", COMPSTUISR.IDS_NULL); 823private COMPSTUISR _strings;
PrintConfig\PrintSchemaShim.cs (22)
52displayNameId = COMPSTUISR.IDS_NULL; 81displayNameId = COMPSTUISR.IDS_NULL; 105displayNameId = COMPSTUISR.IDS_NULL; 683{DevModePaperSources.DMBIN_UPPER, new PaperSourceOption("Upper", false, COMPSTUISR.IDS_CPSUI_UPPER_TRAY, null, null)}, 684{DevModePaperSources.DMBIN_LOWER, new PaperSourceOption("Lower", false, COMPSTUISR.IDS_CPSUI_LOWER_TRAY, null, null)}, 685{DevModePaperSources.DMBIN_MIDDLE, new PaperSourceOption("Middle", false, COMPSTUISR.IDS_CPSUI_MIDDLE_TRAY, null, null)}, 686{DevModePaperSources.DMBIN_MANUAL, new PaperSourceOption("Manual", true, COMPSTUISR.IDS_CPSUI_MANUAL_TRAY, "Manual", null)}, 687{DevModePaperSources.DMBIN_ENVELOPE, new PaperSourceOption("EnvelopeFeed", false, COMPSTUISR.IDS_CPSUI_ENVELOPE_TRAY, null, null)}, 688{DevModePaperSources.DMBIN_ENVMANUAL, new PaperSourceOption("EnvelopeFeed", false, COMPSTUISR.IDS_CPSUI_ENVMANUAL_TRAY, "Manual", null)}, 689{DevModePaperSources.DMBIN_AUTO, new PaperSourceOption("Auto", false, COMPSTUISR.IDS_CPSUI_DEFAULT_TRAY, null, null)}, 690{DevModePaperSources.DMBIN_TRACTOR, new PaperSourceOption("Tractor", true, COMPSTUISR.IDS_CPSUI_TRACTOR_TRAY, null, "Continuous")}, 691{DevModePaperSources.DMBIN_SMALLFMT, new PaperSourceOption("SmallFormat", false, COMPSTUISR.IDS_CPSUI_SMALLFMT_TRAY, null, null)}, 692{DevModePaperSources.DMBIN_LARGEFMT, new PaperSourceOption("LargeFormat", false, COMPSTUISR.IDS_CPSUI_LARGEFMT_TRAY, null, null)}, 693{DevModePaperSources.DMBIN_LARGECAPACITY, new PaperSourceOption("High", false, COMPSTUISR.IDS_CPSUI_LARGECAP_TRAY, null, null)}, 694{DevModePaperSources.DMBIN_CASSETTE, new PaperSourceOption("Cassette", true, COMPSTUISR.IDS_CPSUI_CASSETTE_TRAY, null, null)}, 695{DevModePaperSources.DMBIN_FORMSOURCE, new PaperSourceOption("AutoSelect", true, COMPSTUISR.IDS_CPSUI_FORMSOURCE, null, null)} 918{DevModeMediaTypes.DMMEDIA_STANDARD, new MediaTypeOption("Plain", COMPSTUISR.IDS_CPSUI_STANDARD, "None", "None", "Paper")}, 919{DevModeMediaTypes.DMMEDIA_TRANSPARENCY, new MediaTypeOption("Transparency", COMPSTUISR.IDS_CPSUI_GLOSSY, "None", "None", "Transparency")}, 920{DevModeMediaTypes.DMMEDIA_GLOSSY, new MediaTypeOption("PhotographicGlossy", COMPSTUISR.IDS_CPSUI_TRANSPARENCY, "None", "Glossy", "Paper")} 1037{DevModeResolutions.DMRES_HIGH, new OutputQualityOption("High", COMPSTUISR.IDS_CPSUI_QUALITY_BEST)}, 1038{DevModeResolutions.DMRES_MEDIUM, new OutputQualityOption("Normal", COMPSTUISR.IDS_CPSUI_QUALITY_BETTER)}, 1039{DevModeResolutions.DMRES_DRAFT, new OutputQualityOption("Draft", COMPSTUISR.IDS_CPSUI_QUALITY_DRAFT)}