⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 afxprint.rc

📁 C语言编程的不错工具
💻 RC
字号:
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.

#ifndef __AFXPRINT_RC__
#define __AFXPRINT_RC__

#ifndef __AFXRES_H__
	#include <afxres.h>
#endif

#ifdef APSTUDIO_INVOKED
// This will prevent the VC++ Resource Editor user from saving this file
1 TEXTINCLUDE DISCARDABLE
BEGIN
"< No se pueden cambiar recursos MFC est醤dar >\0"
END
#endif    // APSTUDIO_INVOKED

#ifndef _AFXDLL

/////////////////////////////////////////////////////////////////////////////
// Printing Resources

AFX_IDC_MAGNIFY         CURSOR  DISCARDABLE     "res\\magnify.cur"

AFX_IDD_PRINTDLG DIALOG DISCARDABLE  6, 18, 181, 87
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
    CTEXT           "Imprimiendo",IDC_STATIC,6,7,168,8
    RTEXT           "Documento:",IDC_STATIC,6,19,65,8
    LTEXT           "",AFX_IDC_PRINT_DOCNAME,79,19,95,8
    RTEXT           "P醙ina:",IDC_STATIC,6,31,65,8
    LTEXT           "",AFX_IDC_PRINT_PAGENUM,79,31,95,8
    RTEXT           "Impresora:",IDC_STATIC,6,43,65,8
    LTEXT           "",AFX_IDC_PRINT_PRINTERNAME,79,43,95,8
    RTEXT           "Puerto:",IDC_STATIC,6,55,65,8
    LTEXT           "",AFX_IDC_PRINT_PORTNAME,79,55,95,8
    PUSHBUTTON      "Cancelar",IDCANCEL,70,67,40,14
END

// Preview Toolbar Dialog
AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE  0, 0, 330, 16
STYLE WS_CHILD | 0x04
FONT 8, "MS Shell Dlg"
BEGIN
	PUSHBUTTON      "&Imprimir...",AFX_ID_PREVIEW_PRINT,2,2,44,12
	PUSHBUTTON      "&Siguiente",AFX_ID_PREVIEW_NEXT,48,2,44,12
	PUSHBUTTON      "&Anterior",AFX_ID_PREVIEW_PREV,94,2,44,12
	PUSHBUTTON      "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
	PUSHBUTTON      "Ac&ercar",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
	PUSHBUTTON      "A&lejar",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
	PUSHBUTTON      "&Cerrar",AFX_ID_PREVIEW_CLOSE,278,2,44,12
END

// Printing strings
STRINGTABLE DISCARDABLE
BEGIN
	// print progress dialog strings
	AFX_IDS_PRINTONPORT,            "en  %1"         // for print output
	AFX_IDS_ONEPAGE,                "&Una p醙ina"     // for preview button
	AFX_IDS_TWOPAGE,                "&Dos p醙inas"     // for preview button
	AFX_IDS_PRINTPAGENUM,           "P醙ina %u"       // for print output
	AFX_IDS_PREVIEWPAGEDESC,        "P醙ina %u\nP醙inas %u-%u\n"

	// print to file dialog strings
	AFX_IDS_PRINTDEFAULTEXT,        "prn"           // default extension
	AFX_IDS_PRINTDEFAULT,           "Output.prn"    // default file
	AFX_IDS_PRINTFILTER,
		"Archivos de impresora (*.prn)|*.prn|Todos los archivos (*.*)|*.*||"
	AFX_IDS_PRINTCAPTION,           "Imprimir a un archivo" // caption for browse dlg
	AFX_IDS_PRINTTOFILE,            "a  %1"         // to file
END

// Print Preview Accelerator Table
AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
BEGIN
	VK_NEXT,    AFX_ID_PREVIEW_NEXT,    VIRTKEY, NOINVERT
	VK_PRIOR,   AFX_ID_PREVIEW_PREV,    VIRTKEY, NOINVERT
	VK_ESCAPE,  AFX_ID_PREVIEW_CLOSE,   VIRTKEY, NOINVERT
END

/////////////////////////////////////////////////////////////////////////////

#endif //!_AFXDLL
#endif //__AFXPRINT_RC__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -