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.

130 lines
4.7 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1997 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. "<�L�k���ܼз�MFC�귽! >\0"
  20. END
  21. #endif // APSTUDIO_INVOKED
  22. #ifndef _AFXDLL
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Printing Resources
  25. AFX_IDC_MAGNIFY CURSOR DISCARDABLE "res\\magnify.cur"
  26. #ifndef _MAC
  27. AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 95
  28. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04
  29. #else
  30. AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 84
  31. STYLE DS_MODALFRAME | WS_POPUP
  32. #endif
  33. FONT 8, "�s�ө���"
  34. BEGIN
  35. CTEXT "�C�L",IDC_STATIC,0,9,133,8
  36. CTEXT "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
  37. #ifndef _MAC
  38. CTEXT "���b",IDC_STATIC,0,29,133,8
  39. CTEXT "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
  40. CTEXT "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
  41. CTEXT "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
  42. PUSHBUTTON "����",IDCANCEL,46,74,40,14
  43. #else
  44. CTEXT "",AFX_IDC_PRINT_PAGENUM,0,30,133,8
  45. PUSHBUTTON "����",IDCANCEL,46,45,40,15
  46. CTEXT "���U Cmd-. ����.",IDC_STATIC,0,63,133,16
  47. #endif
  48. END
  49. // Preview Toolbar Dialog
  50. #ifndef _MAC
  51. AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 330, 16
  52. STYLE WS_CHILD | 0x04
  53. FONT 8, "�s�ө���"
  54. BEGIN
  55. PUSHBUTTON "�C�L(&P)...",AFX_ID_PREVIEW_PRINT,2,2,44,12
  56. PUSHBUTTON "�U�@��(&N)",AFX_ID_PREVIEW_NEXT,48,2,44,12
  57. PUSHBUTTON "�e�@��(&v)",AFX_ID_PREVIEW_PREV,94,2,44,12
  58. PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
  59. PUSHBUTTON "�Ԫ�(&I)",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
  60. PUSHBUTTON "�Ի�(&O)",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
  61. PUSHBUTTON "����(&C)",AFX_ID_PREVIEW_CLOSE,278,2,44,12
  62. END
  63. #else
  64. // standard toolbar for 14 inch and larger screens
  65. // width *must* be 320 or less so that this is used on 640x480 screens
  66. AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 320, 19
  67. STYLE WS_CHILD | CBRS_TOP
  68. BEGIN
  69. PUSHBUTTON "�C�L(&P)...",AFX_ID_PREVIEW_PRINT,1,2,44,15
  70. PUSHBUTTON "�U�@��(&N)",AFX_ID_PREVIEW_NEXT,46,2,44,15
  71. PUSHBUTTON "�e�@��(&v)",AFX_ID_PREVIEW_PREV,91,2,44,15
  72. PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,136,2,44,15
  73. PUSHBUTTON "�Ԫ�(&I)",AFX_ID_PREVIEW_ZOOMIN,181,2,44,15
  74. PUSHBUTTON "�Ի�(&O)",AFX_ID_PREVIEW_ZOOMOUT,226,2,44,15
  75. PUSHBUTTON "����(&C)",AFX_ID_PREVIEW_CLOSE,271,2,44,15
  76. END
  77. // short toolbar for 9 inch and 12 inch screens
  78. AFX_IDD_PREVIEW_SHORTTOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 270, 19
  79. STYLE WS_CHILD | CBRS_TOP
  80. BEGIN
  81. PUSHBUTTON "�C�L(&P)...",AFX_ID_PREVIEW_PRINT,1,2,44,15
  82. PUSHBUTTON "�U�@��(&N)",AFX_ID_PREVIEW_NEXT,46,2,29,15
  83. PUSHBUTTON "�e�@��(&v)",AFX_ID_PREVIEW_PREV,76,2,29,15
  84. PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,106,2,44,15
  85. PUSHBUTTON "��(&I)",AFX_ID_PREVIEW_ZOOMIN,151,2,29,15
  86. PUSHBUTTON "��(&O)",AFX_ID_PREVIEW_ZOOMOUT,181,2,29,15
  87. PUSHBUTTON "����(&C)",AFX_ID_PREVIEW_CLOSE,211,2,44,15
  88. END
  89. #endif
  90. // Printing strings
  91. STRINGTABLE DISCARDABLE
  92. BEGIN
  93. // print progress dialog strings
  94. AFX_IDS_PRINTONPORT, "�b %1" // for print output
  95. AFX_IDS_ONEPAGE, "�@��(&O)" // for preview button
  96. AFX_IDS_TWOPAGE, "�⭶(&T)" // for preview button
  97. AFX_IDS_PRINTPAGENUM, "�� %u" // for print output
  98. AFX_IDS_PREVIEWPAGEDESC, "�� %u\n�� %u-%u\n"
  99. // print to file dialog strings
  100. AFX_IDS_PRINTDEFAULTEXT, "prn" // default extension
  101. AFX_IDS_PRINTDEFAULT, "Output.prn" // default file
  102. AFX_IDS_PRINTFILTER,
  103. "�L�����ɮ�(*.prn)|*.prn|�Ҧ��ɮ� (*.*)|*.*||"
  104. AFX_IDS_PRINTCAPTION, "�C�L���ɮ�" // caption for browse dlg
  105. AFX_IDS_PRINTTOFILE, "�� %1" // to file
  106. END
  107. // Print Preview Accelerator Table
  108. AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
  109. BEGIN
  110. VK_NEXT, AFX_ID_PREVIEW_NEXT, VIRTKEY, NOINVERT
  111. VK_PRIOR, AFX_ID_PREVIEW_PREV, VIRTKEY, NOINVERT
  112. VK_ESCAPE, AFX_ID_PREVIEW_CLOSE, VIRTKEY, NOINVERT
  113. END
  114. /////////////////////////////////////////////////////////////////////////////
  115. #endif //!_AFXDLL
  116. #endif //__AFXPRINT_RC__