//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include <winresrc.h>
#include <version.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

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

1 TEXTINCLUDE DISCARDABLE
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE
BEGIN
    "#include <winresrc.h>\r\n"
    "\0"
END

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

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// REGINST
//

REGINST                 REGINST DISCARDABLE     "selfreg.inx"

/////////////////////////////////////////////////////////////////////////////
//
// HTML
//

TMPLDATA.XML            HTML    DISCARDABLE     "tmpldata.xml"
DEFAULT.GIF             HTML    DISCARDABLE     "default.gif"
THUMB3X5.GIF            HTML    DISCARDABLE     "res\\3x5.gif"
THUMBCONTACT.GIF        HTML    DISCARDABLE     "res\\contactsheet.gif"
THUMBFULLPAGE.GIF       HTML    DISCARDABLE     "res\\fullpage.gif"
THUMB8X10.GIF           HTML    DISCARDABLE     "res\\8x10.gif"
THUMB4X6.GIF            HTML    DISCARDABLE     "res\\4x6cutoutprints.gif"
THUMB5x7.GIF            HTML    DISCARDABLE     "res\\5x7.gif"
THUMB4X6ALBUM.GIF       HTML    DISCARDABLE     "res\\4x6albumprints.gif"
THUMBWALLET.GIF         HTML    DISCARDABLE     "res\\walletprints.gif"

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_APP_ICON            ICON        DISCARDABLE     "printer.ico"
IDI_UNAVAILABLE         ICON        DISCARDABLE     "unavail.ico"

/////////////////////////////////////////////////////////////////////////////
//
// BITMAP
//

IDB_BANNER           BITMAP  DISCARDABLE     "picture_prt_hd.bmp"
IDB_WATERMARK        BITMAP  DISCARDABLE     "picture_prt.bmp"




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

IDD_START_PAGE DIALOG DISCARDABLE  0, 0, 358, 188
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT           "Welcome to the Photo Printing Wizard",IDC_WELCOME,
                    115,8,236,30
    LTEXT           "This wizard helps you format and print photographs from a digital camera or scanner.\n\nYou can also use this wizard to print photographs or other types of images directly from your computer.",
                    IDC_STATIC,115,46,220,48
    LTEXT           "To continue, click Next.",IDC_STATIC,115,220,195,8
END



IDD_PICTURE_SELECTION DIALOG DISCARDABLE  0, 0, 358, 188
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "",IDC_THUMBNAILS,"SysListView32",LVS_SHOWSELALWAYS |
                    LVS_AUTOARRANGE | WS_BORDER | WS_GROUP | WS_TABSTOP,0,0,
                    358,167
    LTEXT           "",IDC_NUM_IMAGES,0,176,245,10
    PUSHBUTTON      "&Select All",IDC_SELECTALL,254,174,50,14
    PUSHBUTTON      "&Clear All",IDC_CLEARALL,308,174,50,14
END


IDD_PRINTING_OPTIONS DIALOG DISCARDABLE  0, 0, 358, 188
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT           "What printe&r do you want to use?",IDC_STATIC,22,7,190,10
    COMBOBOX        IDC_CHOOSE_PRINTER,22,19,190,200,CBS_DROPDOWNLIST |
                    CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
    PUSHBUTTON      "In&stall Printer...",IDC_INSTALL_PRINTER,219,19,96,13
    LTEXT           "Your prints will look best if you select the correct paper before printing. To select paper, click Printing Preferences.",
                    IDC_STATIC,22,52,293,20
    PUSHBUTTON      "Printing &Preferences",IDC_PRINTER_PREFERENCES,22,79,96,13
    LTEXT           "Currently selected paper:",IDC_CURRENT_PAPER_LABEL,22,99,90,10,NOT WS_VISIBLE
    LTEXT           "",IDC_CURRENT_PAPER,112,99,190,10,NOT WS_VISIBLE
    LTEXT           "You cannot continue unless you install a printer.",
                    IDC_NO_PRINTER_TEXT,22,132,244,8,NOT WS_VISIBLE
END

IDD_SELECT_TEMPLATE DIALOG DISCARDABLE  0, 0, 358, 188
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT           "&Available layouts:",IDC_WARNING_TEXT,14,7,161,10
    CONTROL         "",IDC_TEMPLATES,"SysListView32",LVS_SHOWSELALWAYS |
                    LVS_AUTOARRANGE | LVS_SINGLESEL | WS_BORDER | WS_GROUP | WS_TABSTOP,14,24,
                    161,140
    LTEXT           "Print preview:",-1,192,7,50,10
    CONTROL         "",IDC_TEMPLATE_PREVIEW,"Static",0,192,24,157,140
    LTEXT           "Nu&mber of times to use each picture:",IDC_STATIC,14,174,120,10
    EDITTEXT        IDC_NUM_PICS,135,173,28,12,WS_TABSTOP
    CONTROL         "Spin",IDC_SPIN_PICS,"msctls_updown32",UDS_ARROWKEYS | UDS_SETBUDDYINT | UDS_AUTOBUDDY,163,173,12,12,WS_TABSTOP
END

