home *** CD-ROM | disk | FTP | other *** search
- // This is a part of the Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992-1998 Microsoft Corporation
- // All rights reserved.
- //
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and related
- // electronic documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
-
- #ifndef __AFXPRINT_RC__
- #define __AFXPRINT_RC__
-
- #ifndef __AFXRES_H__
- #include <afxres.h>
- #endif
-
- #ifdef APSTUDIO_INVOKED
- // This will prevent the VC++ Resource Editor user from saving this file
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "< Cannot change standard MFC resources! >\0"
- END
- #endif // APSTUDIO_INVOKED
-
- #ifndef _AFXDLL
-
- /////////////////////////////////////////////////////////////////////////////
- // Printing Resources
-
- #if !defined(_WIN32_WCE_NO_CURSOR)
- AFX_IDC_MAGNIFY CURSOR DISCARDABLE "res\\magnify.cur"
- #endif // _WIN32_WCE_NO_CURSOR
-
- AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 95
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04
- #if defined(_WIN32_WCE)
- EXSTYLE WS_EX_NODRAG
- FONT 8, "MS Shell Dlg"
- #else // _WIN32_WCE
- FONT 8, "MS Sans Serif"
- #endif // _WIN32_WCE
- BEGIN
- CTEXT "Bezig met afdrukken van",IDC_STATIC,0,9,133,8
- CTEXT "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
- CTEXT "op de",IDC_STATIC,0,29,133,8
- CTEXT "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
- CTEXT "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
- CTEXT "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
- PUSHBUTTON "Annuleren",IDCANCEL,46,74,40,14
- END
-
- // Preview Toolbar Dialog
- #if !defined(_WIN32_WCE)
- AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 430, 16
- STYLE WS_CHILD | 0x04
- #if defined(_WIN32_WCE)
- FONT 8, "Tahoma"
- #else // _WIN32_WCE
- FONT 8, "MS Shell Dlg"
- #endif // _WIN32_WCE
- BEGIN
- PUSHBUTTON "&Afdrukken...",AFX_ID_PREVIEW_PRINT,3,0,58,12
- PUSHBUTTON "Vo&lgende pagina",AFX_ID_PREVIEW_NEXT,64,0,58,12
- PUSHBUTTON "Vo&rige pagina",AFX_ID_PREVIEW_PREV,125,0,58,12
- PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,186,0,58,12
- PUSHBUTTON "&Inzoomen",AFX_ID_PREVIEW_ZOOMIN,247,0,58,12
- PUSHBUTTON "&Uitzoomen",AFX_ID_PREVIEW_ZOOMOUT,308,0,58,12
- PUSHBUTTON "Af&sluiten",AFX_ID_PREVIEW_CLOSE,369,0,58,12
- END
- #endif // _WIN32_WCE
-
- // Printing strings
- STRINGTABLE DISCARDABLE
- BEGIN
- // print progress dialog strings
- AFX_IDS_PRINTONPORT, "op %1" // for print output
- AFX_IDS_ONEPAGE, "&Een pagina" // for preview button
- AFX_IDS_TWOPAGE, "&Twee pagina's" // for preview button
- AFX_IDS_PRINTPAGENUM, "Pagina %u" // for print output
- AFX_IDS_PREVIEWPAGEDESC, "Pagina %u\nPagina's %u-%u\n"
-
- // print to file dialog strings
- AFX_IDS_PRINTDEFAULTEXT, "prn" // default extension
- AFX_IDS_PRINTDEFAULT, "uitvoer.prn" // default file
- AFX_IDS_PRINTFILTER,
- "Printerbestanden (*.prn)|*.prn|Alle bestanden (*.*)|*.*||"
- AFX_IDS_PRINTCAPTION, "Afdrukken naar bestand" // caption for browse dlg
- AFX_IDS_PRINTTOFILE, "naar %1" // to file
- END
-
- // Print Preview Accelerator Table
- AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
- BEGIN
- VK_NEXT, AFX_ID_PREVIEW_NEXT, VIRTKEY, NOINVERT
- VK_PRIOR, AFX_ID_PREVIEW_PREV, VIRTKEY, NOINVERT
- VK_ESCAPE, AFX_ID_PREVIEW_CLOSE, VIRTKEY, NOINVERT
- END
-
- /////////////////////////////////////////////////////////////////////////////
-
- #endif //!_AFXDLL
- #endif //__AFXPRINT_RC__
-