1// Microsoft Visual C++ generated resource script.
2//
3#include "resource_loc_res.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#include "afxres.h"
11#include "WinVersRes.h"
12
13/////////////////////////////////////////////////////////////////////////////
14#undef APSTUDIO_READONLY_SYMBOLS
15
16/////////////////////////////////////////////////////////////////////////////
17// Russian resources
18
19#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
20#ifdef _WIN32
21LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
22#pragma code_page(1251)
23#endif //_WIN32
24
25#ifdef APSTUDIO_INVOKED
26/////////////////////////////////////////////////////////////////////////////
27//
28// TEXTINCLUDE
29//
30
311 TEXTINCLUDE
32BEGIN
33    "resource_loc_res.h\0"
34END
35
362 TEXTINCLUDE
37BEGIN
38    "#include ""afxres.h""\r\n"
39    "#include ""WinVersRes.h""\r\n"
40    "\0"
41END
42
433 TEXTINCLUDE
44BEGIN
45    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
46    "#define _AFX_NO_OLE_RESOURCES\r\n"
47    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
48    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
49    "\r\n"
50    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
51    "LANGUAGE 9, 1\r\n"
52    "#pragma code_page(1252)\r\n"
53    "#include ""res\\PrinterSetupWizardLocRes.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
54    "#include ""afxres.rc""         // Standard components\r\n"
55    "#endif\r\n"
56    "\0"
57END
58
59#endif    // APSTUDIO_INVOKED
60
61#endif    // Russian resources
62/////////////////////////////////////////////////////////////////////////////
63
64
65/////////////////////////////////////////////////////////////////////////////
66// English (U.S.) resources
67
68#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
69#ifdef _WIN32
70LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
71#pragma code_page(1252)
72#endif //_WIN32
73
74/////////////////////////////////////////////////////////////////////////////
75//
76// Dialog
77//
78
79IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
80STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
81    WS_SYSMENU
82CAPTION "About Printer Wizard"
83FONT 8, "MS Shell Dlg", 0, 0, 0x1
84BEGIN
85    ICON            128,IDC_STATIC,11,17,20,20
86    LTEXT           "Printer Wizard Version 1.0",IDC_STATIC,40,10,119,
87                    8,SS_NOPREFIX
88    LTEXT           "Copyright (C) 2002",IDC_STATIC,40,25,119,8
89    DEFPUSHBUTTON   "OK",IDOK,178,7,50,16,WS_GROUP
90END
91
92IDD_PRINTERSETUPWIZARD_DIALOG DIALOGEX 0, 0, 320, 200
93STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
94    WS_CAPTION | WS_SYSMENU
95EXSTYLE WS_EX_APPWINDOW
96CAPTION "Bonjour Printer Wizard"
97FONT 8, "MS Shell Dlg", 0, 0, 0x1
98BEGIN
99    DEFPUSHBUTTON   "OK",IDOK,263,7,50,16
100    PUSHBUTTON      "Cancel",IDCANCEL,263,25,50,16
101    PUSHBUTTON      "Start Wizard",IDC_BUTTON1,100,86,109,35
102END
103
104IDD_SECOND_PAGE DIALOGEX 0, 0, 290, 154
105STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
106CAPTION "Bonjour Printer Wizard"
107FONT 8, "MS Shell Dlg", 0, 0, 0x0
108BEGIN
109    LTEXT           "Shared printers:",IDC_STATIC,3,0,171,8
110    CONTROL         "",IDC_BROWSE_LIST,"SysTreeView32",TVS_DISABLEDRAGDROP |
111                    TVS_SHOWSELALWAYS | TVS_FULLROWSELECT | WS_BORDER |
112                    WS_TABSTOP,2,11,286,101
113    LTEXT           "Description:",IDC_DESCRIPTION_LABEL,13,128,39,8
114    LTEXT           "Location:",IDC_LOCATION_LABEL,13,139,30,8
115    GROUPBOX        "Printer information",IDC_PRINTER_INFORMATION,2,116,286,
116                    37
117    LTEXT           "",IDC_DESCRIPTION_FIELD,57,128,226,8
118    LTEXT           "",IDC_LOCATION_FIELD,57,139,226,8
119END
120
121IDD_FIRST_PAGE DIALOGEX 0, 0, 290, 199
122STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
123CAPTION "Bonjour Printer Wizard"
124FONT 8, "MS Shell Dlg", 0, 0, 0x0
125BEGIN
126    LTEXT           "Welcome to the Bonjour Printer Wizard",
127                    IDC_GREETING,114,7,171,46
128    LTEXT           "To continue, click Next.",IDC_STATIC,115,188,143,8
129    LTEXT           "This wizard helps you connect to a shared printer using Bonjour.  Make sure your printer is turned on and connected to your network.",
130                    IDC_STATIC,114,60,171,62
131END
132
133IDD_THIRD_PAGE DIALOGEX 0, 0, 290, 154
134STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
135    WS_SYSMENU
136CAPTION "Bonjour Printer Wizard"
137FONT 8, "MS Shell Dlg", 400, 0, 0x1
138BEGIN
139    CONTROL         "",IDC_PRINTER_MODEL,"SysListView32",LVS_REPORT |
140                    LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
141                    LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,110,58,178,76
142    CONTROL         "",IDC_PRINTER_MANUFACTURER,"SysListView32",LVS_REPORT |
143                    LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
144                    LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,2,58,105,76
145    ICON            1017,1,3,5,20,27
146    LTEXT           "",IDC_PRINTER_NAME,40,5,173,8
147    LTEXT           "The Bonjour Printer Wizard has auto-selected the following printer settings.  To continue installing this printer, click Next.",
148                    IDC_PRINTER_SELECTION_TEXT,40,18,243,33
149    CONTROL         "Use this printer as the default printer",
150                    IDC_DEFAULT_PRINTER,"Button",BS_AUTOCHECKBOX |
151                    WS_TABSTOP,3,142,140,10
152    PUSHBUTTON      "Have Disk...",IDC_HAVE_DISK,238,140,50,14
153END
154
155IDD_FOURTH_PAGE DIALOGEX 0, 0, 290, 199
156STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
157CAPTION "Bonjour Printer Wizard"
158FONT 8, "MS Shell Dlg", 400, 0, 0x1
159BEGIN
160    LTEXT           "Completing the Bonjour Printer Wizard",IDC_GOODBYE,
161                    116,7,171,27
162    LTEXT           "You are ready to complete the Bonjour Printer Wizard.  The printer has the following settings:",
163                    IDC_STATIC,116,42,171,31
164    LTEXT           "Name:",IDC_STATIC,116,78,22,8
165    LTEXT           "Manufacturer:",IDC_STATIC,116,91,47,8
166    LTEXT           "Model:",IDC_STATIC,116,104,22,8
167    LTEXT           "Protocol:",IDC_STATIC,116,117,38,8
168    LTEXT           "Default:",IDC_STATIC,116,130,27,8
169    LTEXT           "",IDC_PRINTER_NAME,172,78,113,8,SS_ENDELLIPSIS
170    LTEXT           "",IDC_PRINTER_MANUFACTURER,172,91,113,8
171    LTEXT           "",IDC_PRINTER_MODEL,172,104,113,8
172    LTEXT           "",IDC_PRINTER_PROTOCOL,172,117,113,8
173    LTEXT           "",IDC_PRINTER_DEFAULT,172,130,113,8
174    LTEXT           "To complete the installation, click Finish.",IDC_COMPLETE1,116,180,171,8
175    LTEXT           "To change these settings, click Back.",IDC_COMPLETE2,116,190,171,8
176	LTEXT			"Please wait a few moments while the Bonjour Printer Wizard installs the printer.",IDC_INSTALLING,116,170,171,31
177	CONTROL			"",IDC_PROGRESS,"msctls_progress32",WS_BORDER,116,190,165,8
178END
179
180IDD_DIALOG1 DIALOGEX 0, 0, 265, 130
181STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
182    WS_SYSMENU
183CAPTION "Dialog"
184FONT 8, "MS Shell Dlg", 400, 0, 0x1
185BEGIN
186    CONTROL         138,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
187                    265,131
188    LTEXT           "Static",IDC_STATIC,77,12,19,8
189    LTEXT           "Static",IDC_STATIC,71,46,19,8
190    LTEXT           "Static",IDC_STATIC,71,89,19,8
191END
192
193
194/////////////////////////////////////////////////////////////////////////////
195//
196// Version
197//
198
199VS_VERSION_INFO VERSIONINFO
200 FILEVERSION MASTER_PROD_VERS
201 PRODUCTVERSION MASTER_PROD_VERS
202 FILEFLAGSMASK 0x3fL
203#ifdef _DEBUG
204 FILEFLAGS 0x1L
205#else
206 FILEFLAGS 0x0L
207#endif
208 FILEOS 0x4L
209 FILETYPE 0x1L
210 FILESUBTYPE 0x0L
211BEGIN
212    BLOCK "StringFileInfo"
213    BEGIN
214        BLOCK "040904e4"
215        BEGIN
216            VALUE "CompanyName", MASTER_COMPANY_NAME
217            VALUE "FileDescription", "Bonjour Resource Module"
218            VALUE "FileVersion", MASTER_PROD_VERS_STR
219            VALUE "InternalName", "PrinterWizardLocalized.dll"
220            VALUE "LegalCopyright", MASTER_LEGAL_COPYRIGHT
221            VALUE "OriginalFilename", "PrinterWizardLocalized.dll"
222            VALUE "ProductName", MASTER_PROD_NAME
223            VALUE "ProductVersion", MASTER_PROD_VERS_STR
224        END
225    END
226    BLOCK "VarFileInfo"
227    BEGIN
228        VALUE "Translation", 0x409, 1252
229    END
230END
231
232
233/////////////////////////////////////////////////////////////////////////////
234//
235// String Table
236//
237
238STRINGTABLE
239BEGIN
240    IDS_ABOUTBOX            "&About Bonjour Printer Wizard..."
241    IDS_GOODBYE             "Completing the Bonjour Printer Wizard."
242    IDS_GREETING            "Welcome to the Bonjour Printer Wizard"
243    IDS_BROWSE_TITLE        "Browse for Bonjour Printers"
244    IDS_BROWSE_SUBTITLE     "Select the printer you want to use from the list below."
245    IDS_CAPTION             "Bonjour Printer Wizard"
246    IDS_GOODBYE_GOOD1       "You are ready to complete the Bonjour Printer Wizard.  The printer has the following settings:"
247    IDS_SEARCHING           "Searching for printers..."
248    IDS_GOODBYTE_GOOD2      "To complete the installation, click Finish."
249    IDS_INSTALL_TITLE       "Install Bonjour Printer"
250    IDS_INSTALL_SUBTITLE    "The manufacturer and model determine which printer software to use."
251END
252
253STRINGTABLE
254BEGIN
255    IDS_ERROR_SELECTING_PRINTER_TEXT
256                            "There was an error selecting this printer."
257    IDS_ERROR_SELECTING_PRINTER_CAPTION "Error"
258    IDS_INSTALL_ERROR_CAPTION "Error"
259    IDS_INSTALL_ERROR_MESSAGE
260                            "You do not have sufficient access to your computer to connect to the selected printer."
261	IDS_NO_MATCH_INF_FILE	"The software that you chose does not match the selected printer."
262	IDS_NO_MATCH_INF_FILE_CAPTION "Select Device"
263	IDS_BAD_INF_FILE		"The specified location does not contain information about your printer"
264	IDS_BAD_INF_FILE_CAPTION "Select Device"
265    IDS_MANUFACTURER_HEADING "Manufacturer"
266    IDS_MODEL_HEADING       "Model"
267    IDS_NO_PRINTERS         "No Bonjour Printers are available"
268    IDS_NO_MDNSRESPONDER_SERVICE_TEXT "Bonjour Service is not available."
269    IDS_NO_MDNSRESPONDER_SERVICE_CAPTION "Error"
270    IDS_PRINTER_MATCH_GOOD  "The Bonjour Printer Wizard has auto-selected the following printer settings.  Click 'Next' to continue installing this printer."
271    IDS_PRINTER_MATCH_BAD   "The Bonjour Printer Wizard cannot find a driver for this printer.  Manually select from the list, or click 'Have Disk' if your printer came with an installation disk. "
272    IDS_PRINTER_MATCH_MAYBE "The Bonjour Printer Wizard has selected a generic printer driver for this printer. If your printer came with an installation disk, click 'Have Disk' now to load the manufacturer's drivers."
273    IDS_YES                 "Yes"
274    IDS_NO                  "No"
275    IDS_LARGE_FONT          "MS Sans Serif"
276    IDS_FIREWALL            "Please check firewall setting to ensure the Bonjour Printer Wizard operates correctly."
277    IDS_ERROR_CAPTION       "Error"
278    IDS_PRINTER_UNAVAILABLE "The Bonjour printer you have selected is no longer available. Please make sure the printer is powered-on and plugged-in."
279END
280
281STRINGTABLE
282BEGIN
283    IDS_FIREWALL_CAPTION    "Firewall Detected"
284END
285
286#endif    // English (U.S.) resources
287/////////////////////////////////////////////////////////////////////////////
288
289
290
291#ifndef APSTUDIO_INVOKED
292/////////////////////////////////////////////////////////////////////////////
293//
294// Generated from the TEXTINCLUDE 3 resource.
295//
296#define _AFX_NO_SPLITTER_RESOURCES
297#define _AFX_NO_OLE_RESOURCES
298#define _AFX_NO_TRACKER_RESOURCES
299#define _AFX_NO_PROPERTY_RESOURCES
300
301#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
302LANGUAGE 9, 1
303#pragma code_page(1252)
304#include "res\PrinterSetupWizardLocRes.rc2"  // non-Microsoft Visual C++ edited resources
305#include "afxres.rc"         // Standard components
306#endif
307
308/////////////////////////////////////////////////////////////////////////////
309#endif    // not APSTUDIO_INVOKED
310
311