IDD_PRINT_PROGRESS DIALOG DISCARDABLE  0, 0, 358, 188
STYLE DS_MODALFRAME | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "",IDC_PRINT_PROGRESS,"msctls_progress32",0,
                    28,77,301,8
    CTEXT           "Getting ready to print...",IDC_PRINT_PROGRESS_TEXT,28,93,301,8
    PUSHBUTTON      "&Cancel Printing",IDC_CANCEL_PRINTING,128,126,101,14
END


IDD_END_PAGE DIALOG DISCARDABLE  0, 0, 358, 188
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    LTEXT           "Completing the Photo Printing Wizard",IDC_DONE,115,8,195,24
    LTEXT           "",IDC_END_PAGE_TEXT,115,40,195,36
    LTEXT           "To close this wizard, click Finish.",IDC_STATIC,115,220,198,8
END


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

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
    IDD_PICTURE_SELECTION, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 350
        TOPMARGIN, 7
        BOTTOMMARGIN, 181
    END

    IDD_PRINTING_OPTIONS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 350
        TOPMARGIN, 7
        BOTTOMMARGIN, 181
    END

    IDD_SELECT_TEMPLATE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 350
        TOPMARGIN, 7
        BOTTOMMARGIN, 181
    END
END
#endif    // APSTUDIO_INVOKED


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

STRINGTABLE DISCARDABLE
BEGIN
    IDS_WIZ_TITLE           "Photo Printing Wizard"
    IDS_WIZ_SEL_PICTURE_TITLE "Picture Selection"
    IDS_WIZ_SEL_PICTURE_SUBTITLE
                            "Pictures with check marks will be printed.  To print all pictures, click Select All."
    IDS_WIZ_PRINTER_OPT_TITLE "Printing Options"
    IDS_WIZ_PRINTER_OPT_SUBTITLE
                            "Select the printer and paper you want to use."
    IDS_WIZ_SEL_TEMPLATE_TITLE "Layout Selection"
    IDS_WIZ_SEL_TEMPLATE_SUBTITLE
                            "Select a layout from the choices below."
    IDS_WIZ_PRINT_PROGRESS_TITLE "Please Wait"
    IDS_WIZ_PRINT_PROGRESS_SUBTITLE "The wizard is sending your pictures to the printer."
    IDS_WIZ_END_PAGE_SUCCESS "You have successfully printed your pictures."
    IDS_WIZ_END_PAGE_ERROR   "You have completed the Photo Printing Wizard.  One or more pictures might not have printed correctly."
    IDS_TITLEFONTNAME       "Verdana Bold"
    IDS_TITLEFONTSIZE       "12"
    IDS_ONLY_NUMBERS_TOOLTIP "This box can only contain numerals between 1 and 15."
END

STRINGTABLE DISCARDABLE
BEGIN
    IDS_DOWNLOADINGTHUMBNAIL "Generating preview..."
    IDS_PRINTING_PROGRESS    "Printing page %d of %d..."
    IDS_NUM_IMAGES_FORMAT    "Please wait, loading picture %d of %d..."
    IDS_CANCEL_PRINT_CAPTION "Cancel printing of your pictures?"
    IDS_CANCEL_PRINT_MESSAGE "Are you sure you want to cancel the printing of your pictures?"
    IDS_NOT_ALL_IMAGES_WILL_PRINT "Note: Items the wizard cannot print are not displayed."
    IDS_READY_TO_PRINT       "Getting ready to print..."
    IDS_FULL_PAGE_TITLE      "Full page print"
    IDS_FULL_PAGE_DESC       "centered and rotated to fit"
    IDS_FRAME_SUFFIX         " - page %d"
END


STRINGTABLE DISCARDABLE
BEGIN
    IDS_ERROR_TITLE           "Photo Printing Wizard Error"
    IDS_ERROR_CREATEDC_FAILED "The wizard cannot print your pictures because an error occurred:   \n\n%s"
    IDS_ERROR_WHILE_PRINTING  "The following error occurred while the wizard was attempting to print your pictures:   \n\n%s"
    IDS_ERROR_WITH_FILE       "The following error occurred while the wizard was working with the picture named %s:   \n\n%s"

    IDS_ERROR_GENERIC         "An internal error occurred."
    IDS_ERROR_NOMEMORY        "There is not enough memory available to print your pictures. Please close any open programs, and then try again."
    IDS_ERROR_FILENOTFOUND    "The wizard cannot find the file. Please make sure the file exists, and then try again."
    IDS_ERROR_ACCESSDENIED    "The wizard cannot open the selected file or printer because you do not have the necessary permissions to access it."
    IDS_ERROR_UNKNOWNFORMAT   "The wizard does not recognize the format of this picture. Please convert the file to a standard graphics file type (such as .jpg, .bmp, or .tif), and then try again."
    IDS_ERROR_ROTATION        "The wizard cannot rotate the picture to fit the template correctly. Please convert the file to a standard graphics file type (such as .jpg, .bmp, or .tif) and then try again. Or, if the picture is an unusually large or odd size, resize it, and then try again."
    IDS_ERROR_WRONG_DISK      "The disk or media required to be in the drive is either wrong or has been removed. Please replace the disk or media, and then try again."
    IDS_UNKNOWN_FILE          "<Unknown>"

END

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



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


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