summaryrefslogtreecommitdiff
path: root/print/OEM Printer Customization Plug-in Samples/C++/PSUIRep/OEMUI.rc
blob: d68603e197ea3e268b7978bbbab34922f51201b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,0,1
 PRODUCTVERSION 1,0,0,1
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x40004L
 FILETYPE 0x2L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "Written by Windows Printing & Imaging Team"
            VALUE "CompanyName", "Microsoft Corp."
            VALUE "FileDescription", "PS UI Replacement Sample"
            VALUE "FileVersion", "1, 0, 0, 1"
            VALUE "InternalName", "PSUIREP"
            VALUE "LegalCopyright", "Copyright � 1998 - 2003 Microsoft Corp."
            VALUE "LegalTrademarks", "Microsoft� is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation"
            VALUE "OriginalFilename", "PSUIREP.dll"
            VALUE "ProductName", "Microsoft PS UI Replacement Sample"
            VALUE "ProductVersion", "1.1"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE 
BEGIN
    "#include ""winres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_DEVICE_PROPPAGE DIALOG  0, 0, 179, 113
STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Device Property Page"
FONT 8, "MS Shell Dialog"
BEGIN
    LTEXT           "OEM UI Added Page",IDC_STATIC,55,14,68,11
    PUSHBUTTON      "Calibrate",IDC_CALIBRATE,61,34,50,14
END

IDD_DOC_PROPPAGE DIALOG  0, 0, 210, 154
STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Document Property Page"
FONT 8, "MS Shell Dialog"
BEGIN
    LTEXT           "OEM UI Document Property Page",IDC_STATIC,60,73,108,8
END


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO 
BEGIN
    IDD_DEVICE_PROPPAGE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 172
        TOPMARGIN, 8
        BOTTOMMARGIN, 106
    END

    IDD_DOC_PROPPAGE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 203
        TOPMARGIN, 7
        BOTTOMMARGIN, 147
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDS_SECTION             "OEM UI Added Item"
    IDS_CALIBRATED          "Printer has been calibrated."
    IDS_NAME                "OEM UI Customization DLL"
    IDS_DEVICE_SETTINGS_NAME "Device Settings"
    IDS_CONSTRAINT_CONFLICT "Ther are one or more conflicting settings.\r\nOne of the conflicting is:\r\n\t%1: %2\r\n\t%3: %4\r\n\r\nDo you want driver to automatically resolve conflict?"
    IDS_DEV_SECTION         "Device Settings OEM UI Added Item"
    IDS_ADV_SECTION         "Advanced OEM UI Added Item"
END

STRINGTABLE 
BEGIN
    IDS_POSTSCRIPT_VM       "Available PostScript Memory"
    IDS_KBYTES              "KB"
    IDS_SECONDS             "seconds"
    IDS_PSTIMEOUTS          "PostScript Timeout Values"
    IDS_JOBTIMEOUT          "Job Timeout"
    IDS_WAITTIMEOUT         "Wait Timeout"
    IDS_PRINTER_DEFAULT     "Use Current Setting in the Printer"
    IDS_INSTALLABLE_OPTIONS "Installable Options"
    IDS_DOWNLOAD_AS_SOFTFONT "<Don't Substitute>"
    IDS_USE_DEVFONTS        "Use Device Fonts?"
    IDS_FONTSUB_OPTION      "Font Substitution"
    IDS_FONTSUB_DEFAULT     "Normal"
    IDS_FONTSUB_SLOW        "Slow but more accurate"
    IDS_FONTSUB_TABLE       "Font Substitution Table"
    IDS_DEFAULT_TRAY        " / Default tray"
    IDS_DRAW_ONLY_FROM_SELECTED "Draw selected form only from this tray"
END

STRINGTABLE 
BEGIN
    IDS_RESTORE_DEFAULTS    "&Restore Defaults"
    IDS_PRINTER_FEATURES    "Printer Features"
    IDS_METAFILE_SPOOLING   "Advanced Printing Features"
    IDS_ENABLED             "&Enabled"
    IDS_DISABLED            "&Disabled"
    IDS_PSOPTIONS           "PostScript Options"
    IDS_MIRROR              "Mirrored Output"
    IDS_NEGATIVE_PRINT      "Negative Output"
    IDS_PAGEINDEP           "Page Independence"
    IDS_COMPRESSBMP         "Compress bitmaps"
    IDS_CTRLD_BEFORE        "Send CTRL-D Before Each Job"
    IDS_CTRLD_AFTER         "Send CTRL-D After Each Job"
    IDS_JOB_CONTROL         "Generate Job Control Code"
    IDS_TEXT_ASGRX          "Print Optimizations"
END

STRINGTABLE 
BEGIN
    IDS_TRUE_GRAY_TEXT      "Convert Gray Text to PostScript Gray"
    IDS_TRUE_GRAY_GRAPH     "Convert Gray Graphics to PostScript Gray"
    IDS_ADD_EURO            "Add Euro Currency Symbol to PostScript Fonts"
END

STRINGTABLE 
BEGIN
    IDS_PAGE_PROTECTION     "Page Protection"
    IDS_CANCEL_CONFLICT     "Restore my previous settings"
    IDS_IGNORE_CONFLICT     "Keep this setting, and I will change it later"
    IDS_RESOLVE_CONFLICT    "Resolve this conflict for me automatically"
    IDS_DRIVERUI_COLORMODE  "Color Mode Option"
    IDS_ENVELOPE            "Envelope"
    IDS_ENV_PREFIX          "Env"
    IDS_PSPROTOCOL          "Output Protocol"
    IDS_PSPROTOCOL_ASCII    "ASCII"
    IDS_PSPROTOCOL_BCP      "BCP"
    IDS_PSPROTOCOL_TBCP     "TBCP"
    IDS_PSPROTOCOL_BINARY   "Binary"
    IDS_TRAY_FORMSOURCE     "Automatically Select"
    IDS_OEMERR_DLGTITLE     "OEM Customization Module Failed"
    IDS_OEMERR_OPTITEM      "Couldn't add custom items from OEM customization module '%s'.\n\nPlease contact its vendor for support."
END

STRINGTABLE 
BEGIN
    IDS_OEMERR_PROPSHEET    "Couldn't add custom property sheet pages from OEM customization module '%s'.\n\nPlease contact its vendor for support."
    IDS_CANCEL_CONFLICT_FINAL "I will resolve the conflict for myself"
    IDS_PSERROR_HANDLER     "Send PostScript Error Handler"
    IDS_PSMINOUTLINE        "Minimum Font Size to Download as Outline"
    IDS_PSMAXBITMAP         "Maximum Font Size to Download as Bitmap"
    IDS_PIXELS              "pixel(s)"
    IDS_PSOUTPUT_OPTION     "PostScript Output Option"
    IDS_PSOPT_SPEED         "Optimize for Speed"
    IDS_PSOPT_PORTABILITY   "Optimize for Portability"
    IDS_PSOPT_EPS           "Encapsulated PostScript (EPS)"
    IDS_PSOPT_ARCHIVE       "Archive Format"
    IDS_PSTT_DLFORMAT       "TrueType Font Download Option"
    IDS_TTDL_DEFAULT        "Automatic"
    IDS_TTDL_TYPE1          "Outline"
    IDS_TTDL_TYPE3          "Bitmap"
    IDS_TTDL_TYPE42         "Native TrueType"
END

STRINGTABLE 
BEGIN
    IDS_PSLEVEL             "PostScript Language Level"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED