Leaked source code of windows server 2003
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.

73 lines
2.5 KiB

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