home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC / include / afxprint.rc < prev    next >
Encoding:
Text File  |  1999-02-19  |  3.5 KB  |  104 lines

  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.  
  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 will prevent the VC++ Resource Editor 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. #ifndef _AFXDLL
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. // Printing Resources
  30.  
  31. #if !defined(_WIN32_WCE_NO_CURSOR)
  32. AFX_IDC_MAGNIFY         CURSOR  DISCARDABLE     "res\\magnify.cur"
  33. #endif // _WIN32_WCE_NO_CURSOR
  34.  
  35. AFX_IDD_PRINTDLG DIALOG DISCARDABLE  6, 18, 133, 95
  36. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04
  37. #if defined(_WIN32_WCE)
  38. EXSTYLE WS_EX_NODRAG
  39. FONT 8, "MS Shell Dlg"
  40. #else // _WIN32_WCE
  41. FONT 8, "MS Sans Serif"
  42. #endif // _WIN32_WCE
  43. BEGIN
  44.     CTEXT           "Printing",IDC_STATIC,0,9,133,8
  45.     CTEXT           "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
  46.     CTEXT           "on the",IDC_STATIC,0,29,133,8
  47.     CTEXT           "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
  48.     CTEXT           "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
  49.     CTEXT           "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
  50.     PUSHBUTTON      "Cancel",IDCANCEL,46,74,40,14
  51. END
  52.  
  53. // Preview Toolbar Dialog
  54. #if !defined(_WIN32_WCE)
  55. AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE  0, 0, 330, 16
  56. STYLE WS_CHILD | 0x04
  57. #if defined(_WIN32_WCE)
  58. FONT 8, "Tahoma"
  59. #else // _WIN32_WCE
  60. FONT 8, "MS Shell Dlg"
  61. #endif // _WIN32_WCE
  62. BEGIN
  63.     PUSHBUTTON      "&Print...",AFX_ID_PREVIEW_PRINT,2,2,44,12
  64.     PUSHBUTTON      "&Next Page",AFX_ID_PREVIEW_NEXT,48,2,44,12
  65.     PUSHBUTTON      "Pre&v Page",AFX_ID_PREVIEW_PREV,94,2,44,12
  66.     PUSHBUTTON      "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
  67.     PUSHBUTTON      "Zoom &In",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
  68.     PUSHBUTTON      "Zoom &Out",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
  69.     PUSHBUTTON      "&Close",AFX_ID_PREVIEW_CLOSE,278,2,44,12
  70. END
  71. #endif // _WIN32_WCE
  72.  
  73. // Printing strings
  74. STRINGTABLE DISCARDABLE
  75. BEGIN
  76.     // print progress dialog strings
  77.     AFX_IDS_PRINTONPORT,            "on %1"         // for print output
  78.     AFX_IDS_ONEPAGE,                "&One Page"     // for preview button
  79.     AFX_IDS_TWOPAGE,                "&Two Page"     // for preview button
  80.     AFX_IDS_PRINTPAGENUM,           "Page %u"       // for print output
  81.     AFX_IDS_PREVIEWPAGEDESC,        "Page %u\nPages %u-%u\n"
  82.  
  83.     // print to file dialog strings
  84.     AFX_IDS_PRINTDEFAULTEXT,        "prn"           // default extension
  85.     AFX_IDS_PRINTDEFAULT,           "Output.prn"    // default file
  86.     AFX_IDS_PRINTFILTER,
  87.         "Printer Files (*.prn)|*.prn|All Files (*.*)|*.*||"
  88.     AFX_IDS_PRINTCAPTION,           "Print to File" // caption for browse dlg
  89.     AFX_IDS_PRINTTOFILE,            "to %1"         // to file
  90. END
  91.  
  92. // Print Preview Accelerator Table
  93. AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
  94. BEGIN
  95.     VK_NEXT,    AFX_ID_PREVIEW_NEXT,    VIRTKEY, NOINVERT
  96.     VK_PRIOR,   AFX_ID_PREVIEW_PREV,    VIRTKEY, NOINVERT
  97.     VK_ESCAPE,  AFX_ID_PREVIEW_CLOSE,   VIRTKEY, NOINVERT
  98. END
  99.  
  100. /////////////////////////////////////////////////////////////////////////////
  101.  
  102. #endif //!_AFXDLL
  103. #endif //__AFXPRINT_RC__
  104.