Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.1 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 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 related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. #ifndef __AFXPRINT_RC__
  11. #define __AFXPRINT_RC__
  12. #ifndef __AFXRES_H__
  13. #include <afxres.h>
  14. #endif
  15. #ifdef APSTUDIO_INVOKED
  16. // This will prevent the VC++ Resource Editor user from saving this file
  17. 1 TEXTINCLUDE DISCARDABLE
  18. BEGIN
  19. "< Cannot change standard MFC resources! >\0"
  20. END
  21. #endif // APSTUDIO_INVOKED
  22. #ifndef _AFXDLL
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Printing Resources
  25. AFX_IDC_MAGNIFY CURSOR DISCARDABLE "res\\magnify.cur"
  26. AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 95
  27. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. CTEXT "Printing",IDC_STATIC,0,9,133,8
  31. CTEXT "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
  32. CTEXT "on the",IDC_STATIC,0,29,133,8
  33. CTEXT "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
  34. CTEXT "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
  35. CTEXT "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
  36. PUSHBUTTON "Cancel",IDCANCEL,46,74,40,14
  37. END
  38. // Preview Toolbar Dialog
  39. AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 330, 16
  40. STYLE WS_CHILD | 0x04
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43. PUSHBUTTON "&Print...",AFX_ID_PREVIEW_PRINT,2,2,44,12
  44. PUSHBUTTON "&Next Page",AFX_ID_PREVIEW_NEXT,48,2,44,12
  45. PUSHBUTTON "Pre&v Page",AFX_ID_PREVIEW_PREV,94,2,44,12
  46. PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
  47. PUSHBUTTON "Zoom &In",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
  48. PUSHBUTTON "Zoom &Out",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
  49. PUSHBUTTON "&Close",AFX_ID_PREVIEW_CLOSE,278,2,44,12
  50. END
  51. // Printing strings
  52. STRINGTABLE DISCARDABLE
  53. BEGIN
  54. // print progress dialog strings
  55. AFX_IDS_PRINTONPORT, "on %1" // for print output
  56. AFX_IDS_ONEPAGE, "&One Page" // for preview button
  57. AFX_IDS_TWOPAGE, "&Two Page" // for preview button
  58. AFX_IDS_PRINTPAGENUM, "Page %u" // for print output
  59. AFX_IDS_PREVIEWPAGEDESC, "Page %u\nPages %u-%u\n"
  60. // print to file dialog strings
  61. AFX_IDS_PRINTDEFAULTEXT, "prn" // default extension
  62. AFX_IDS_PRINTDEFAULT, "Output.prn" // default file
  63. AFX_IDS_PRINTFILTER,
  64. "Printer Files (*.prn)|*.prn|All Files (*.*)|*.*||"
  65. AFX_IDS_PRINTCAPTION, "Print to File" // caption for browse dlg
  66. AFX_IDS_PRINTTOFILE, "to %1" // to file
  67. END
  68. // Print Preview Accelerator Table
  69. AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
  70. BEGIN
  71. VK_NEXT, AFX_ID_PREVIEW_NEXT, VIRTKEY, NOINVERT
  72. VK_PRIOR, AFX_ID_PREVIEW_PREV, VIRTKEY, NOINVERT
  73. VK_ESCAPE, AFX_ID_PREVIEW_CLOSE, VIRTKEY, NOINVERT
  74. END
  75. /////////////////////////////////////////////////////////////////////////////
  76. #endif //!_AFXDLL
  77. #endif //__AFXPRINT_RC__