home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 19.ddi / MFC / INCLUDE / AFXPRINT.RC_ / AFXPRINT.RC
Encoding:
Text File  |  1993-02-08  |  2.5 KB  |  70 lines

  1. // Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992 Microsoft Corporation,
  3. // All rights reserved.
  4.  
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and Microsoft
  7. // QuickHelp and/or WinHelp documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef __AFXPRINT_RC__
  12. #define __AFXPRINT_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15. #include "afxres.h"
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This resource will prevent the App Studio user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE 
  21. BEGIN
  22. "Cannot change standard MFC resources.\0"
  23. END
  24. #endif    // APSTUDIO_INVOKED
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // Printing Resources
  28.  
  29. AFX_IDC_MAGNIFY         CURSOR  DISCARDABLE     "magnify.cur"
  30.  
  31. AFX_IDD_PRINTDLG DIALOG DISCARDABLE  6, 18, 133, 95
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  33. FONT 8, "Helv"  // for Win 3.0 compatibility.
  34. BEGIN
  35.     CTEXT           "Printing",IDC_STATIC,0,9,133,8
  36.     CTEXT           "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
  37.     CTEXT           "on the",IDC_STATIC,0,29,133,8
  38.     CTEXT           "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
  39.     CTEXT           "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
  40.     CTEXT           "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
  41.     PUSHBUTTON      "Cancel",IDCANCEL,46,74,40,14
  42. END
  43.  
  44. // Preview Toolbar Dialog
  45. AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE  0, 0, 330, 16
  46. STYLE WS_CHILD  | CBRS_TOP
  47. FONT 8, "Helv"  // for Win 3.0 compatibility.
  48. BEGIN
  49.     PUSHBUTTON      "&Print...",AFX_ID_PREVIEW_PRINT,2,2,44,12
  50.     PUSHBUTTON      "&Next Page",AFX_ID_PREVIEW_NEXT,48,2,44,12
  51.     PUSHBUTTON      "Pre&v Page",AFX_ID_PREVIEW_PREV,94,2,44,12
  52.     PUSHBUTTON      "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
  53.     PUSHBUTTON      "Zoom &In",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
  54.     PUSHBUTTON      "Zoom &Out",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
  55.     PUSHBUTTON      "&Close",AFX_ID_PREVIEW_CLOSE,278,2,44,12
  56. END
  57.  
  58. // Printing strings
  59. STRINGTABLE DISCARDABLE
  60. BEGIN
  61.     AFX_IDS_PRINTONPORT,            "on %1"         // for print output
  62.     AFX_IDS_ONEPAGE,                "&One Page"     // for preview button
  63.     AFX_IDS_TWOPAGE,                "&Two Page"     // for preview button
  64.     AFX_IDS_PRINTPAGENUM,           "Page %u"       // for print output
  65.     AFX_IDS_PREVIEWPAGEDESC,        "Page %u\nPages %u-%u\n";
  66. END
  67.  
  68. /////////////////////////////////////////////////////////////////////////////
  69. #endif //__AFXPRINT_RC__
  70.